Home
last modified time | relevance | path

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

12345678910>>...36

/PHP-8.0/Zend/tests/
H A Dlist_013.phpt2 Disallow tail empty elements in normal arrays
10 Fatal error: Cannot use empty array elements in arrays in %s on line %d
H A Dbug75426.phpt2 Bug #75426: "Cannot use empty array elements" reports wrong position
15 Fatal error: Cannot use empty array elements in arrays in %s on line 5
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 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.0/ext/exif/tests/
H A Dfilename_empty.phpt2 Passing empty filename to exif_read_data() and exif_thumnail()
32 exif_read_data(): Argument #1 ($file) cannot be empty
33 exif_thumbnail(): Argument #1 ($file) cannot be empty
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt43 if (!is_array($links) || empty($links))
44 … printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
57 if (!is_array($errors) || !empty($errors))
60 if (!is_array($reject) || !empty($reject))
61 … printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
71 if (!empty($errors))
99 if (!empty($errors)) {
114 if (!empty($reject)) {
159 if (!is_array($links) || empty($links))
174 if (!is_array($errors) || !empty($errors))
[all …]
H A Dmysqli_get_connection_stats.phpt18 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
21 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
41 if (!is_array($info = $link->get_connection_stats()) || empty($info))
59 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
62 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
/PHP-8.0/ext/spl/tests/
H A Dfixedarray_016.phpt7 var_dump(empty($a[0]), empty($a[1]), $a);
H A DSplDoublyLinkedList_top_empty.phpt2 SplDoublyLinkedList::top empty
14 Can't peek at an empty datastructure
H A DSplDoublyLinkedList_bottom_empty.phpt2 SplDoublyLinkedList::bottom empty
14 Can't peek at an empty datastructure
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 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 Dspl_pq_top_error_empty.phpt2 SPL: SplPriorityQueue: top exception on empty heap
19 Exception: Can't peek at an empty heap
/PHP-8.0/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt52 'empty array' => array(),
67 // empty data
68 'empty string DQ' => "",
69 'empty string SQ' => '',
126 --empty array--
156 --empty string DQ--
159 --empty string SQ--
/PHP-8.0/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt63 // empty data
64 /*5*/ 'empty double quotes' => array(
67 'empty single quotes' => array(
132 -- $key arguments are empty double quotes data:
134 -- $key arguments are empty single quotes data:
168 -- $key arguments are empty double quotes data:
170 -- $key arguments are empty single quotes data:
204 -- $key arguments are empty double quotes data:
206 -- $key arguments are empty single quotes data:
361 -- Iteration 8: empty double quotes data --
[all …]
H A Darray_map_variation14.phpt7 * 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 Dcurrent_variation2.phpt65 // empty data
66 /*5*/ 'empty string' => array(
71 /*6*/ 'empty array' => array(
127 -- Iteration 5 : empty string data --
130 -- Iteration 6 : empty array data --
/PHP-8.0/ext/simplexml/tests/
H A Dbug67572.phpt11 var_dump(empty($foo));
18 var_dump(empty($value));
24 var_dump(empty($value));
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error2.phpt2 Test DOMDocument::loadHTMLFile when an empty string is passed
4 Verifies that an error message is showed if an empty string is passed as argument
28 DOMDocument::loadHTMLFile(): Argument #1 ($filename) must not be empty
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt2 Test strtr() function : usage variations - empty string & null for 'str' argument
6 * empty string & null for 'str' argument and
10 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
51 *** Testing strtr() : empty string & null for 'str' arg ***
/PHP-8.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-8.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));
/PHP-8.0/ext/date/tests/
H A Dbug69587.phpt9 var_dump(property_exists($interval, 'm'), isset($interval->m), empty($interval->m), empty($interval…

Completed in 37 milliseconds

12345678910>>...36