Home
last modified time | relevance | path

Searched refs:empty (Results 326 – 350 of 983) sorted by relevance

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

/php-src/ext/spl/tests/
H A Dbug61527.phpt2 Bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)
8 /* testing empty array, should no notice at all */
H A DSplDoublyLinkedList_isEmpty_empty.phpt2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list.
H A Dheap_current_variation_001.phpt2 SPL: SplHeap::current - get current value from empty heap
/php-src/Zend/tests/
H A Dbug63762.phpt14 echo "\nArray of empty array:\n";
35 Array of empty array:
H A Dgh9138_2.phpt11 Fatal error: Cannot use empty array elements in arrays in %s on line %d
/php-src/ext/standard/tests/file/
H A Dis_file_variation1.phpt26 echo "\n-- Testing is_file() with an empty file --\n";
48 -- Testing is_file() with an empty file --
/php-src/ext/soap/tests/
H A Dfault_warning.phpt2 SoapFault class: Invalid Fault code warning given? Can't be an empty string, an array of not 2 elem…
9 new SoapFault("", "message"); // Can't be an empty string
/php-src/ext/standard/tests/array/
H A Darray_map_variation16.phpt12 'empty',
33 array_map(): Argument #1 ($callback) must be a valid callback or null, function "empty" not found o…
/php-src/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt15 printf("[001] Expecting empty string, got %s/'%s'\n", gettype($tmp), $tmp);
23 …printf("[003] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, …
H A Dmysqli_class_mysqli_stmt_interface.phpt57 if (!empty($methods)) {
61 if (!empty($expected_methods)) {
65 if (empty($methods) && empty($expected_methods))
H A Dmysqli_class_mysqli_result_interface.phpt57 if (!empty($expected_methods)) {
61 if (!empty($methods)) {
65 if (empty($expected_methods) && empty($methods))
/php-src/ext/hash/tests/
H A Dhash_init_error.phpt50 hash_init(): Argument #3 ($key) must not be empty when HMAC is requested
53 hash_init(): Argument #3 ($key) must not be empty when HMAC is requested
/php-src/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt43 openssl_seal(): Argument #4 ($public_key) must not be empty
49 openssl_seal(): Argument #4 ($public_key) must not be empty
H A Dopenssl_encrypt_crash.phpt11 Warning: openssl_encrypt(): Using an empty Initialization Vector (iv) is potentially insecure and n…
/php-src/ext/opcache/tests/
H A Dbug76477.phpt2 Bug #76477 (Opcache causes empty return value)
H A Djmp_elim_004.phpt2 Incorrect empty basic block elimination
/php-src/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt2 mb_split() empty match
/php-src/ext/xmlwriter/tests/
H A D002.phpt13 // Force to write and empty the buffer
/php-src/ext/simplexml/tests/
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
/php-src/ext/dom/tests/
H A Dbug75451.phpt2 Bug #75451 (Assertion fails while foreach on empty xpath query)
H A Dbug78221.phpt2 Bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize doesn't throws exception when empty string passed
/php-src/ext/pdo_sqlite/tests/
H A Dbug_64705.phpt11 var_dump(!empty($e->errorInfo) && is_array($e->errorInfo));
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_empty.phpt2 SplFileObject::fgetcsv() with empty $escape
/php-src/ext/posix/tests/
H A Dposix_eaccess.phpt20 posix_eaccess(): Argument #1 ($filename) must not be empty

Completed in 22 milliseconds

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