Home
last modified time | relevance | path

Searched refs:argument (Results 176 – 200 of 1363) sorted by relevance

12345678910>>...55

/PHP-7.1/ext/standard/tests/array/
H A Darray_map_variation8.phpt11 * Test array_map() by passing array having reference values for $arr1 argument
14 echo "*** Testing array_map() : array with references for 'arr1' argument ***\n";
50 *** Testing array_map() : array with references for 'arr1' argument ***
H A Duasort_error.phpt37 echo "-- Testing uasort() function with Zero argument --\n";
53 // With non existent comparison function and extra argument
54 echo "-- Testing uasort() function with non-existent compare function and extra argument --\n";
61 -- Testing uasort() function with Zero argument --
77 -- Testing uasort() function with non-existent compare function and extra argument --
H A Darray_rand.phpt31 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
34 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
37 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
H A Darray_unshift_basic1.phpt2 Test array_unshift() function : basic functionality - array with default keys for 'array' argument
11 * Testing array_unshift() by giving array with default keys for $array argument
19 // Calling array_unshift() with default argument
H A Darray_combine_variation4.phpt13 * associative arrays having different possible keys to $keys argument and
14 * associative arrays having different possible keys to $values argument.
17 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument
38 // different variations of associative arrays to be passed to $arr1 argument
71 // array to be passsed to $arr2 argument
91 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
H A Darray_map_variation14.phpt2 Test array_map() function : usage variations - null value for 'callback' argument
11 * Test array_map() by passing null values for $callback argument and testing whether shortest
15 echo "*** Testing array_map() : null value for 'callback' argument ***\n";
47 *** Testing array_map() : null value for 'callback' argument ***
H A Darray_combine_error2.phpt18 echo "\n-- Testing array_combine() function with empty array for \$keys argument --\n";
22 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n";
38 -- Testing array_combine() function with empty array for $keys argument --
43 -- Testing array_combine() function with empty array for $values argument --
/PHP-7.1/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt30 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
33 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
36 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_nice_variation7.phpt2 Test function proc_nice() by substituting argument 1 with string values.
16 echo "*** Test substituting argument 1 with string values ***\n";
37 *** Test substituting argument 1 with string values ***
H A Dis_callable_variation2.phpt21 var_dump( is_callable($func) ); //given only $var argument
22 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
25 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
41 NULL, // NULL as argument
42 0, // zero as argument
H A Dproc_nice_variation1.phpt2 Test function proc_nice() by substituting argument 1 with array values.
16 echo "*** Test substituting argument 1 with array values ***\n";
36 *** Test substituting argument 1 with array values ***
/PHP-7.1/ext/standard/tests/strings/
H A Dchop_variation1.phpt2 Test chop() function : usage variations - unexpected values for str argument
11 * Testing chop() : with different unexpected values for $str argument passed to the function
14 echo "*** Testing chop() : with unexpected values for str argument ***\n";
85 // when $str argument is supplied with different values
87 echo "\n--- Testing chop() by supplying different values for 'str' argument ---\n";
105 *** Testing chop() : with unexpected values for str argument ***
111 --- Testing chop() by supplying different values for 'str' argument ---
H A Djoin_variation1.phpt2 Test join() function : usage variations - unexpected values for 'glue' argument
12 * testing join() by passing different unexpected value for glue argument
87 // when $glue argument is supplied with different values
88 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
104 --- Testing join() by supplying different values for 'glue' argument ---
H A Dprintf.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
41 /* Scalar argument */
42 echo "\n*** Output for scalar argument ***\n";
45 /* NULL argument */
46 echo "\n*** Output for NULL as argument ***\n";
228 *** Output for zero argument ***
236 *** Output for scalar argument ***
238 *** Output for NULL as argument ***
695 *** Output for string format parameter and integer type argument ***
[all …]
H A Dprintf_64bit.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
41 /* Scalar argument */
42 echo "\n*** Output for scalar argument ***\n";
45 /* NULL argument */
46 echo "\n*** Output for NULL as argument ***\n";
228 *** Output for zero argument ***
236 *** Output for scalar argument ***
238 *** Output for NULL as argument ***
695 *** Output for string format parameter and integer type argument ***
[all …]
H A Dsetlocale_basic3.phpt2 Test setlocale() function : basic functionality - passing multiple locales as argument
21 /* Test the setlocale() when multiple locales are provided as argument */
48 pass as argument to setlocale() */
49 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
69 // Now check for three locales that is present in the system and use that as argument to setlocale()
98 *** Testing setlocale() by passing multiple locales as argument ***
H A Dsscanf_variation2.phpt2 Test sscanf() function : usage variations - unexpected inputs for '$format' argument
10 echo "*** Testing sscanf() function: with unexpected inputs for 'format' argument ***\n";
69 //defining '$pad_length' argument
85 *** Testing sscanf() function: with unexpected inputs for 'format' argument ***
H A Dstristr_variation1.phpt2 Test stristr() function : usage variations - test values for $haystack argument
10 echo "*** Testing stristr() function: with unexpected inputs for 'string' argument ***\n";
68 //defining '$pad_length' argument
84 *** Testing stristr() function: with unexpected inputs for 'string' argument ***
H A Dstrlen_variation1.phpt2 Test strlen() function : usage variations - unexpected input for '$string' argument
11 echo "*** Testing strlen() : with unexpected input for 'string' argument ***\n";
70 //defining '$pad_length' argument
86 *** Testing strlen() : with unexpected input for 'string' argument ***
/PHP-7.1/ext/intl/tests/
H A Dmsgfmt_format_error2.phpt2 MessageFormatter::format() inconsistent types in named argument
20 Warning: MessageFormatter::format(): Inconsistent types declared for an argument in %s on line %d
/PHP-7.1/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt20 print "invalid argument exception\n";
37 invalid argument exception
/PHP-7.1/ext/interbase/tests/
H A Dbug45575.phpt20 Warning: ibase_set_event_handler(): Callback argument is not a callable function in %s on line %d
22 Warning: ibase_set_event_handler(): Callback argument 1 is not a callable function in %s on line %d
/PHP-7.1/tests/lang/
H A Dbug27439.phpt70 Warning: Invalid argument supplied for foreach() in %s on line %d
72 Warning: Invalid argument supplied for foreach() in %s on line %d
74 Warning: Invalid argument supplied for foreach() in %s on line %d
/PHP-7.1/ext/exif/tests/
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
15 echo "*** Testing exif_tagname() : different types for index argument ***\n";
83 // when $index argument is supplied with different values
85 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
102 *** Testing exif_tagname() : different types for index argument ***
108 --- Testing exif_tagname() by supplying different values for 'index' argument ---
/PHP-7.1/Zend/tests/
H A Dexception_handler_004.phpt14 Warning: set_exception_handler() expects the argument (fo) to be a valid callback in %s on line %d
16 Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d

Completed in 66 milliseconds

12345678910>>...55