Home
last modified time | relevance | path

Searched refs:never (Results 1 – 25 of 72) sorted by relevance

123

/PHP-7.2/Zend/tests/
H A Drope_with_exception.phpt16 echo "should never be reached";
25 echo "should never be reached";
34 echo "should never be reached";
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
H A Dunused_shared_static_variables.phpt2 Cleanup of shared static variables HT that has never been used should not assert
H A Dbug41026.phpt15 printf ("CHECKPOINT\n"); /* never reached */
/PHP-7.2/tests/basic/
H A Dtimeout_variation_5.phpt17 throw new Exception("never reached here");
22 never reached here
H A Dtimeout_variation_0.phpt19 never reached here
H A Dtimeout_variation_7.phpt19 never reached here
H A Dtimeout_variation_8.phpt19 never reached here
H A Dtimeout_variation_1.phpt23 never reached here
H A Dtimeout_variation_9.phpt23 never reached here
H A Dtimeout_variation_2.phpt23 never reached here
H A Dtimeout_variation_3.phpt21 never reached here
H A Dtimeout_variation_4.phpt22 never reached here
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c434 st_delete_safe(table, key, value, never) in st_delete_safe() argument
438 st_data_t never;
452 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
456 ptr->key = ptr->record = never;
467 st_data_t never) in delete_never() argument
469 delete_never(key, value, never) in delete_never()
470 st_data_t key, value, never; in delete_never()
473 if (value == never) return ST_DELETE;
478 st_cleanup_safe(table, never) in st_cleanup_safe() argument
480 st_data_t never;
[all …]
/PHP-7.2/ext/spl/tests/
H A DarrayObject_magicMethods6.phpt15 public $b = "This should never appear in storage";
91 string(35) "This should never appear in storage"
129 string(35) "This should never appear in storage"
165 string(35) "This should never appear in storage"
196 string(35) "This should never appear in storage"
H A Dbug61453.phpt11 die("this should never happen, but did after $i iteration");
/PHP-7.2/ext/reflection/
H A Dconfig.w324 EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_…
/PHP-7.2/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-7.2/Zend/tests/generators/
H A Dgenerator_returns_generator.phpt7 // execution is suspended here, so the following never gets run:
/PHP-7.2/ext/session/
H A Dconfig.w327 …EXTENSION("session", "mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never
/PHP-7.2/ext/mysqli/tests/
H A Dbug39457.phpt2 Bug #39457 (Multiple invoked OO connections never close)
/PHP-7.2/Zend/tests/try/
H A Dtry_multicatch_005.phpt16 echo 'Should never be executed';
/PHP-7.2/ext/standard/tests/array/
H A Dusort_variation11.phpt19 die("Whatever sorting algo you used, this test should never be broken");
/PHP-7.2/ext/spl/
H A Dconfig.w324 …tions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */, "/DZEND…
/PHP-7.2/ext/standard/tests/network/
H A Dbug20134.phpt8 /* UDP will never cause a connection error, as it is

Completed in 36 milliseconds

123