Home
last modified time | relevance | path

Searched refs:argument (Results 476 – 500 of 869) sorted by relevance

1...<<11121314151617181920>>...35

/PHP-8.3/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation3.phpt2 Test htmlspecialchars_decode() function : usage variations - heredoc strings for 'string' argument
6 * testing htmlspecialchars_decode() with various heredoc strings as argument for $string
H A Dchunk_split_variation13.phpt2 …st chunk_split() function : usage variations - default 'chunklen' with long string as 'str'argument
H A Dstrspn_variation5.phpt13 * Testing strspn() : with different heredoc strings as str argument
66 // loop through each element of the array for str argument
H A Dstrtr_variation3.phpt2 Test strtr() function : usage variations - string containing escape sequences for 'str' argument
6 * string containing various escape sequences for 'str' argument and
H A Dchunk_split_variation6.phpt2 Test chunk_split() function : usage variations - single quoted strings for 'str' argument
6 * passing different single quoted strings as 'str' argument to the function
H A Dstrcspn_variation5.phpt13 * Testing strcspn() : with different heredoc strings as str argument
66 // loop through each element of the array for str argument
H A Dstripos_variation5.phpt2 …ipos() function : usage variations - heredoc string containing escape chars for 'haystack' argument
H A Dstrripos_variation5.phpt2 …ipos() function : usage variations - heredoc string containing escape chars for 'haystack' argument
H A Dstrrpos_variation5.phpt2 …rpos() function : usage variations - heredoc string containing escape chars for 'haystack' argument
/PHP-8.3/build/
H A Dax_func_which_gethostbyname_r.m482 # a single argument. If it actually compiles, then we can assume that
166 [Define to 1 if you have the three-argument form of gethostbyname_r().])
172 [Define to 1 if you have the five-argument form of gethostbyname_r().])
178 [Define to 1 if you have the six-argument form of gethostbyname_r().])
/PHP-8.3/ext/standard/
H A Dexec.c496 char *argument; in PHP_FUNCTION() local
500 Z_PARAM_STRING(argument, argument_len) in PHP_FUNCTION()
503 if (argument_len != strlen(argument)) { in PHP_FUNCTION()
508 RETVAL_STR(php_escape_shell_arg(argument)); in PHP_FUNCTION()
/PHP-8.3/ext/standard/tests/file/
H A Dfread_error.phpt9 // invalid length argument
/PHP-8.3/ext/standard/tests/array/
H A Dcount_variation3.phpt6 * Pass count() an infinitely recursive array as $var argument
H A Dend_variation2.phpt9 * as $array_arg argument.
H A Darray_map_variation15.phpt6 * Test array_map() by passing non existent function for $callback argument
H A Dnext_variation2.phpt9 * as $array_arg argument.
H A Dprev_variation2.phpt9 * as $array_arg argument.
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error2.phpt4 Verifies that an error message is showed if an empty string is passed as argument
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_select_null_usec.phpt31 …ueError: stream_select(): Argument #5 ($microseconds) must be null when argument #4 ($seconds) is …
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D023.phpt34 Warning: foreach() argument must be of type array|object, null given in %s on line %d
/PHP-8.3/ext/bcmath/tests/
H A Dstr2num_formatting.phpt4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
5 1 argument of bcsqrt
/PHP-8.3/ext/intl/tests/
H A Ddatepatterngenerator_get_best_pattern.phpt38 IntlDatePatternGenerator::getBestPattern() expects exactly 1 argument, 0 given
H A Ddatepatterngenerator_get_best_pattern_icu72-1.phpt38 IntlDatePatternGenerator::getBestPattern() expects exactly 1 argument, 0 given
/PHP-8.3/ext/sockets/tests/
H A Dsocket_set_option_acf.phpt33 Warning: socket_set_option(): Invalid filter argument type in %s on line %d
/PHP-8.3/ext/date/tests/
H A Dstrftime_variation8.phpt2 Test strftime() function : usage variation - Passing literal related strings to format argument.

Completed in 26 milliseconds

1...<<11121314151617181920>>...35