Home
last modified time | relevance | path

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

12345678910>>...40

/php-src/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_basic.phpt21 $empty = "";
31 var_dump(openssl_pkcs7_decrypt($empty, $outfile, $single_cert, $privkey));
32 var_dump(openssl_pkcs7_decrypt($encrypted, $empty, $single_cert, $privkey));
33 var_dump(openssl_pkcs7_decrypt($encrypted, $outfile, $empty, $privkey));
34 var_dump(openssl_pkcs7_decrypt($encrypted, $outfile, $single_cert, $empty));
H A Dopenssl_cms_decrypt_basic.phpt17 $empty = "";
30 var_dump(openssl_cms_decrypt($empty, $outfile, $single_cert, $privkey));
31 var_dump(openssl_cms_decrypt($encrypted, $empty, $single_cert, $privkey));
32 var_dump(openssl_cms_decrypt($encrypted, $outfile, $empty, $privkey));
33 var_dump(openssl_cms_decrypt($encrypted, $outfile, $single_cert, $empty));
/php-src/ext/standard/tests/array/
H A Dkey_variation2.phpt51 // empty data
52 /*8*/ 'empty double quotes' => array(
56 /*9*/ 'empty single quotes' => array(
112 -- Iteration 6 : empty double quotes data --
115 -- Iteration 7 : empty single quotes data --
H A Darray_map_variation14.phpt7 * array will be extended with empty elements
33 echo "-- with empty string --\n";
40 echo "-- with empty array --\n";
120 -- with empty string --
122 -- with empty array --
/php-src/ext/dom/tests/
H A DDOMElement_prefix_empty.phpt2 DOMElement->prefix with empty string creates bogus prefix
13 echo "--- Changing the prefix to an empty string ---\n";
18 echo "--- Changing the prefix to an empty C-style string ---\n";
39 --- Changing the prefix to an empty string ---
42 --- Changing the prefix to an empty C-style string ---
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
17 DOMDocument::loadHTML(): Argument #1 ($source) must not be empty
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_empty.phpt2 SplDoublyLinkedList::bottom empty
14 Can't peek at an empty datastructure
H A DSplDoublyLinkedList_top_empty.phpt2 SplDoublyLinkedList::top empty
14 Can't peek at an empty datastructure
H A Dheap_top_variation_003.phpt2 SPL: SplHeap top of empty heap
16 Can't peek at an empty heap
H A DDirectoryIterator_empty_constructor.phpt2 DirectoryIterator: Test empty value to DirectoryIterator constructor
15 DirectoryIterator::__construct(): Argument #1 ($directory) must not be empty
H A Dspl_pq_top_error_empty.phpt2 SPL: SplPriorityQueue: top exception on empty heap
19 Exception: Can't peek at an empty heap
/php-src/Zend/tests/
H A Dforeach_list_004.phpt2 foreach with empty list
13 Fatal error: Cannot use empty list in %sforeach_list_004.php on line %d
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 Dlist_empty_error_keyed.phpt2 Cannot use empty elements in keyed array destructuring
11 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
H A Dbug29505.phpt7 public $empty = array();
16 ["empty"]=>
/php-src/ext/mysqli/tests/
H A Dmysqli_driver.phpt61 printf("[008] getMessage() has returned an empty string.\n");
64 printf("[009] getCode() has returned an empty string.\n");
67 printf("[010] getFile() has returned an empty string.\n");
70 printf("[011] getLine() has returned an empty string.\n");
73 printf("[012] getTrace() has returned an empty array.\n");
76 printf("[013] getTraceAsString() has returned an empty string.\n");
79 printf("[014] __toString() has returned an empty string.\n");
H A Dmysqli_get_connection_stats.phpt18 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
21 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
41 if (!is_array($info = $link->get_connection_stats()) || empty($info))
59 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
62 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
/php-src/tests/lang/
H A Dbug24436.phpt2 Bug #24436 (isset() and empty() produce errors with non-existent variables in objects)
7 if (empty($this->test[0][0])) { print "test1";}
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_roots.phpt16 $emptyElement = $container->appendChild($dom->createElement("empty"));
32 string(15) "<empty></empty>"
/php-src/ext/date/tests/
H A Dbug69587.phpt9 var_dump(property_exists($interval, 'm'), isset($interval->m), empty($interval->m), empty($interval…
/php-src/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) must not be empty
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_empty_path.phpt2 Dom\HTMLDocument::createFromFile() - empty path
12 Fatal error: Uncaught ValueError: Path must not be empty in %s:%d
/php-src/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt2 Test if bindtextdomain() errors if the domain is empty.
18 bindtextdomain(): Argument #1 ($domain) must not be empty
/php-src/ext/gd/tests/
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
21 imagesetstyle(): Argument #2 ($style) must not be empty

Completed in 32 milliseconds

12345678910>>...40