Home
last modified time | relevance | path

Searched refs:arguments (Results 126 – 150 of 846) sorted by relevance

12345678910>>...34

/php-src/ext/standard/tests/strings/
H A Dstrrpos_basic2.phpt2 Test strrpos() function : basic functionality - with all arguments
10 echo "-- With all arguments --\n";
32 -- With all arguments --
H A Dstrip_tags_basic1.phpt2 Test strip_tags() function : basic functionality - with default arguments
7 // array of arguments
26 // Calling strip_tags() with default arguments
H A Dshow_source_basic.phpt2 Test function show_source() by calling it with its expected arguments, more test for highlight_file…
8 echo "*** Test by calling method or function with its expected arguments ***\n";
23 *** Test by calling method or function with its expected arguments ***
25 …lor: #DD0000">"*** Test by calling method or function with its expected arguments ***\n"</span><sp…
H A Dsscanf_error.phpt11 echo "\n-- Testing sscanf() function with more than expected no. of arguments --\n";
22 -- Testing sscanf() function with more than expected no. of arguments --
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_error.phpt7 //Test parse_ini_file with one more than the expected number of arguments
8 echo "\n-- Testing parse_ini_file() function with more than expected no. of arguments --\n";
23 -- Testing parse_ini_file() function with more than expected no. of arguments --
/php-src/ext/intl/tests/
H A Dcalendar_set_variation1.phpt29 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
34 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
39 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
/php-src/ext/date/tests/
H A DDatePeriod_wrong_arguments.phpt2 DatePeriod arguments/wrong arguments
31 … [, int]), or (DateTimeInterface, DateInterval, DateTime [, int]), or (string [, int]) as arguments
/php-src/Zend/tests/function_arguments/
H A Dargument_count_incorrect_internal_strict.phpt2 Call internal function with incorrect number of arguments with strict types
22 substr() expects at least 2 arguments, 1 given
/php-src/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt7 echo "\n-- Testing property_exists() function with incorrect arguments --\n";
20 -- Testing property_exists() function with incorrect arguments --
/php-src/Zend/tests/
H A Dbug55247.phpt6 public static function __callStatic($method, $arguments)
10 public function __call($method, $arguments)
H A Dget_parent_class_001.phpt27 Deprecated: Calling get_parent_class() without arguments is deprecated in %s on line %d
30 Deprecated: Calling get_parent_class() without arguments is deprecated in %s on line %d
H A D009.phpt57 Calling get_class() without arguments is deprecated
59 Deprecated: Calling get_class() without arguments is deprecated in %s on line %d
61 get_class() without arguments must be called from within a class
H A Dclass_alias_017.phpt33 Deprecated: Calling get_class() without arguments is deprecated in %s on line %d
36 Deprecated: Calling get_class() without arguments is deprecated in %s on line %d
/php-src/ext/opcache/tests/opt/
H A Dgh10801.phpt2 GH-10801 (Named arguments in CTE functions cause a segfault)
13 // Will not use named arguments and do CTE as expected
/php-src/ext/opcache/tests/jit/
H A Drecv_002.phpt2 JIT RECV: too few arguments
22 Fatal error: Uncaught ArgumentCountError: Too few arguments to function test(), 0 passed in %srecv_…
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 $context = $arguments[0];
24 $context['total'] += (int) $arguments[2];
/php-src/ext/random/tests/01_functions/
H A Drandom_int_error.phpt27 random_int() expects exactly 2 arguments, 0 given
28 random_int() expects exactly 2 arguments, 1 given
/php-src/ext/standard/tests/array/
H A Darray_unshift_basic2.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
H A Dmax_variation1.phpt17 echo "\n*** Testing large number of arguments ***\n";
32 *** Testing large number of arguments ***
H A Dmin_variation1.phpt17 echo "\n*** Testing large number of arguments ***\n";
32 *** Testing large number of arguments ***
H A Darray_merge_recursive_variation10.phpt26 echo "-- With more arguments --\n";
32 echo "-- With more arguments --\n";
87 -- With more arguments --
154 -- With more arguments --
H A Darray_udiff_assoc_variation.phpt5 echo "*** Testing array_udiff_assoc() : variation - testing with multiple array arguments ***\n";
22 *** Testing array_udiff_assoc() : variation - testing with multiple array arguments ***
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_createfunction.phpt11 public function __call(string $name, array $arguments) {
13 return strtoupper($arguments[0]);
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_type_error.phpt46 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
49 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
55 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
58 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt2 libxml_set_external_entity_loader() error: bad arguments
26 Exception: Too few arguments to function {closure:%s:%d}(), 3 passed and exactly 4 expected

Completed in 37 milliseconds

12345678910>>...34