Home
last modified time | relevance | path

Searched refs:arguments (Results 226 – 250 of 868) sorted by relevance

12345678910>>...35

/php-src/Zend/tests/arg_unpack/
H A Dmany_args.phpt2 Argument unpacking with many arguments
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
H A Ddynamic.phpt2 Unpack arguments for dynamic call
/php-src/Zend/tests/
H A Dinstantiate_all_classes.phpt2 Try to instantiate all classes without arguments
H A Dbug30407.phpt2 Bug #30407 (Strange behaviour of default arguments)
H A Dcall_user_func_array_array_slice_named_args.phpt2 call_user_func_array() + array_slice() + named arguments
/php-src/Zend/tests/attributes/
H A D010_unsupported_const_expression.phpt2 Attribute arguments support only const expressions.
/php-src/ext/standard/tests/array/
H A Dextract_variation3.phpt21 /* variations of two arguments */
26 /* variations of three arguments with use of various extract types*/
H A Darray_pad_variation5.phpt7 * array_pad() behaves in an expected way with the other arguments passed to the function.
8 * The $input and $pad_size arguments passed are fixed values.
H A Darray_fill_keys_variation1.phpt20 echo "\n-- Testing array_fill_keys() function with empty arguments --\n";
37 -- Testing array_fill_keys() function with empty arguments --
/php-src/ext/json/tests/
H A Djson_last_error_error.phpt17 json_last_error() expects exactly 0 arguments, 1 given
H A Djson_last_error_msg_error.phpt17 json_last_error_msg() expects exactly 0 arguments, 1 given
/php-src/ext/standard/tests/password/
H A Dpassword_verify_error.phpt15 password_verify() expects exactly 2 arguments, 1 given
/php-src/Zend/tests/named_params/
H A Dunpack_and_named_2.phpt10 Fatal error: Cannot use argument unpacking after named arguments in %s on line %d
/php-src/tests/classes/
H A D__call_002.phpt13 Fatal error: Method Test::__call() must take exactly 2 arguments in %s__call_002.php on line %d
H A D__set__get_003.phpt12 Fatal error: Method Test::__set() must take exactly 2 arguments in %s__set__get_003.php on line %d
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt2 Test strip_tags() function : basic functionality - with all arguments
7 // Calling strip_tags() with all possible arguments
/php-src/ext/pdo/tests/
H A Dbug_52098.phpt23 public function __call($name, $arguments)
25 echo "Calling object method '$name'" . implode(', ', $arguments). "\n";
/php-src/ext/pgsql/tests/
H A Dbug37100.phpt47 Deprecated: Calling pg_fetch_result() with 2 arguments is deprecated, use the 3-parameter signature…
51 Deprecated: Calling pg_fetch_result() with 2 arguments is deprecated, use the 3-parameter signature…
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_createfunction_no_leak.phpt11 public function __call(string $name, array $arguments) {
13 return strtoupper($arguments[0]);
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt11 public function __call(string $name, array $arguments) {
13 $context = $arguments[0];
20 $context['total'] += (int) $arguments[2];
/php-src/ext/intl/tests/
H A Dmsgfmt_format_error1.phpt2 MessageFormatter::format() insufficient numeric arguments
/php-src/Zend/tests/generators/
H A Dgenerator_with_arg_unpacking.phpt2 Generators with arguments unpacking
/php-src/ext/standard/tests/streams/
H A Dbug44712.phpt2 bug#44712 (stream_context_set_params segfaults on invalid arguments)
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation6.phpt66 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
90 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
105 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…

Completed in 39 milliseconds

12345678910>>...35