Home
last modified time | relevance | path

Searched refs:arguments (Results 101 – 125 of 846) sorted by relevance

12345678910>>...34

/php-src/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland_strict.phpt2 Call userland function with incorrect number of arguments with strict types
47 Too few arguments to function foo(), 0 passed in %s and exactly 1 expected
49 Too few arguments to function bar(), 1 passed in %s and exactly 2 expected
51 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
/php-src/ext/standard/tests/array/
H A Darray_rand_basic1.phpt17 echo"\n-- with all default and optional arguments --\n";
20 // Calling array_rand() with default arguments
29 -- with all default and optional arguments --
H A Darray_merge_recursive_variation4.phpt59 // with more arguments
60 echo "-- With more arguments --\n";
86 -- With more arguments --
128 -- With more arguments --
174 -- With more arguments --
219 -- With more arguments --
264 -- With more arguments --
308 -- With more arguments --
H A Darray_rand_basic2.phpt22 echo"\n-- with all default and optional arguments --\n";
25 // Calling array_rand() with default arguments
34 -- with all default and optional arguments --
H A Darray_unshift_variation6.phpt32 // returns element count in the resulting array after arguments are pushed to
40 /* With optional arguments */
41 // returns element count in the resulting array after arguments are pushed to
52 // returns element count in the resulting array after arguments are pushed to
60 /* With optional arguments */
61 // returns element count in the resulting array after arguments are pushed to
H A Darray_unshift_basic1.phpt16 // returns element count in the resulting array after arguments are pushed to
23 // Calling array_unshift() with optional arguments
25 // returns element count in the resulting array after arguments are pushed to
/php-src/ext/standard/tests/strings/
H A Dstrrpos_basic1.phpt2 Test strrpos() function : basic functionality - with default arguments
10 echo "-- With default arguments --\n";
30 -- With default arguments --
H A Dstripos_basic1.phpt2 Test stripos() function : basic functionality - with default arguments
10 echo "-- With default arguments --\n";
32 -- With default arguments --
/php-src/ext/intl/tests/
H A Dcalendar_fieldDifference_error.phpt2 IntlCalendar::fieldDifference(): bad arguments
28 IntlCalendar::fieldDifference() expects exactly 2 arguments, 3 given
32 intlcal_field_difference() expects exactly 3 arguments, 4 given
H A Dcalendar_set_error.phpt2 IntlCalendar::set(): bad arguments
44 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
45 IntlCalendar::set() expects at most 6 arguments, 7 given
47 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
H A Dcalendar_getLocale_error.phpt2 IntlCalendar::getLocale(): bad arguments
14 Fatal error: Uncaught ArgumentCountError: intlcal_get_locale() expects exactly 2 arguments, 1 given…
H A Dcalendar_setTime_error.phpt2 IntlCalendar::setTime(): bad arguments
14 Fatal error: Uncaught ArgumentCountError: intlcal_set_time() expects exactly 2 arguments, 1 given i…
/php-src/ext/standard/tests/class_object/
H A Dget_declared_classes_basic_001.phpt7 // Zero arguments
8 echo "\n-- Testing get_declared_classes() function with Zero arguments --\n";
30 -- Testing get_declared_classes() function with Zero arguments --
H A Dget_declared_interfaces_basic_001.phpt7 // Zero arguments
8 echo "\n-- Testing get_declared_interfaces() function with Zero arguments --\n";
30 -- Testing get_declared_interfaces() function with Zero arguments --
H A Dget_declared_traits_basic_001.phpt9 // Zero arguments
10 echo "\n-- Testing get_declared_traits() function with Zero arguments --\n";
36 -- Testing get_declared_traits() function with Zero arguments --
/php-src/ext/spl/tests/
H A DAppendIterator_invalid_ctor.phpt2 AppendIterator::__construct() with invalid arguments
10 Fatal error: Uncaught ArgumentCountError: AppendIterator::__construct() expects exactly 0 arguments
/php-src/Zend/tests/
H A Dmagic_methods_016.phpt6 function __call(string $name, \Arguments $arguments) {}
10 Fatal error: Foo::__call(): Parameter #2 ($arguments) must be of type array when declared in %s on …
/php-src/Zend/tests/attributes/
H A D027_trailing_comma_args.phpt10 "arguments",
29 string(9) "arguments"
/php-src/ext/standard/tests/file/
H A Dreadfile_error.phpt9 echo "\n-- Testing readfile() with invalid arguments --\n";
10 // invalid arguments
31 -- Testing readfile() with invalid arguments --
/php-src/ext/ffi/tests/
H A Dbug77706.phpt2 Bug #77706 (Error messages in FFI for incompatible arguments)
58 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
59 FFI\Exception: Incorrect number of arguments for C function 'time', expecting exactly 1 parameter
60 FFI\Exception: Incorrect number of arguments for C function 'fprintf', expecting at least 2 paramet…
/php-src/Zend/tests/type_declarations/
H A Dscalar_none.phpt29 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
31 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
33 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
35 *** Caught Too few arguments to function {closure:%s:%d}(), 0 passed in %s on line %d and exactly 1…
/php-src/ext/pdo/tests/
H A Dbug_44173.phpt82 PDO::query() expects exactly 2 arguments for the fetch mode provided, 4 given
84 PDO::query() expects at most 4 arguments for the fetch mode provided, 5 given
85 PDO::query() expects exactly 3 arguments for the fetch mode provided, 2 given
86 PDO::query() expects exactly 3 arguments for the fetch mode provided, 2 given
87 PDO::query() expects at least 3 arguments for the fetch mode provided, 2 given
/php-src/ext/date/tests/
H A Dgmdate_basic.phpt12 // Calling gmdate() with all possible arguments
15 // Calling gmdate() with mandatory arguments
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_002.phpt2 ReflectionObject::isSubclassOf() - bad arguments
11 echo "\n\nTest bad arguments:\n";
39 Test bad arguments:
H A DReflectionObject_isSubclassOf.002.phpt2 ReflectionObject::isSubclassOf() - bad arguments
11 echo "\n\nTest bad arguments:\n";
39 Test bad arguments:

Completed in 29 milliseconds

12345678910>>...34