Home
last modified time | relevance | path

Searched refs:empty (Results 101 – 125 of 980) sorted by relevance

12345678910>>...40

/php-src/ext/standard/tests/strings/
H A Dexplode1.phpt94 explode(): Argument #1 ($separator) must not be empty
95 explode(): Argument #1 ($separator) must not be empty
96 explode(): Argument #1 ($separator) must not be empty
97 explode(): Argument #1 ($separator) must not be empty
99 explode(): Argument #1 ($separator) must not be empty
100 explode(): Argument #1 ($separator) must not be empty
101 explode(): Argument #1 ($separator) must not be empty
102 explode(): Argument #1 ($separator) must not be empty
204 explode(): Argument #1 ($separator) must not be empty
205 explode(): Argument #1 ($separator) must not be empty
[all …]
/php-src/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));
H A Darray_shift_variation2.phpt66 // empty data
67 /*5*/ 'empty string' => array(
72 /*6*/ 'empty array' => array(
162 -- Iteration 5: empty string data --
169 -- Iteration 6: empty array data --
/php-src/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-src/ext/standard/tests/file/
H A Dreadfile_error.phpt12 var_dump( readfile('') ); // empty string as $filename
32 Path must not be empty
33 Path must not 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", 1, "byte");
38 -- Testing with empty file --
H A Dinclude_userstream_002.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)) {
/php-src/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) must not be empty
/php-src/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);
/php-src/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-src/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error3.phpt2 DomDocument::schemaValidateSource() - empty string for schema string
23 DOMDocument::schemaValidateSource(): Argument #1 ($source) must not be empty
H A DDOMDocument_schemaValidate_error3.phpt2 DomDocument::schemaValidate() - empty string for schema file name
23 DOMDocument::schemaValidate(): Argument #1 ($filename) must not be empty
H A Dbug35342.phpt13 var_dump(empty($nodelist->length), empty($nodelist->foo));
/php-src/Zend/tests/
H A Dbug79792.phpt2 Bug #79792: HT iterators not removed if empty array is destroyed
7 // Make the array empty.
/php-src/ext/mbstring/tests/
H A Dempty_pattern.phpt2 Check for empty pattern
28 mb_ereg_search_init(): Argument #2 ($pattern) must not be empty
H A Dmb_substr_count.phpt24 // So the needle is actually 'empty', although it doesn't appear so
30 print "== Return value for empty haystack should always be zero ==\n";
72 mb_substr_count(): Argument #2 ($needle) must not be empty
73 mb_substr_count(): Argument #2 ($needle) must not be empty
74 mb_substr_count(): Argument #2 ($needle) must not be empty
75 == Return value for empty haystack should always be zero ==
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_saveHTMLFile_empty_path.phpt2 Dom\HTMLDocument::saveHtmlFile() empty path
14 …ht ValueError: Dom\HTMLDocument::saveHtmlFile(): Argument #1 ($filename) must not be empty in %s:%d
/php-src/ext/zip/tests/
H A Doo_getexternalattributesname_error.phpt2 ZipArchive::getExternalAttributesName() throws a ValueError when the $name param is empty
23 ZipArchive::getExternalAttributesName(): Argument #1 ($name) must not be empty
/php-src/ext/sqlite3/tests/
H A Dsqlite3_33_load_extension_param.phpt2 SQLite3::loadExtension with empty extension test
29 string(63) "SQLite3::loadExtension(): Argument #1 ($name) must not be empty"
/php-src/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt18 var_dump(!empty($map[$obj]));
24 var_dump(!empty($map[$obj]));
30 var_dump(!empty($map[$obj]));
36 var_dump(!empty($map[$obj]));
42 var_dump(!empty($map[$obj]));

Completed in 23 milliseconds

12345678910>>...40