Searched refs:never (Results 1 – 25 of 72) sorted by relevance
123
/PHP-7.1/Zend/tests/ |
H A D | rope_with_exception.phpt | 16 echo "should never be reached"; 25 echo "should never be reached"; 34 echo "should never be reached";
|
H A D | bug38287.phpt | 12 // 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 D | bug41026.phpt | 15 printf ("CHECKPOINT\n"); /* never reached */
|
/PHP-7.1/tests/basic/ |
H A D | timeout_variation_5.phpt | 17 throw new Exception("never reached here"); 22 never reached here
|
H A D | timeout_variation_0.phpt | 19 never reached here
|
H A D | timeout_variation_7.phpt | 19 never reached here
|
H A D | timeout_variation_8.phpt | 19 never reached here
|
H A D | timeout_variation_1.phpt | 23 never reached here
|
H A D | timeout_variation_9.phpt | 23 never reached here
|
H A D | timeout_variation_2.phpt | 23 never reached here
|
H A D | timeout_variation_3.phpt | 21 never reached here
|
H A D | timeout_variation_4.phpt | 22 never reached here
|
H A D | timeout_variation_6.phpt | 22 never reached here
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | st.c | 423 st_delete_safe(table, key, value, never) in st_delete_safe() argument 427 st_data_t never; 441 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) { 445 ptr->key = ptr->record = never; 456 st_data_t never) in delete_never() argument 458 delete_never(key, value, never) in delete_never() 459 st_data_t key, value, never; in delete_never() 462 if (value == never) return ST_DELETE; 467 st_cleanup_safe(table, never) in st_cleanup_safe() argument 469 st_data_t never; [all …]
|
/PHP-7.1/ext/spl/tests/ |
H A D | arrayObject_magicMethods6.phpt | 15 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 D | bug61453.phpt | 11 die("this should never happen, but did after $i iteration");
|
/PHP-7.1/ext/reflection/ |
H A D | config.w32 | 4 EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_…
|
/PHP-7.1/sapi/phpdbg/tests/ |
H A D | bug73615.phpt | 2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
|
/PHP-7.1/Zend/tests/generators/ |
H A D | generator_returns_generator.phpt | 7 // execution is suspended here, so the following never gets run:
|
/PHP-7.1/ext/session/ |
H A D | config.w32 | 7 …EXTENSION("session", "mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never …
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug39457.phpt | 2 Bug #39457 (Multiple invoked OO connections never close)
|
/PHP-7.1/Zend/tests/try/ |
H A D | try_multicatch_005.phpt | 16 echo 'Should never be executed';
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | usort_variation11.phpt | 19 die("Whatever sorting algo you used, this test should never be broken");
|
/PHP-7.1/ext/spl/ |
H A D | config.w32 | 4 …tions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */, "/DZEND…
|
/PHP-7.1/ext/standard/tests/network/ |
H A D | bug20134.phpt | 8 /* UDP will never cause a connection error, as it is
|
Completed in 25 milliseconds
123