/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 26 $n += test_me("1st empty" , 3, "", "xzy"); 27 $n += test_me("2nd empty" , 3, "xzy", ""); 28 $n += test_me("both empty" , 0, "", "");
|
/PHP-8.2/ext/spl/tests/ |
H A D | fixedarray_021.phpt | 6 /* empty count */ 31 /* fromArray() from empty array */ 60 var_dump(empty($a["3"]));
|
H A D | spl_heap_isempty.phpt | 9 echo "Checking a new heap is empty: "; 19 Checking a new heap is empty: bool(true)
|
H A D | class_implements_variation1.phpt | 65 'empty array' => array(), 80 // empty data 81 'empty string DQ' => "", 82 'empty string SQ' => '', 142 --empty array-- 172 --empty string DQ-- 176 --empty string SQ--
|
H A D | class_uses_variation1.phpt | 65 'empty array' => array(), 80 // empty data 81 'empty string DQ' => "", 82 'empty string SQ' => '', 142 --empty array-- 172 --empty string DQ-- 176 --empty string SQ--
|
/PHP-8.2/ext/opcache/tests/opt/ |
H A D | nullsafe_001.phpt | 17 var_dump(empty($null?->foo)); 24 var_dump(empty($obj?->foo)); 67 0013 T1 = ISSET_ISEMPTY_PROP_OBJ (empty) CV0($obj) string("foo")
|
H A D | gh11245_1.phpt | 17 if (!empty($xx)) {return;} 25 0000 T1 = ISSET_ISEMPTY_CV (empty) CV0($xx)
|
H A D | gh11245_2.phpt | 20 if (empty($xx)) {return;} 29 0001 T2 = ISSET_ISEMPTY_CV (empty) CV0($xx)
|
/PHP-8.2/tests/classes/ |
H A D | array_access_001.phpt | 32 var_dump(empty($obj[0])); 33 var_dump(empty($obj[1])); 34 var_dump(empty($obj[2])); 35 var_dump(empty($obj['4th'])); 36 var_dump(empty($obj['5th'])); 37 var_dump(empty($obj[6]));
|
H A D | array_access_002.phpt | 32 var_dump(empty($obj[0])); 33 var_dump(empty($obj[1])); 34 var_dump(empty($obj[2])); 35 var_dump(empty($obj['4th'])); 36 var_dump(empty($obj['5th'])); 37 var_dump(empty($obj[6]));
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | connect.inc | 4 database "test" and empty password. 31 if (!empty($_ENV['TMP'])) 33 if (!empty($_ENV['TMPDIR'])) 35 if (!empty($_ENV['TEMP'])) 102 && !empty($row) 129 if (empty($errcodes)) {
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug60817.phpt | 5 class TestStream { //data, empty data, empty data + eof
|
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl_cms_verify_basic.phpt | 17 $empty = ""; 21 var_dump(openssl_cms_verify($empty, 0)); 23 var_dump(openssl_cms_verify($eml, 0, $empty));
|
/PHP-8.2/ext/bz2/tests/ |
H A D | bug71263.phpt | 17 // --> fread() displays empty string then garbage, no errors detected: 22 // --> fread() displays the empty string: 27 // --> fread() displays an empty string, then the correct plain text, no error detected:
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_merge_variation3.phpt | 69 // empty data 70 /*5*/ 'empty string' => array( 75 /*6*/ 'empty array' => array( 238 -- Iteration 5: empty string data -- 260 -- Iteration 6: empty array data --
|
H A D | array_multisort_variation2.phpt | 62 'empty array' => array(), 77 // empty data 78 'empty string DQ' => "", 79 'empty string SQ' => '', 140 --empty array-- 170 --empty string DQ-- 173 --empty string SQ--
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | fscanf_variation52.phpt | 2 Test fscanf() function: usage variations - empty file 6 /* Test fscanf() to scan an empty file */ 10 echo "*** Test fscanf(): to read an empty file ***\n"; 27 // create an empty file 62 *** Test fscanf(): to read an empty file ***
|
H A D | is_dir_variation1.phpt | 9 echo "-- Testing is_dir() with an empty dir --\n"; 31 -- Testing is_dir() with an empty dir --
|
/PHP-8.2/ext/dba/tests/ |
H A D | value_errors_open.phpt | 123 dba_open(): Argument #1 ($path) cannot be empty 124 dba_open(): Argument #2 ($mode) cannot be empty 125 dba_open(): Argument #3 ($handler) cannot be empty 135 dba_popen(): Argument #1 ($path) cannot be empty 136 dba_popen(): Argument #2 ($mode) cannot be empty 137 dba_popen(): Argument #3 ($handler) cannot be empty
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | 004.phpt | 18 if (empty($a[$s])) $a[$s] = 0; 28 if (empty($a[$s])) $a[$s] = 0;
|
/PHP-8.2/ext/posix/tests/ |
H A D | posix_ttyname_variation3.phpt | 23 'empty string DQ' => "", 24 'empty string SQ' => '',
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_substitute_character_variation_weak_types.phpt | 56 'empty array' => array(), 71 // empty data 72 'empty string DQ' => "", 73 'empty string SQ' => '', 133 --empty array-- 153 --empty string DQ-- 155 --empty string SQ--
|
H A D | mb_substitute_character_variation_strict_types.phpt | 58 'empty array' => array(), 73 // empty data 74 'empty string DQ' => "", 75 'empty string SQ' => '', 129 --empty array-- 149 --empty string DQ-- 151 --empty string SQ--
|
/PHP-8.2/ext/pcntl/tests/ |
H A D | waiting_on_sigchild_pcntl_wait.phpt | 31 while (!empty($processes) && $iters > 0) { 36 var_dump(empty($processes));
|
/PHP-8.2/Zend/ |
H A D | zend_language_parser.y | 429 %empty 481 | %empty 534 %empty 546 %empty { $$ = NULL; } 551 %empty { $$ = NULL; } 581 %empty { $$ = 0; } 586 %empty { $$ = 0; } 630 %empty { $$ = NULL; } 927 | %empty 1261 %empty { $$ = 0; } [all …]
|