Searched refs:failure (Results 1 – 25 of 124) sorted by relevance
12345
/PHP-7.1/ext/date/tests/ |
H A D | bug74639.phpt | 15 echo "failure\n"; 19 echo "failure\n"; 23 echo "failure\n"; 27 echo "failure\n";
|
/PHP-7.1/Zend/tests/ |
H A D | bug71922.phpt | 14 echo "Assertion failure: ", $e->getMessage(), "\n"; 19 Assertion failure: assert(0 && new class {
|
H A D | bug65969.phpt | 2 Bug #65969 (Chain assignment with T_LIST failure)
|
H A D | bug69871.phpt | 2 Bug #69871 (Short-circuiting failure with smart_branch)
|
H A D | bug69825.phpt | 2 Bug #69825 (Short-circuiting failure)
|
/PHP-7.1/ext/standard/tests/math/ |
H A D | pow-operator.phpt | 17 echo "On failure, please mail result to php-dev@lists.php.net\n"; 20 On failure, please mail result to php-dev@lists.php.net
|
H A D | log.phpt | 5 echo "On failure, please mail result to php-dev@lists.php.net\n"; 32 On failure, please mail result to php-dev@lists.php.net
|
/PHP-7.1/ext/session/tests/ |
H A D | session_set_save_handler_class_011.phpt | 2 Test session_set_save_handler() : shutdown failure 19 echo "*** Testing session_set_save_handler() : shutdown failure ***\n"; 61 *** Testing session_set_save_handler() : shutdown failure ***
|
/PHP-7.1/ext/enchant/tests/ |
H A D | broker_describe.phpt | 8 if(!enchant_broker_init()) die("failed, broker_init failure\n"); 34 echo("failed, broker_init failure\n");
|
H A D | broker_init.phpt | 16 echo("failure, its not a resource\n");
|
/PHP-7.1/ext/spl/tests/ |
H A D | spl_heap_count_basic.phpt | 2 SPL: SplHeap, Test spl_heap_object_count_elements (spl_heap.c:490) for returning count() failure fo… 16 public function count() // override count to force failure
|
H A D | spl_iterator_caching_getcache_error.phpt | 2 SPL: Caching iterator getCache failure
|
H A D | spl_iterator_caching_count_error.phpt | 2 SPL: Caching iterator count() cache failure
|
/PHP-7.1/ext/standard/tests/mail/ |
H A D | mail_basic3.phpt | 27 echo "-- failure --\n"; 33 -- failure --
|
H A D | mail_basic4.phpt | 27 echo "-- failure --\n"; 34 -- failure --
|
H A D | mail_basic5.phpt | 26 echo "-- failure --\n"; 32 -- failure --
|
/PHP-7.1/Zend/ |
H A D | zend_objects_API.c | 154 int failure = 0; in zend_objects_store_del() local 164 failure = 1; in zend_objects_store_del() 183 failure = 1; in zend_objects_store_del() 193 if (failure) { in zend_objects_store_del()
|
H A D | zend_constants.c | 336 goto failure; in zend_get_constant_ex() 342 goto failure; in zend_get_constant_ex() 345 goto failure; in zend_get_constant_ex() 353 goto failure; in zend_get_constant_ex() 363 goto failure; in zend_get_constant_ex() 369 goto failure; in zend_get_constant_ex() 380 goto failure; in zend_get_constant_ex() 387 goto failure; in zend_get_constant_ex() 391 failure: in zend_get_constant_ex()
|
/PHP-7.1/ext/zip/tests/ |
H A D | bug70322.phpt | 5 on failure, so we force the failure by adding a file to the archive, which we
|
/PHP-7.1/tests/lang/ |
H A D | bug23489.phpt | 21 failure
|
/PHP-7.1/ext/intl/tests/ |
H A D | intl_is_failure.phpt | 8 * Check determining failure error codes.
|
/PHP-7.1/ext/standard/tests/url/ |
H A D | base64_decode_basic_002.phpt | 24 …outside the base64 alphabet are ignored when \$strict===false, but cause failure with \$strict===t… 43 Other chars outside the base64 alphabet are ignored when $strict===false, but cause failure with $s…
|
/PHP-7.1/tests/classes/ |
H A D | property_recreate_protected.phpt | 33 echo "\nUnset a protected property, and attempt to recreate it outside of scope (expected failure):… 51 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
|
/PHP-7.1/ext/standard/tests/assert/ |
H A D | assert_return_value.phpt | 2 assert() returns boolean on success or failure
|
/PHP-7.1/ext/opcache/tests/ |
H A D | bug75969.phpt | 2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
|
Completed in 30 milliseconds
12345