/PHP-8.2/Zend/tests/ |
H A D | bug29505.phpt | 7 public $empty = array(); 16 ["empty"]=>
|
H A D | list_empty_error_keyed.phpt | 2 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/standard/tests/array/ |
H A D | array_map_variation14.phpt | 7 * array will be extended with empty elements 33 echo "-- with empty string --\n"; 40 echo "-- with empty array --\n"; 120 -- with empty string -- 122 -- with empty array --
|
H A D | array_push_variation6.phpt | 52 // 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 D | array_shift_variation3.phpt | 51 // 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 D | array_values_variation2.phpt | 65 // 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 D | array_values_variation3.phpt | 52 // 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 D | array_change_key_case_variation3.phpt | 50 // 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 D | bug69198.phpt | 9 var_dump($result, empty($result), $result === array(), empty($willNeverBeDefined));
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMDocument_loadXML_error6.phpt | 2 Test DOMDocument::loadXML() with empty file path 16 DOMDocument::loadXML(): Argument #1 ($source) must not be empty
|
H A D | DOMDocument_loadHTML_error2.phpt | 2 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 D | DirectoryIterator_empty_constructor.phpt | 2 DirectoryIterator: Test empty value to DirectoryIterator constructor 15 DirectoryIterator::__construct(): Argument #1 ($directory) cannot be empty
|
H A D | heap_top_variation_003.phpt | 2 SPL: SplHeap top of empty heap 16 Can't peek at an empty heap
|
H A D | spl_pq_top_error_empty.phpt | 2 SPL: SplPriorityQueue: top exception on empty heap 19 Exception: Can't peek at an empty heap
|
/PHP-8.2/ext/xmlwriter/tests/ |
H A D | xmlwriter_open_uri_error_001.phpt | 2 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 D | bug72709.phpt | 2 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 D | bug69587.phpt | 9 var_dump(property_exists($interval, 'm'), isset($interval->m), empty($interval->m), empty($interval…
|
/PHP-8.2/ext/gettext/tests/ |
H A D | gettext_bindtextdomain-emptydomain.phpt | 2 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 D | broker_request_dict_error_on_empty_tag.phpt | 2 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/strings/ |
H A D | explode1.phpt | 94 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 D | xml011.phpt | 2 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 D | readfile_error.phpt | 12 var_dump( readfile('') ); // empty string as $filename 32 Path cannot be empty 33 Path cannot be empty
|
H A D | file_get_contents_basic.phpt | 20 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 D | phar_test.inc | 34 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 D | phar_test.inc | 34 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);
|