Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-5.4/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_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_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_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 --
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 Dsizeof_variation2.phpt2 Test sizeof() function : usage variations - different array values for 'var' argument
17 echo "--- Testing sizeof() with different array values for 'var' argument ---\n";
19 // array containing different types of array values for 'var' argument
37 // loop through each element of the values array for 'var' argument
64 --- Testing sizeof() with different array values for 'var' argument ---
/PHP-5.4/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-5.4/ext/standard/tests/strings/
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_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 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 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-5.4/ext/standard/tests/general_functions/
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-5.4/Zend/tests/
H A D002.phpt46 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
55 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
66 Warning: Missing argument 1 for test2(), called in %s on line %d and defined in %s on line %d
79 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
88 Warning: Missing argument 2 for test3() in %s on line %d
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
/PHP-5.4/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt20 print "invalid argument exception\n";
37 invalid argument exception
H A DarrayObject_uasort_error1.phpt28 Function expects exactly one argument
29 Function expects exactly one argument
H A DarrayObject_uksort_error1.phpt28 Function expects exactly one argument
29 Function expects exactly one argument
/PHP-5.4/ext/exif/tests/
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
13 echo "*** Testing exif_tagname() : different types for index argument ***\n";
81 // when $index argument is supplied with different values
83 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
100 *** Testing exif_tagname() : different types for index argument ***
106 --- Testing exif_tagname() by supplying different values for 'index' argument ---
/PHP-5.4/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-5.4/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

Completed in 23 milliseconds

12345678910>>...53