Home
last modified time | relevance | path

Searched refs:arguments (Results 201 – 225 of 868) sorted by relevance

12345678910>>...35

/php-src/Zend/tests/
H A D003.phpt62 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
71 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
H A D010.phpt80 Calling get_parent_class() without arguments is deprecated
82 Deprecated: Calling get_parent_class() without arguments is deprecated in %s on line %d
85 Deprecated: Calling get_parent_class() without arguments is deprecated in %s on line %d
/php-src/ext/standard/tests/dir/
H A Dclosedir_basic.phpt15 echo "\n-- Call closedir() with no arguments: --\n";
40 -- Call closedir() with no arguments: --
H A Dclosedir_basic-win32-mb.phpt21 echo "\n-- Call closedir() with no arguments: --\n";
46 -- Call closedir() with no arguments: --
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline_errors.phpt9 public function __call(string $name, array $arguments) {
11 echo 'Tag: ', $arguments[1], PHP_EOL;
/php-src/ext/standard/tests/strings/
H A Dstrtok_variation6.phpt73 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
97 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
104 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
123 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation7.phpt33 echo "-- With more arguments --\n";
55 -- With more arguments --
H A Darray_udiff_variation5.phpt7 // Initialise function arguments not being substituted (if any)
44 Exception: Too few arguments to function too_many_parameters(), 2 passed and exactly 3 expected
H A Dextract_variation2.phpt21 /* variations of two arguments */
26 /* variations of three arguments with use of various extract types*/
H A Darray_reverse_variation6.phpt25 // with default arguments
31 echo "-- with all possible arguments --\n";
97 -- with all possible arguments --
H A Darray_merge_recursive_variation8.phpt20 echo "-- With more arguments --\n";
40 -- With more arguments --
H A Dextract_variation4.phpt21 /* variations of two arguments */
26 /* variations of three arguments with use of various extract types*/
/php-src/ext/intl/tests/
H A Dcalendar_setTimeZone_error.phpt2 IntlCalendar::setTimeZone(): bad arguments
47 error: 0, intlcal_set_time_zone() expects exactly 2 arguments, 3 given
H A Dmsgfmt_fail2.phpt111 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 0 given in %s on l…
114 ArgumentCountError: msgfmt_create() expects exactly 2 arguments, 0 given in %s on line %d
117 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 0 given in %s on line %d
120 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 1 given in %s on l…
123 ArgumentCountError: msgfmt_create() expects exactly 2 arguments, 1 given in %s on line %d
126 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 1 given in %s on line %d
/php-src/ext/zlib/tests/
H A Dgzopen_basic.phpt15 // Calling gzopen() with all possible arguments
20 // Calling gzopen() with mandatory arguments
/php-src/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt45 CallbackFilterIterator::__construct() expects exactly 2 arguments, 0 given
46 CallbackFilterIterator::__construct() expects exactly 2 arguments, 1 given
/php-src/ext/standard/tests/file/
H A Dfwrite_error.phpt15 echo "-- Testing fwrite() with invalid length arguments --\n";
39 -- Testing fwrite() with invalid length arguments --
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt87 Too few arguments to function Foo::__construct(), 0 passed and exactly 1 expected
88 Too few arguments to function Foo::__construct(), 0 passed and exactly 1 expected
103 User-supplied statement does not accept constructor arguments
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_collation.phpt11 public function __call(string $name, array $arguments) {
13 return strnatcmp(...$arguments);
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createafunction_arg_error.phpt2 Test Pdo\Sqlite::createFunction() arguments error
13 public function __call(string $name, array $arguments) {
H A Dpdo_sqlite_createcollation_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 return strnatcmp(...$arguments);
/php-src/ext/date/tests/
H A Ddate_time_immutable001.phpt2 DateTimeImmutable - invalid arguments
/php-src/Zend/tests/constexpr/
H A Dnew_arg_unpack.phpt2 Argument unpacking in new arguments in static variable
/php-src/ext/posix/tests/
H A Dposix_setegid_basic.phpt2 Test function posix_setegid() by calling it with its expected arguments
/php-src/ext/standard/tests/math/
H A Dnumber_format_with_3_args.phpt2 number_format should use default thousands seperator when 3 arguments are used

Completed in 30 milliseconds

12345678910>>...35