Home
last modified time | relevance | path

Searched refs:argument (Results 501 – 525 of 869) sorted by relevance

1...<<21222324252627282930>>...35

/PHP-8.3/ext/standard/tests/file/
H A Dfgets_error.phpt9 // invalid length argument
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_get_info_deprecations.phpt30 Deprecated: mysqli_get_client_info(): Passing connection object as an argument is deprecated in %s
/PHP-8.3/Zend/tests/named_params/
H A Dattributes.phpt50 Named parameter $a overwrites previous argument
/PHP-8.3/Zend/tests/arg_unpack/
H A Dbasic.phpt2 Basic argument unpacking
/PHP-8.3/Zend/tests/
H A Dbug33996.phpt2 Bug #33996 (No information given for fatal error on passing invalid value to typed argument)
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D016.phpt2 Test nullsafe in function argument
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp45 #define ZEND_VALUE_ERROR_INVALID_FIELD(argument, zpp_arg_position) \ argument
46 if (argument < 0 || argument >= UCAL_FIELD_COUNT) { \
52 #define ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(argument, zpp_arg_position) \ argument
53 if (UNEXPECTED(argument < INT32_MIN || argument > INT32_MAX)) { \
59 #define ZEND_VALUE_ERROR_INVALID_DAY_OF_WEEK(argument, zpp_arg_position) \ argument
60 if (argument < UCAL_SUNDAY || argument > UCAL_SATURDAY) { \
H A Dgregoriancalendar_methods.cpp42 #define ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(argument, zpp_arg_position) \ argument
43 if (UNEXPECTED(argument < INT32_MIN || argument > INT32_MAX)) { \
/PHP-8.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt2 Test imap_fetch_overview() function : usage variations - $msg_no argument
12 * Pass different sequences/msg numbers as $msg_no argument to test behaviour
/PHP-8.3/ext/standard/tests/strings/
H A Dstrcspn_variation9.phpt13 * Testing strcspn() : with different strings as str argument and default start and len args
44 // loop through each element of the array for str argument
H A Dstrspn_variation9.phpt13 * Testing strspn() : with different strings as str argument and default start and len args
44 // loop through each element of the array for str argument
H A Dstripos_variation3.phpt2 Test stripos() function : usage variations - multi line heredoc string for 'haystack' argument
H A Dstrrpos_variation3.phpt2 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument
/PHP-8.3/ext/standard/tests/array/
H A Darray_walk_variation6.phpt2 Test array_walk() function : usage variations - 'input' argument as diff. associative arrays
6 * Passing 'input' argument as an associative array
H A Darray_pad_variation6.phpt2 Test array_pad() function : usage variations - different arrays for 'input' argument
6 * Passing different arrays to $input argument and testing whether
11 echo "*** Testing array_pad() : Passing different arrays to \$input argument ***\n";
44 // different arrays to be passed to $input argument
89 *** Testing array_pad() : Passing different arrays to $input argument ***
H A Darray_slice_variation9.phpt8 * 2. $input argument is passed by reference
/PHP-8.3/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt27 echo "\nNul byte in argument:\n";
83 Nul byte in argument:
/PHP-8.3/ext/intl/tests/
H A Dcalendar_roll_variation1.phpt2 IntlCalendar::roll() bool argument variation
H A Dtransliterator_transliterate_error.phpt29 transliterator_transliterate(): Argument #2 ($string) must be less than or equal to argument #3 ($e…
/PHP-8.3/ext/zlib/tests/
H A Dgzfile_variation5.phpt2 Test function gzfile() by substituting argument 1 with int values.
H A Dreadgzfile_variation5.phpt2 Test function readgzfile() by substituting argument 1 with int values.
/PHP-8.3/ext/phar/tests/
H A Dphar_extract3.phpt42 Invalid argument, %sfiles/bogus.zip cannot be found
/PHP-8.3/ext/date/tests/
H A Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_named_params.phpt51 Named parameter $x overwrites previous argument
/PHP-8.3/ext/standard/tests/dir/
H A Ddir_variation5.phpt12 * Passing a file as argument to dir() function instead of a directory

Completed in 38 milliseconds

1...<<21222324252627282930>>...35