Home
last modified time | relevance | path

Searched refs:empty (Results 76 – 100 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/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-8.2/Zend/tests/
H A Dbug29505.phpt7 public $empty = array();
16 ["empty"]=>
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
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt2 Test DOMDocument::loadXML() with empty file path
16 DOMDocument::loadXML(): Argument #1 ($source) must not be empty
H A DDOMDocument_loadHTML_error2.phpt2 DOMDocument::loadHTML() should fail if empty string provided as input
17 DOMDocument::loadHTML(): Argument #1 ($source) must not be empty
/PHP-8.2/ext/spl/tests/
H A DDirectoryIterator_empty_constructor.phpt2 DirectoryIterator: Test empty value to DirectoryIterator constructor
15 DirectoryIterator::__construct(): Argument #1 ($directory) cannot be empty
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-8.2/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
18 xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
/PHP-8.2/ext/gd/tests/
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
21 imagesetstyle(): Argument #2 ($style) cannot be empty
/PHP-8.2/ext/date/tests/
H A Dbug69587.phpt9 var_dump(property_exists($interval, 'm'), isset($interval->m), empty($interval->m), empty($interval…
/PHP-8.2/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt2 Test if bindtextdomain() errors if the domain is empty.
18 bindtextdomain(): Argument #1 ($domain) cannot be empty
/PHP-8.2/ext/enchant/tests/
H A Dbroker_request_dict_error_on_empty_tag.phpt2 enchant_broker_request_dict() must throw ValueError on empty tag
21 enchant_broker_request_dict(): Argument #2 ($tag) cannot be empty
/PHP-8.2/ext/standard/tests/array/
H A Darray_push_variation6.phpt52 // empty data
53 /*5*/ 'empty double quotes' => array(
56 'empty single quotes' => array(
114 -- Iteration 6 : empty double quotes data --
118 -- Iteration 7 : empty single quotes data --
H A Darray_shift_variation3.phpt51 // empty data
52 /*8*/ 'empty double quotes' => array(
56 /*9*/ 'empty single quotes' => array(
127 -- Iteration 6 : empty double quotes data --
132 -- Iteration 7 : empty single quotes data --
H A Darray_values_variation2.phpt65 // empty data
66 /*5*/ 'empty string' => array(
71 /*6*/ 'empty array' => array(
163 -- Iteration 5: empty string data --
171 -- Iteration 6: empty array data --
H A Darray_values_variation3.phpt52 // empty data
53 /*8*/ 'empty double quotes' => array(
57 /*9*/ 'empty single quotes' => array(
131 -- Iteration 6: empty double quotes data --
137 -- Iteration 7: empty single quotes data --
H A Darray_change_key_case_variation3.phpt50 // empty data
51 /*5*/ 'empty double quotes' => array(
54 'empty single quotes' => array(
129 -- Iteration 6 : empty double quotes data --
135 -- Iteration 7 : empty single quotes data --
H A Dbug69198.phpt9 var_dump($result, empty($result), $result === array(), empty($willNeverBeDefined));
/PHP-8.2/ext/standard/tests/strings/
H A Dexplode1.phpt94 explode(): Argument #1 ($separator) cannot be empty
95 explode(): Argument #1 ($separator) cannot be empty
96 explode(): Argument #1 ($separator) cannot be empty
97 explode(): Argument #1 ($separator) cannot be empty
99 explode(): Argument #1 ($separator) cannot be empty
100 explode(): Argument #1 ($separator) cannot be empty
101 explode(): Argument #1 ($separator) cannot be empty
102 explode(): Argument #1 ($separator) cannot be empty
204 explode(): Argument #1 ($separator) cannot be empty
205 explode(): Argument #1 ($separator) cannot be empty
[all …]
/PHP-8.2/ext/xml/tests/
H A Dxml011.phpt2 XML Parser test: concat character data and set empty handlers
22 echo "\nChange to empty end handler\n";
67 Change to empty end handler
/PHP-8.2/ext/standard/tests/file/
H A Dreadfile_error.phpt12 var_dump( readfile('') ); // empty string as $filename
32 Path cannot be empty
33 Path cannot be empty
H A Dfile_get_contents_basic.phpt20 echo "\n-- Testing with empty file --\n";
22 create_files($file_path, 1, "empty", 0755, 100, "w", "file_get_contents_basic", 1, "byte");
33 -- Testing with empty file --
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dphar_test.inc34 if (empty($comp)) $comp = $cont;
35 if (empty($ulen)) $ulen = strlen($cont);
36 if (empty($clen)) $clen = strlen($comp);
37 if (empty($crc32))$crc32= crc32((binary)$cont);
/PHP-8.2/ext/phar/tests/files/
H A Dphar_test.inc34 if (empty($comp)) $comp = $cont;
35 if (empty($ulen)) $ulen = strlen($cont);
36 if (empty($clen)) $clen = strlen($comp);
37 if (empty($crc32))$crc32= crc32((binary)$cont);

Completed in 25 milliseconds

12345678910>>...37