Home
last modified time | relevance | path

Searched refs:empty (Results 351 – 375 of 1348) sorted by relevance

1...<<11121314151617181920>>...54

/PHP-7.1/ext/intl/tests/
H A Didn_uts46_errors.phpt21 echo "empty domain:", "\n";
59 empty domain:
61 Warning: idn_to_ascii(): idn_to_ascii: empty domain name in %s on line %d
/PHP-7.1/ext/standard/tests/array/
H A Darray_filter_variation3.phpt36 …array("one" => 1, null => 'null', 5.2 => "float", true => 1, "" => 'empty'), // associative array…
179 string(5) "empty"
189 string(5) "empty"
H A Dnatcasesort_variation2.phpt71 // empty data
72 /*5*/ 'empty string' => array(
77 /*6*/ 'empty array' => array(
H A Duasort_variation4.phpt62 // empty array
64 echo "-- Sorting empty array --\n";
146 -- Sorting empty array --
H A Duksort_variation2.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
145 --empty array--
195 --empty string DQ--
200 --empty string SQ--
/PHP-7.1/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt70 Warning: Creating default object from empty value in %s on line %d
73 Warning: Creating default object from empty value in %s on line %d
77 Warning: Creating default object from empty value in %s on line %d
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation10-win32.phpt58 Warning: readfile(): Filename cannot be empty in %s on line %d
62 Warning: readfile(): Filename cannot be empty in %s on line %d
66 Warning: readfile(): Filename cannot be empty in %s on line %d
H A Drealpath_variation-win32-mb.phpt49 echo "\n*** Testing realpath() with filename as empty string, NULL and single space ***\n";
55 /* empty filename */
89 *** Testing realpath() with filename as empty string, NULL and single space ***
H A Drealpath_variation-win32.phpt49 echo "\n*** Testing realpath() with filename as empty string, NULL and single space ***\n";
55 /* empty filename */
89 *** Testing realpath() with filename as empty string, NULL and single space ***
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/PHP-7.1/ext/dom/tests/
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
/PHP-7.1/Zend/tests/
H A Dbug69537.phpt2 Bug #69537 (__debugInfo with empty string for key gives error)
/PHP-7.1/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt78 // empty data
79 'empty string DQ' => "",
80 'empty string SQ' => '',
171 --empty string DQ--
175 --empty string SQ--
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt33 if (empty($describe))
51 if (empty($show))
64 if (empty($explain))
91 if (empty($describe_native))
126 if (empty($show_native))
154 if (empty($explain_native))
/PHP-7.1/ext/date/tests/
H A DDateTime_modify_variation1.phpt59 'empty array' => array(),
74 // empty data
75 'empty string DQ' => "",
76 'empty string SQ' => '',
158 -- empty array --
208 -- empty string DQ --
213 -- empty string SQ --
H A Ddate_modify_variation2.phpt59 'empty array' => array(),
74 // empty data
75 'empty string DQ' => "",
76 'empty string SQ' => '',
158 -- empty array --
208 -- empty string DQ --
213 -- empty string SQ --
/PHP-7.1/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation1.phpt79 'empty array' => array(),
94 // empty data
95 'empty string DQ' => "",
96 'empty string SQ' => '',
171 --empty array--
221 --empty string DQ--
226 --empty string SQ--
/PHP-7.1/ext/mbstring/tests/
H A Dbug25140.phpt2 Bug #25140 (mb_convert_encoding returns FALSE on an empty string)
/PHP-7.1/ext/standard/tests/streams/
H A Dbug47997.phpt2 Bug #47997 (stream_copy_to_stream returns 1 on empty streams)
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc107 if (!empty($ssl)) {
113 if (empty($bug37799)) {
185 if (!empty($bogus)) {
234 if(empty($pasv))
287 if (empty($pasv)) {
299 …if ((!empty($ssl)) && (!stream_socket_enable_crypto($pasvs, true, STREAM_CRYPTO_METHOD_SSLv23_SERV…
303 if (empty($m[1]) || $m[1] !== 'emptydir') {
339 if(!empty($pasv)){
412 if (empty($bug73457)) {
414 if (!empty($ssl)) {
[all …]
H A Dskipif.inc4 if (!empty($ssl) && !extension_loaded('openssl')) die('skip openssl extension not loaded');
/PHP-7.1/ext/spl/tests/
H A DSplObjectStorage_current_empty_storage.phpt2 Check that SplObjectStorage::current returns NULL when storage is empty
H A DSplObjectStorage_getInfo_empty_storage.phpt2 Check that SplObjectStorage::getInfo returns NULL when storage is empty
H A Dpqueue_current_error.phpt2 SPL: SplPriorityQueue current on empty queue should give null
/PHP-7.1/ext/iconv/tests/
H A Dbug72320.phpt2 Bug #72320 (iconv_substr returns false for empty strings)

Completed in 43 milliseconds

1...<<11121314151617181920>>...54