Home
last modified time | relevance | path

Searched refs:all (Results 151 – 175 of 581) sorted by relevance

12345678910>>...24

/PHP-8.0/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt17 // Initialise all required variables
26 // Calling imap_fetchbody() with all possible arguments
H A Dimap_fetchheader_basic.phpt12 // Initialise all required variables
18 // Calling imap_fetchheader() with all possible arguments
/PHP-8.0/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt11 // Initialize all required variables
19 // Calling striplashes() with all arguments
H A Dsetlocale_basic3.phpt20 // run the command 'locale -a' to fetch all locales available in the system
31 // return all the locale found in the system
54 // gather all the locales installed in the system
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
9 /* A binary function should work with all 256 characters that a character(8-bit) can take */
10 echo "\n-- Checking with all 256 characters given, in binary format --\n";
11 /* loop through to get all 256 character's equivalent binary value, and check working of strncasecm…
17 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
25 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
32 -- Checking with all 256 characters given, in binary format --
H A Dvsprintf_basic8.phpt7 // Initialise all required variables
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_variation10.phpt14 echo "-- anonymous function with all parameters and body --\n";
41 -- anonymous function with all parameters and body --
H A Dbug72031.phpt2 Bug #72031: array_column() against an array of objects discards all values matching null
/PHP-8.0/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt10 $arr['all'] = "be destroyed!";
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic5.phpt15 // Initialise all required variables
/PHP-8.0/ext/standard/tests/url/
H A Dbase64_decode_basic_001.phpt2 Test base64_decode() function : basic functionality - ensure all base64 alphabet is supported.
H A Dbug69976.phpt2 Bug #69976 (Unable to parse "all" urls with colon char)
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt28 /*3*/ 0444, // all have read only
29 0666, // all have rw only
47 chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-8.0/sapi/fpm/tests/
H A Dlogreader.inc115 * Print all logs.
158 * @param int $timeoutSeconds Timeout in seconds for reading of all messages.
159 …am int $timeoutMicroseconds Additional timeout in microseconds for reading of all messages.
230 * Get all lines that has been returned by getLine() method.
290 * Get all stream read lines.
364 * Get all returned lines from the file.
H A Dbug68420-ipv4-all-addresses.phpt2 FPM: bug68420 - IPv4 all addresses
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_close_basic.phpt14 // Calling finfo_close() with all possible arguments
/PHP-8.0/ext/zlib/tests/
H A Dzlib_scheme_file_read_file_basic.phpt18 all I know is that you can realize it
H A Dzlib_scheme_file_get_contents_basic.phpt19 all I know is that you can realize it
/PHP-8.0/ext/gd/tests/
H A Dimagecolorallocate_basic.phpt17 // Calling imagecolorallocate() with all possible arguments
/PHP-8.0/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt2 Check that all internal parameter defaults evaluate without error
/PHP-8.0/ext/curl/tests/
H A Dcurl_basic_008.phpt10 print "skip catch all dns";
/PHP-8.0/ext/date/tests/
H A Dgmdate_variation5.phpt7 // Initialise all required variables
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt33 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
59 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
/PHP-8.0/sapi/cgi/tests/
H A Dbug61605.phpt2 Bug #61605 (header_remove() does not remove all headers)
/PHP-8.0/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_error3.phpt2 Test that a mixed parameter type can't be overridden by a union of all built-in types

Completed in 46 milliseconds

12345678910>>...24