-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/mysqli/tests/
File Upload :
Current File : //usr/src/php/ext/mysqli/tests/mysqli_thread_safe.phpt

--TEST--
mysqli_thread_safe()
--SKIPIF--
<?php
require_once('skipif.inc');
require_once('skipifemb.inc');
?>
--FILE--
<?php
	if (!is_bool($tmp = mysqli_thread_safe()))
		printf("[001] Expecting boolean/any, got %s/%s.\n", gettype($tmp), $tmp);

	print "done!";
?>
--EXPECTF--
done!

Copyright © 2017 || Recoded By Mr.Bumblebee