Searched refs:never (Results 1 – 25 of 69) sorted by relevance
123
/PHP-7.3/ext/standard/tests/streams/ |
H A D | bug76943.phpt | 18 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d 21 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d 24 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d 27 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
|
/PHP-7.3/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 | unused_shared_static_variables.phpt | 2 Cleanup of shared static variables HT that has never been used should not assert
|
H A D | bug41026.phpt | 15 printf ("CHECKPOINT\n"); /* never reached */
|
/PHP-7.3/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
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | st.c | 432 st_delete_safe(table, key, value, never) in st_delete_safe() argument 436 st_data_t never; 450 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) { 454 ptr->key = ptr->record = never; 465 st_data_t never) in delete_never() argument 467 delete_never(key, value, never) in delete_never() 468 st_data_t key, value, never; in delete_never() 471 if (value == never) return ST_DELETE; 476 st_cleanup_safe(table, never) in st_cleanup_safe() argument 478 st_data_t never; [all …]
|
/PHP-7.3/ext/reflection/ |
H A D | config.w32 | 3 EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_…
|
/PHP-7.3/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.3/sapi/phpdbg/tests/ |
H A D | bug73615.phpt | 2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
|
/PHP-7.3/Zend/tests/generators/ |
H A D | generator_returns_generator.phpt | 7 // execution is suspended here, so the following never gets run:
|
/PHP-7.3/ext/session/ |
H A D | config.w32 | 6 …EXTENSION("session", "mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never …
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug39457.phpt | 2 Bug #39457 (Multiple invoked OO connections never close)
|
/PHP-7.3/Zend/tests/try/ |
H A D | try_multicatch_005.phpt | 16 echo 'Should never be executed';
|
/PHP-7.3/ext/com_dotnet/tests/ |
H A D | bug79332.phpt | 2 Bug #79332 (php_istreams are never freed)
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | usort_variation11.phpt | 19 die("Whatever sorting algo you used, this test should never be broken");
|
Completed in 31 milliseconds
123