Home
last modified time | relevance | path

Searched refs:arguments (Results 151 – 175 of 846) sorted by relevance

12345678910>>...34

/php-src/tests/output/
H A Dob_get_contents_basic_001.phpt9 // Zero arguments
10 echo "\n-- Testing ob_get_contents() function with Zero arguments --\n";
48 -- Testing ob_get_contents() function with Zero arguments --
/php-src/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_002.phpt47 ReflectionClass::setStaticPropertyValue() expects exactly 2 arguments, 3 given
48 ReflectionClass::setStaticPropertyValue() expects exactly 2 arguments, 0 given
49 ReflectionClass::setStaticPropertyValue() expects exactly 2 arguments, 1 given
/php-src/ext/standard/tests/array/
H A Darray_fill_keys_variation3.phpt12 echo "\n-- Testing array_fill_keys() function with unusual second arguments --\n";
21 -- Testing array_fill_keys() function with unusual second arguments --
H A Darray_multisort_basic2.phpt11 echo "\n-- Testing array_multisort() function with all normal arguments --\n";
19 -- Testing array_multisort() function with all normal arguments --
/php-src/Zend/tests/closures/
H A Dclosure_from_callable.inc137 public function __call($name, $arguments)
141 $info = array_merge($info, $arguments);
145 public static function __callStatic($name, $arguments)
149 $info = array_merge($info, $arguments);
H A Dbug80929.phpt25 public function __call(string $name, array $arguments)
27 return $this->subscriber->$name(...$arguments);
/php-src/ext/standard/tests/strings/
H A Dwordwrap_basic.phpt12 // Calling wordwrap() with default arguments
15 // Calling wordwrap() with all possible optional arguments
21 // Calling wordwrap() with all arguments
H A Dchop_basic.phpt15 // Calling chop() with default arguments
18 // Calling chop() with all arguments
H A Dstrip_tags_variation11.phpt8 // array of arguments
17 // Calling strip_tags() with default arguments
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 …lor: #DD0000">"*** Test by calling method or function with its expected arguments and output to va…
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
8 echo "*** Test by calling method or function with its expected arguments and php output ***\n";
23 *** Test by calling method or function with its expected arguments and php output ***
26 …lor: #DD0000">"*** Test by calling method or function with its expected arguments and php output *…
/php-src/ext/standard/tests/file/
H A Dfread_error.phpt10 echo "-- Testing fread() with invalid length arguments --\n";
28 -- Testing fread() with invalid length arguments --
H A Dfgets_error.phpt10 echo "-- Testing fgets() with invalid length arguments --\n";
30 -- Testing fgets() with invalid length arguments --
/php-src/ext/date/tests/
H A Dgmstrftime_basic.phpt11 // Calling gmstrftime() with all possible arguments
14 // Calling gmstrftime() with mandatory arguments
H A Dstrftime_basic.phpt12 // Calling strftime() with all possible arguments
15 // Calling strftime() with mandatory arguments
/php-src/ext/zlib/tests/
H A Dgzuncompress_error1.phpt16 echo "\n-- Testing with incorrect arguments --\n";
28 -- Testing with incorrect arguments --
/php-src/Zend/tests/fibers/
H A Dstart-arguments.phpt27 #1 %sstart-arguments.php(%d): Fiber->start('test')
29 thrown in %sstart-arguments.php on line %d
/php-src/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt19 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
21 …literate(): transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
/php-src/Zend/tests/
H A Dbug33996.phpt35 Exception: Too few arguments to function NormalTest(), 0 passed in %sbug33996.php on line 18 and ex…
36 Exception: Too few arguments to function FooTest(), 0 passed in %sbug33996.php on line 23 and exact…
H A Dbug46238.phpt7 static function __callStatic($name, $arguments)
9 var_dump(array($name, $arguments));
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer.phpt9 public function __call(string $name, array $arguments) {
11 if ($arguments[0] == SQLite3::SELECT) {
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt9 public static function __callStatic(string $name, array $arguments): mixed {
10 var_dump($name, $arguments);
18 public function __call(string $name, array $arguments): mixed {
19 $this->state[] = [$name, $arguments[0]];
20 return $arguments[0];
/php-src/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt5 echo "--> No arguments:\n";
20 --> No arguments:
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt20 public function __call(string $name, array $arguments) {
22 return test(...$arguments);
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 var_dump($arguments);

Completed in 25 milliseconds

12345678910>>...34