Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.0/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 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.0/ext/standard/tests/class_object/
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.0/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.0/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 Dbug29505.phpt7 public $empty = array();
17 ["empty"]=>
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
/PHP-7.0/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.0/ext/standard/tests/array/
H A Dbug69198.phpt9 var_dump($result, empty($result), $result === array(), empty($willNeverBeDefined));
H A Darray_map_variation14.phpt12 * array will be extended with empty elements
38 echo "-- with empty string --\n";
41 echo "-- with empty array --\n";
117 -- with empty string --
121 -- with empty array --
H A Dcurrent_variation2.phpt71 // empty data
72 /*5*/ 'empty string' => array(
77 /*6*/ 'empty array' => array(
134 -- Iteration 5 : empty string data --
137 -- Iteration 6 : empty array data --
/PHP-7.0/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.0/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");
H A Dmysqli_get_connection_stats.phpt26 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
29 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
49 if (!is_array($info = $link->get_connection_stats()) || empty($info))
67 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
70 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
/PHP-7.0/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.0/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt66 'empty array' => array(),
81 // empty data
82 'empty string DQ' => "",
83 'empty string SQ' => '',
128 --empty array--
162 --empty string DQ--
165 --empty string SQ--
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--
/PHP-7.0/ext/spl/tests/
H A Dheap_top_variation_003.phpt2 SPL: SplHeap top of empty heap
16 Can't peek at an empty heap
H A Dspl_pq_top_error_empty.phpt2 SPL: SplPriorityQueue: top exception on empty heap
19 Exception: Can't peek at an empty heap
/PHP-7.0/ext/date/tests/
H A Dbug69587.phpt9 var_dump(property_exists($interval, 'm'), isset($interval->m), empty($interval->m), empty($interval…

Completed in 34 milliseconds

12345678910>>...53