Home
last modified time | relevance | path

Searched refs:empty (Results 76 – 100 of 883) sorted by relevance

12345678910>>...36

/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt2 Test DOMDocument::loadXML() with empty file path
16 DOMDocument::loadXML(): Argument #1 ($source) must not be empty
H A DDOMDocument_loadHTML_error2.phpt2 DOMDocument::loadHTML() should fail if empty string provided as input
19 DOMDocument::loadHTML(): 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 DDOMDocument_schemaValidateSource_error3.phpt2 DomDocument::schemaValidateSource() - empty string for schema string
23 DOMDocument::schemaValidateSource(): Argument #1 ($source) must not be empty
H A Dbug35342.phpt13 var_dump(empty($nodelist->length), empty($nodelist->foo));
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_driver.phpt55 printf("[008] getMessage() has returned an empty string.\n");
57 printf("[009] getCode() has returned an empty string.\n");
59 printf("[010] getFile() has returned an empty string.\n");
61 printf("[011] getLine() has returned an empty string.\n");
63 if (empty($tmp))
64 printf("[012] getTrace() has returned an empty array.\n");
66 printf("[013] getTraceAsString() has returned an empty string.\n");
68 printf("[014] __toString() has returned an empty string.\n");
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_cms_decrypt_basic.phpt17 $empty = "";
29 var_dump(openssl_cms_decrypt($empty, $outfile, $single_cert, $privkey));
30 var_dump(openssl_cms_decrypt($encrypted, $empty, $single_cert, $privkey));
31 var_dump(openssl_cms_decrypt($encrypted, $outfile, $empty, $privkey));
32 var_dump(openssl_cms_decrypt($encrypted, $outfile, $single_cert, $empty));
H A Dopenssl_cms_encrypt_basic.phpt20 $empty = "";
29 var_dump(openssl_cms_encrypt($empty, $outfile, $single_cert, $headers));
30 var_dump(openssl_cms_encrypt($infile, $empty, $single_cert, $headers));
32 var_dump(openssl_cms_encrypt($infile, $outfile, $empty, $headers));
H A Dopenssl_pkcs7_encrypt_basic.phpt22 $empty = "";
30 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers));
31 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers));
33 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers));
/PHP-8.0/ext/standard/tests/array/
H A Dkey_variation2.phpt63 // empty data
64 /*8*/ 'empty double quotes' => array(
68 /*9*/ 'empty single quotes' => array(
133 -- Iteration 8 : empty double quotes data --
136 -- Iteration 9 : empty single quotes data --
H A Dbug69198.phpt9 var_dump($result, empty($result), $result === array(), empty($willNeverBeDefined));
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 --
/PHP-8.0/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
18 xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
/PHP-8.0/ext/xml/tests/
H A Dxml011.phpt2 XML Parser test: concat character data and set empty handlers
24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-8.0/ext/standard/tests/file/
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");
33 -- Testing with empty file --
/PHP-8.0/Zend/tests/
H A D019.phpt2 Test unset(), empty() and isset() functions
49 var_dump( empty($scalar_var) );
60 // empty to check if empty, expecting bool(true)
61 var_dump( empty($scalar_var) );
100 …var_dump( empty($array_var) ); // expecting bool(false), except: array(), which is considered empty
138 // empty() to see if the array is empty
279 // check using isset and empty
281 var_dump( empty($static_var) );
286 // check using isset and empty
288 var_dump( empty($static_var) );
[all …]
H A Dbug79792.phpt2 Bug #79792: HT iterators not removed if empty array is destroyed
7 // Make the array empty.
/PHP-8.0/ext/enchant/tests/
H A Dbroker_request_dict_error_on_empty_tag.phpt2 enchant_broker_request_dict() must throw ValueError on empty tag
20 enchant_broker_request_dict(): Argument #2 ($tag) cannot be empty
/PHP-8.0/ext/gd/tests/
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
23 imagesetstyle(): Argument #2 ($style) cannot be empty
/PHP-8.0/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-8.0/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-8.0/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt2 Test if bindtextdomain() errors if the domain is empty.
22 bindtextdomain(): Argument #1 ($domain) cannot be empty
/PHP-8.0/ext/standard/tests/strings/
H A Dexplode1.phpt94 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.0/ext/mbstring/tests/
H A Dempty_pattern.phpt2 Check for empty pattern
27 mb_ereg_search_init(): Argument #2 ($pattern) must not be empty
/PHP-8.0/ext/spl/tests/
H A Dbug70053.phpt6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";
16 -- Two empty iterators attached with infos that are different but same array key --

Completed in 26 milliseconds

12345678910>>...36