Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-8.2/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-8.2/Zend/tests/
H A Dbug79792.phpt2 Bug #79792: HT iterators not removed if empty array is destroyed
7 // Make the array empty.
/PHP-8.2/ext/standard/tests/array/
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-8.2/ext/mbstring/tests/
H A Dempty_pattern.phpt2 Check for empty pattern
28 mb_ereg_search_init(): Argument #2 ($pattern) must not be empty
/PHP-8.2/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) cannot be empty
H A Dbug53885.phpt2 Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
22 Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in %s
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_prepare_no_object.phpt42 a) [1065] Query was empty
43 b) [1065] Query was empty
44 c) [1065] Query was empty
45 c) [1065] Query was empty
H A Dbug46614.phpt2 Bug #46614 (Extended MySQLi class gives incorrect empty() result)
21 return empty($this->extData);
H A Dmysqli_class_mysqli_driver_interface.phpt22 if (!empty($expected_methods)) {
26 if (!empty($methods)) {
30 if (empty($expected_methods) && empty($methods)) {
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt22 $empty = "";
31 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers, 0, $cipher));
32 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers, 0, $cipher));
34 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers, 0, $cipher));
H A Dopenssl_pkcs7_sign_basic.phpt19 $empty = "";
26 var_dump(openssl_pkcs7_sign($empty, $outfile, $single_cert, $privkey, $headers));
27 var_dump(openssl_pkcs7_sign($infile, $empty, $single_cert, $privkey, $headers));
29 var_dump(openssl_pkcs7_sign($infile, $outfile, $empty, $privkey, $headers));
H A Dopenssl_cms_encrypt_basic.phpt20 $empty = "";
30 var_dump(openssl_cms_encrypt($empty, $outfile, $single_cert, $headers, cipher_algo: $cipher));
31 var_dump(openssl_cms_encrypt($infile, $empty, $single_cert, $headers, cipher_algo: $cipher));
33 var_dump(openssl_cms_encrypt($infile, $outfile, $empty, $headers, cipher_algo: $cipher));
H A Dopenssl_cms_sign_basic.phpt19 $empty = "";
30 var_dump(openssl_cms_sign($empty, $outfile, $single_cert, $privkey, $headers));
31 var_dump(openssl_cms_sign($infile, $empty, $single_cert, $privkey, $headers));
33 var_dump(openssl_cms_sign($infile, $outfile, $empty, $privkey, $headers));
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt46 if (!empty($constants)) {
51 if (!empty($expected)) {
56 if (!empty($values)) {
/PHP-8.2/ext/standard/tests/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)) {
H A Dreadlink_realpath_variation3.phpt7 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space …
13 /* empty linkname */
31 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
/PHP-8.2/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]));
/PHP-8.2/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 --
/PHP-8.2/ext/odbc/tests/
H A Dbug73448.phpt15 "/* empty batch is without error */",
17 "/* empty batch,error message is not empty */",
/PHP-8.2/ext/opcache/tests/
H A Djmp_elim_002.phpt2 Incorrect empty basic block elimination
17 if ( ! empty( $r['limit'] ) ) {
/PHP-8.2/ext/standard/tests/strings/
H A Ducwords_variation5.phpt9 var_dump(ucwords('testing empty delimiters', ''));
18 string(%d) "Testing empty delimiters"
/PHP-8.2/ext/imap/tests/
H A Dbug80223.phpt24 imap_mail_compose(): Argument #2 ($bodies) cannot be empty
26 imap_mail_compose(): Argument #2 ($bodies) individual body cannot be empty
/PHP-8.2/ext/oci8/tests/
H A Dconnect_1.phpt10 if (!empty($dbase)) {
17 if (!empty($dbase)) {

Completed in 23 milliseconds

12345678910>>...37