Home
last modified time | relevance | path

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

12345678910>>...40

/php-src/ext/standard/tests/general_functions/
H A Darray_is_list.phpt14 test_is_list("empty", []);
57 test_is_list("unset to empty", $arr);
73 empty: true
96 unset to empty: true
/php-src/Zend/tests/offsets/
H A Dtest_variable_offsets.inc41 echo "empty():\n";
42 var_dump(empty($container[$dimension]));
100 echo "Nested empty():\n";
101 var_dump(empty($container[$dimension][$dimension]));
/php-src/ext/standard/tests/strings/
H A Dexplode.phpt65 explode(): Argument #1 ($separator) must not be empty
66 explode(): Argument #1 ($separator) must not be empty
67 explode(): Argument #1 ($separator) must not be empty
82 explode(): Argument #1 ($separator) must not be empty
H A Dsubstr_count_basic.phpt37 substr_count(): Argument #2 ($needle) must not be empty
38 substr_count(): Argument #2 ($needle) must not be empty
/php-src/ext/standard/tests/array/
H A Darray_merge_variation4.phpt55 // empty data
56 /*8*/ 'empty double quotes' => array(
60 /*9*/ 'empty single quotes' => array(
206 -- Iteration 6: empty double quotes data --
224 -- Iteration 7: empty single quotes data --
H A Darray_slice_variation7.phpt56 // empty data
57 /*8*/ 'empty double quotes' => array(
61 /*9*/ 'empty single quotes' => array(
179 -- Iteration 6 : key type is empty double quotes --
191 -- Iteration 7 : key type is empty single quotes --
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--
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt15 if (!is_array($before) || empty($before)) {
16 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dpseudo.c98 return lxb_css_selectors_pseudo_data_pseudo_class_function[id].empty; in lxb_css_selector_pseudo_function_can_empty()
101 return lxb_css_selectors_pseudo_data_pseudo_element_function[id].empty; in lxb_css_selector_pseudo_function_can_empty()
/php-src/ext/xmlreader/tests/
H A DsetSchema_error.phpt26 $reader->setSchema('schema-empty.xsd');
40 XMLReader::setSchema(): Argument #1 ($filename) must not be empty
/php-src/ext/opcache/tests/jit/
H A Dgh8461-006.inc2 // empty
/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
/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 Dfgetcsv_tab_delimiter.data4 empty nothing
/php-src/ext/opcache/tests/gh13433/
H A DTraitA.inc3 protected static $non_empty_array = ['non-empty'];
/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));

Completed in 26 milliseconds

12345678910>>...40