Home
last modified time | relevance | path

Searched refs:empty (Results 176 – 200 of 967) sorted by relevance

12345678910>>...39

/php-src/ext/standard/tests/array/
H A Darray_diff_variation3.phpt27 /*1*/"empty array" => array(),
61 "empty" => array(
62 // empty data
H A Duasort_variation4.phpt50 // empty array
52 echo "-- Sorting empty array --\n";
134 -- Sorting empty array --
H A Darray_udiff_assoc_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_udiff_uassoc_variation2.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
146 --empty string DQ--
149 --empty string SQ--
H A Darray_udiff_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_uintersect_assoc_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_uintersect_uassoc_variation2.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
146 --empty string DQ--
149 --empty string SQ--
H A Darray_uintersect_variation2.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_multisort_variation7.phpt22 'empty string DQ' => "",
46 ["empty string DQ"]=>
/php-src/ext/xmlwriter/tests/
H A D010.phpt33 // Force to write and empty the buffer
34 xmlwriter_flush($xw, empty: true);
/php-src/ext/spl/tests/
H A Ddllist_004.phpt48 Exception: Can't pop from an empty datastructure
49 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt48 Exception: Can't shift from an empty datastructure
49 Exception: Can't shift from an empty datastructure
H A Ddllist_001.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
/php-src/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt24 var_dump(!empty($meta1['table']) && $meta1['table'] == 'test_42589');
25 var_dump(!empty($meta2['table']) && $meta2['table'] == 'test_42589');
/php-src/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt18 return !empty($this->stream);
30 if (!empty($this->stream)) {
40 if (!empty($this->stream)) {
48 if (!empty($this->stream)) {
56 if (!empty($this->stream)) {
H A Dfile_get_contents_file_put_contents_basic.phpt19 echo "\n-- Testing with empty file --\n";
38 -- Testing with empty file --
/php-src/ext/openssl/tests/
H A Dopenssl_cms_verify_der.phpt20 $empty = "";
26 var_dump(openssl_cms_verify($empty, 0));
28 var_dump(openssl_cms_verify($eml, 0, $empty));
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_basic.phpt37 substr_count(): Argument #2 ($needle) cannot be empty
38 substr_count(): Argument #2 ($needle) cannot be empty
H A Ddefault_charset.phpt34 // Set internal_encoding to empty and try again
35 echo "*** Change internal_encoding to empty ***\n";
83 *** Change internal_encoding to empty ***
/php-src/ext/opcache/tests/gh13433/
H A DTraitA.inc3 protected static $non_empty_array = ['non-empty'];
/php-src/ext/ftp/tests/
H A Dserver.inc66 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-src/ext/standard/tests/general_functions/
H A D004.data4 empty nothing
/php-src/Zend/tests/
H A Disset_array.phpt49 Cannot access offset of type array in isset or empty
50 Cannot access offset of type stdClass in isset or empty
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt46 if (!empty($expected)) {
50 if (!empty($methods)) {
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt20 empty():
65 empty():
116 empty():
177 empty():
240 empty():
309 empty():
376 empty():
432 empty():
470 empty():
515 empty():
[all …]

Completed in 24 milliseconds

12345678910>>...39