Home
last modified time | relevance | path

Searched refs:empty (Results 126 – 150 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/ext/standard/tests/general_functions/
H A D003.phpt26 $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 Dfixedarray_021.phpt6 /* empty count */
31 /* fromArray() from empty array */
60 var_dump(empty($a["3"]));
H A Dspl_heap_isempty.phpt9 echo "Checking a new heap is empty: ";
19 Checking a new heap is empty: bool(true)
H A Dclass_implements_variation1.phpt65 '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 Dclass_uses_variation1.phpt65 '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 Dnullsafe_001.phpt17 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 Dgh11245_1.phpt17 if (!empty($xx)) {return;}
25 0000 T1 = ISSET_ISEMPTY_CV (empty) CV0($xx)
H A Dgh11245_2.phpt20 if (empty($xx)) {return;}
29 0001 T2 = ISSET_ISEMPTY_CV (empty) CV0($xx)
/PHP-8.2/tests/classes/
H A Darray_access_001.phpt32 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 Darray_access_002.phpt32 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 Dconnect.inc4 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 Dbug60817.phpt5 class TestStream { //data, empty data, empty data + eof
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_cms_verify_basic.phpt17 $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 Dbug71263.phpt17 // --> 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 Darray_merge_variation3.phpt69 // 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 Darray_multisort_variation2.phpt62 '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 Dfscanf_variation52.phpt2 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 Dis_dir_variation1.phpt9 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 Dvalue_errors_open.phpt123 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 D004.phpt18 if (empty($a[$s])) $a[$s] = 0;
28 if (empty($a[$s])) $a[$s] = 0;
/PHP-8.2/ext/posix/tests/
H A Dposix_ttyname_variation3.phpt23 'empty string DQ' => "",
24 'empty string SQ' => '',
/PHP-8.2/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt56 '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 Dmb_substitute_character_variation_strict_types.phpt58 '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 Dwaiting_on_sigchild_pcntl_wait.phpt31 while (!empty($processes) && $iters > 0) {
36 var_dump(empty($processes));
/PHP-8.2/Zend/
H A Dzend_language_parser.y429 %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 …]

Completed in 26 milliseconds

12345678910>>...37