-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/readline/tests/
File Upload :
Current File : //usr/src/php/ext/readline/tests/readline_completion_function_001.phpt

--TEST--
readline_completion_function(): Basic test
--SKIPIF--
<?php if (!extension_loaded("readline")) die("skip"); ?>
--FILE--
<?php

function foo() { }

$data = array(
	'foo',
	'strtolower',
	1,
	1.1231
);

foreach ($data as $callback) {
	readline_completion_function($callback);
}

?>
--EXPECTF--
Warning: readline_completion_function(): 1 is not callable in %s on line %d

Warning: readline_completion_function(): 1.1231 is not callable in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee