Home
last modified time | relevance | path

Searched refs:empty (Results 426 – 450 of 983) sorted by relevance

1...<<11121314151617181920>>...40

/php-src/ext/dom/tests/modern/spec/
H A Dserialize_non_default_empty_xmlns.phpt2 Serialize non-default but empty xmlns
H A DNode_baseURI.phpt12 $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/../../empty.html", LIBXML_NOERROR);
/php-src/ext/xml/tests/
H A Dset_handler_deprecation_empty_string.phpt2 Unsetting a handler via an empty string should emit a deprecation
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_error.phpt27 Random\Randomizer::getBytesFromString(): Argument #1 ($string) must not be empty
/php-src/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt21 SimpleXMLElement::addAttribute(): Argument #1 ($qualifiedName) must not be empty
H A Dbug38347.phpt2 Bug #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
H A Dbug46047.phpt2 Bug #46047 (SimpleXML converts empty nodes into object with nested array)
/php-src/ext/xmlreader/tests/
H A D001.phpt31 XMLReader::XML(): Argument #1 ($source) must not be empty
/php-src/ext/standard/tests/strings/
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)
H A Dstr_pad.phpt23 "", // empty string
65 echo "\n--- empty padding string ---\n";
304 --- empty padding string ---
305 str_pad(): Argument #3 ($pad_string) must not be empty
/php-src/ext/standard/tests/array/
H A Darray_diff_assoc_variation3.phpt64 // empty data
66 'empty' => array(
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt53 echo "Concatenation known valid UTF-8 string with empty string in variables, followed by concatenat…
65 echo "Concatenation known valid UTF-8 string with empty string in assignment, followed by concatena…
126 Concatenation known valid UTF-8 string with empty string in variables, followed by concatenation of…
129 Concatenation known valid UTF-8 string with empty string in assignment, followed by concatenation o…
/php-src/ext/pdo/tests/
H A Dpdo_035.phpt38 var_dump(empty($result[$offset]));
39 var_dump(empty($result[$offsetRef]));
51 var_dump(empty($result->{$offset}));
52 var_dump(empty($result->{$offsetRef}));
/php-src/Zend/tests/offsets/
H A Dinternal_handlers.phpt30 echo 'empty op', PHP_EOL;
32 $r = empty($o['foo']);
119 echo 'nested empty', PHP_EOL;
122 $r = empty($o['foo']['bar']);
129 //echo 'nested empty: appending then read', PHP_EOL;
132 // $r = empty($o[]['bar']);
231 empty op
265 nested empty
/php-src/ext/ftp/tests/
H A Dbug39458-2.phpt2 Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour))
/php-src/ext/pcre/tests/
H A Dbug70232.phpt2 Bug #70232 (Incorrect bump-along behavior with \K and empty string match)
/php-src/ext/xmlwriter/tests/
H A DOO_005.phpt19 // Force to write and empty the buffer
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_setCsvControl_error003.phpt29 SplFileObject::setCsvControl(): Argument #3 ($escape) must be empty or a single character
/php-src/Zend/tests/
H A Dbug69758.phpt22 // Conditions should be empty.
/php-src/ext/exif/tests/
H A Dtag_with_illegal_zero_components.phpt12 …_components.jpeg): Process tag(x0202=JPEGInterchangeFormatLength): Cannot be empty in %s on line %d
/php-src/ext/ldap/tests/
H A Dldap_get_entries_variation.phpt2 Test ldap_get_entries() function - variation: used on empty search
/php-src/ext/pgsql/tests/
H A Dpg_insert_002.phpt24 pg_insert(): Argument #2 ($table_name) must not be empty
/php-src/ext/zip/tests/
H A Dbug76524.phpt2 ZipArchive Bug #76524 (memory leak with ZipArchive::OVERWRITE flag and empty archive)
/php-src/ext/standard/tests/streams/
H A Dbug69521.phpt29 if (!empty($read))
/php-src/ext/mbstring/tests/
H A Dmb_stristr_empty_needle.phpt2 Test mb_stristr() function : with empty needle

Completed in 32 milliseconds

1...<<11121314151617181920>>...40