Searched refs:empty (Results 176 – 200 of 919) sorted by relevance
12345678910>>...37
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl_cms_verify_der.phpt | 20 $empty = ""; 26 var_dump(openssl_cms_verify($empty, 0)); 28 var_dump(openssl_cms_verify($eml, 0, $empty));
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_sum_variation7.phpt | 12 // empty array 14 echo "-- empty array --\n"; 67 -- empty array --
|
H A D | array_udiff_assoc_variation2.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_udiff_uassoc_variation2.phpt | 65 // empty data 66 'empty string DQ' => "", 67 'empty string SQ' => '', 146 --empty string DQ-- 149 --empty string SQ--
|
H A D | array_udiff_variation2.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_uintersect_assoc_variation2.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_uintersect_uassoc_variation2.phpt | 65 // empty data 66 'empty string DQ' => "", 67 'empty string SQ' => '', 146 --empty string DQ-- 149 --empty string SQ--
|
H A D | array_uintersect_variation2.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_multisort_variation7.phpt | 22 'empty string DQ' => "", 46 ["empty string DQ"]=>
|
H A D | bug48484.phpt | 2 Bug 48484 (array_product() always returns 0 for an empty array)
|
H A D | array_multisort_variation8.phpt | 28 'empty string DQ' => "", 44 ["empty string DQ"]=>
|
H A D | array_rand.phpt | 41 array_rand(): Argument #1 ($array) cannot be empty 42 array_rand(): Argument #1 ($array) cannot be empty
|
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 20 if (!empty($user)) { 23 if (!empty($oldpw)) { 26 if (!empty($newpw)) {
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | 004.data | 4 empty nothing
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | file_get_contents_file_put_contents_basic.phpt | 19 echo "\n-- Testing with empty file --\n"; 38 -- Testing with empty file --
|
H A D | fgetcsv_variation23.phpt | 2 Test fgetcsv() : usage variations - empty file 5 /* Testing fgetcsv() to read from an empty file */
|
/PHP-8.2/ext/spl/tests/ |
H A D | dllist_001.phpt | 50 Exception: Can't pop from an empty datastructure 51 Exception: Can't shift from an empty datastructure
|
/PHP-8.2/ext/ftp/tests/ |
H A D | server.inc | 66 if (!empty($ssl)) { 72 if (empty($bug37799)) { 143 if (!empty($bogus)) { 197 if(empty($pasv)) 236 if(empty($pasv)) 276 if (empty($pasv)) { 331 if(!empty($pasv)){ 408 if (empty($bug73457)) { 409 if (!empty($ssl)) { 454 if (empty($pasv)) { [all …]
|
/PHP-8.2/ext/pdo/tests/ |
H A D | pdo.inc | 5 if (empty($GLOBALS['SQL'][$name]))
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | default_charset.phpt | 34 // Set internal_encoding to empty and try again 35 echo "*** Change internal_encoding to empty ***\n"; 83 *** Change internal_encoding to empty ***
|
H A D | bug67151.phpt | 2 Buf #67151: strtr with empty array crashes
|
H A D | bug26819.phpt | 2 Bug #26819 (http_build_query() crash on empty output)
|
/PHP-8.2/ext/oci8/tests/ |
H A D | bug42134.phpt | 17 if (!empty($dbase)) { 33 if (!empty($dbase)) { 49 if (!empty($dbase)) {
|
/PHP-8.2/ext/phar/tests/ |
H A D | create_path_error.phpt | 68 …_put_contents(phar://%s//): Failed to open stream: phar error: file "" in phar "%s" cannot be empty 69 …_put_contents(phar://%s/.): Failed to open stream: phar error: file "" in phar "%s" cannot be empty 70 …ut_contents(phar://%s/../): Failed to open stream: phar error: file "" in phar "%s" cannot be empty 71 …t_contents(phar://%s/a/..): Failed to open stream: phar error: file "" in phar "%s" cannot be empty
|
/PHP-8.2/ext/json/tests/ |
H A D | bug68938.phpt | 2 Bug #68938 (json_decode() decodes empty string without indicating error)
|
Completed in 24 milliseconds
12345678910>>...37