Home
last modified time | relevance | path

Searched refs:empty (Results 51 – 75 of 1348) sorted by relevance

12345678910>>...54

/PHP-7.1/ext/spl/tests/
H A Darray_010.phpt11 var_dump(empty($obj[0]));
12 var_dump(empty($obj[1]));
13 var_dump(empty($obj[2]));
14 var_dump(empty($obj['4th']));
15 var_dump(empty($obj['5th']));
16 var_dump(empty($obj[6]));
H A Dfixedarray_016.phpt7 var_dump(empty($a[0]), empty($a[1]), $a);
H A Dfixedarray_017.phpt7 var_dump(empty($a[0]), empty($a[1]), $a);
H A Dheap_top_variation_003.phpt2 SPL: SplHeap top of empty heap
16 Can't peek at an empty heap
/PHP-7.1/ext/standard/tests/file/
H A Ddirname_variation1.phpt68 'empty array' => array(),
83 // empty data
84 'empty string DQ' => "",
85 'empty string SQ' => '',
137 --empty array--
171 --empty string DQ--
174 --empty string SQ--
H A Dbasename_variation3.phpt64 'empty array' => array(),
79 // empty data
80 'empty string DQ' => "",
81 'empty string SQ' => '',
133 --empty array--
167 --empty string DQ--
170 --empty string SQ--
H A Dfwrite_variation5.phpt72 'empty array' => array(),
87 // empty data
88 'empty string DQ' => "",
89 'empty string SQ' => '',
136 --empty array--
160 --empty string DQ--
162 --empty string SQ--
H A Dpathinfo_variation1.phpt69 'empty array' => array(),
84 // empty data
85 'empty string DQ' => "",
86 'empty string SQ' => '',
138 --empty array--
172 --empty string DQ--
175 --empty string SQ--
H A Dbug41693.phpt2 Bug #41693 (scandir() allows empty directory names)
11 Warning: scandir(): Directory name cannot be empty in %s on line %d
H A Dbasename_variation4.phpt67 'empty array' => array(),
82 // empty data
83 'empty string DQ' => "",
84 'empty string SQ' => '',
136 --empty array--
170 --empty string DQ--
173 --empty string SQ--
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_class_vars_variation1.phpt55 'empty array' => array(),
70 // empty data
71 'empty string DQ' => "",
72 'empty string SQ' => '',
124 --empty array--
162 --empty string DQ--
165 --empty string SQ--
H A Dinterface_exists_variation1.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
127 --empty array--
165 --empty string DQ--
168 --empty string SQ--
/PHP-7.1/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt67 'empty array' => array(),
82 // empty data
83 'empty string DQ' => "",
84 'empty string SQ' => '',
142 --empty array--
172 --empty string DQ--
175 --empty string SQ--
/PHP-7.1/Zend/tests/
H A Dforeach_list_004.phpt2 foreach with empty list
13 Fatal error: Cannot use empty list in %sforeach_list_004.php on line %d
H A D019.phpt2 Test unset(), empty() and isset() functions
8 Prototype: bool empty( mixed $var );
59 var_dump( empty($scalar_var) );
70 // empty to check if empty, expecting bool(true)
71 var_dump( empty($scalar_var) );
148 // empty() to see if the array is empty
289 // check using isset and empty
291 var_dump( empty($static_var) );
296 // check using isset and empty
298 var_dump( empty($static_var) );
[all …]
H A Dlist_empty_error_keyed.phpt2 Cannot use empty elements in keyed array destructuring
11 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
H A Dbug52041.phpt28 Warning: Creating default object from empty value in %sbug52041.php on line 6
32 Warning: Creating default object from empty value in %sbug52041.php on line 7
36 Warning: Creating default object from empty value in %sbug52041.php on line 8
44 Warning: Creating default object from empty value in %sbug52041.php on line 9
50 Warning: Creating default object from empty value in %sbug52041.php on line 10
58 Warning: Creating default object from empty value in %sbug52041.php on line 11
H A Dbug29505.phpt7 public $empty = array();
17 ["empty"]=>
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_basic.phpt21 $empty = "";
30 var_dump(openssl_pkcs7_decrypt($empty, $outfile, $single_cert, $privkey));
31 var_dump(openssl_pkcs7_decrypt($encrypted, $empty, $single_cert, $privkey));
32 var_dump(openssl_pkcs7_decrypt($encrypted, $outfile, $empty, $privkey));
33 var_dump(openssl_pkcs7_decrypt($encrypted, $outfile, $single_cert, $empty));
H A Dopenssl_pkcs7_encrypt_basic.phpt22 $empty = "";
31 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers));
32 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers));
34 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers));
35 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $empty));
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_driver.phpt56 printf("[008] getMessage() has returned an empty string.\n");
58 printf("[009] getCode() has returned an empty string.\n");
60 printf("[010] getFile() has returned an empty string.\n");
62 printf("[011] getLine() has returned an empty string.\n");
64 if (empty($tmp))
65 printf("[012] getTrace() has returned an empty array.\n");
67 printf("[013] getTraceAsString() has returned an empty string.\n");
69 printf("[014] __toString() has returned an empty string.\n");
/PHP-7.1/ext/standard/tests/array/
H A Dbug69198.phpt9 var_dump($result, empty($result), $result === array(), empty($willNeverBeDefined));
/PHP-7.1/tests/lang/
H A Dbug24436.phpt2 Bug #24436 (isset() and empty() produce errors with non-existent variables in objects)
7 if (empty($this->test[0][0])) { print "test1";}
/PHP-7.1/ext/standard/tests/filters/
H A D001.phpt16 Warning: stream_filter_register(): Filter name cannot be empty in %s on line %d
19 Warning: stream_filter_register(): Class name cannot be empty in %s on line %d
22 Warning: stream_filter_register(): Filter name cannot be empty in %s on line %d
/PHP-7.1/ext/standard/tests/network/
H A Dip2long_variation1.phpt69 'empty array' => array(),
84 // empty data
85 'empty string DQ' => "",
86 'empty string SQ' => '',
143 --empty array--
177 --empty string DQ--
180 --empty string SQ--

Completed in 147 milliseconds

12345678910>>...54