Searched refs:live (Results 1 – 25 of 27) sorted by relevance
12
/PHP-8.2/ext/session/tests/ |
H A D | 010.phpt | 15 print "I live\n"; 18 I live
|
H A D | 011.phpt | 16 print "I live\n"; 19 I live
|
H A D | 013.phpt | 24 print "I live\n"; 27 I live
|
H A D | 031.phpt | 21 print "I live\n"; 24 I live
|
H A D | 017.phpt | 25 print "I live\n"; 28 I live
|
H A D | 012.phpt | 32 print "I live\n"; 35 I live
|
H A D | 029.phpt | 16 print "I live\n"; 22 I live
|
H A D | 016.phpt | 18 print "I live\n"; 24 I live
|
/PHP-8.2/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 27 $a2 = array("dead","dead","live"); 32 function live()
|
/PHP-8.2/Zend/tests/ |
H A D | bug71196.phpt | 2 Bug #71196 (Memory leak with out-of-order live ranges)
|
H A D | fe_fetch_op2_live_range.phpt | 2 FE_FETCH op2 is a def and needs special live range handling
|
H A D | live_range_phi_leak.phpt | 2 Missing live range if part of phi
|
/PHP-8.2/Zend/tests/generators/ |
H A D | gc_with_iterator_in_foreach.phpt | 2 Generator GC triggered with live iterator in foreach
|
H A D | gc_order.phpt | 8 throw new Exception; // Just to create a live range
|
/PHP-8.2/ext/opcache/tests/ |
H A D | assign_static_prop_ref_result.phpt | 2 ASSIGN_STATIC_PROP_REF result should have live range
|
H A D | bug75969.phpt | 2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
|
/PHP-8.2/ext/opcache/tests/opt/ |
H A D | match_001.phpt | 2 Match 001: memory leak because of live range lose
|
/PHP-8.2/Zend/tests/weakrefs/ |
H A D | weakmap_weakness.phpt | 32 echo "\nDestroying map with live object:\n"; 86 Destroying map with live object:
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit.c | 1732 zend_bitset_clear(live, set_size); in zend_jit_compute_liveness() 1762 ZEND_BITSET_FOREACH(live, set_size, j) { in zend_jit_compute_liveness() 1793 zend_bitset_excl(live, op->op1_def); in zend_jit_compute_liveness() 1799 zend_bitset_excl(live, op->op2_def); in zend_jit_compute_liveness() 1805 zend_bitset_excl(live, op->result_def); in zend_jit_compute_liveness() 1814 zend_bitset_incl(live, op->op1_use); in zend_jit_compute_liveness() 1822 zend_bitset_incl(live, op->op2_use); in zend_jit_compute_liveness() 1830 zend_bitset_incl(live, op->result_use); in zend_jit_compute_liveness() 1839 zend_bitset_excl(live, phi->ssa_var); in zend_jit_compute_liveness() 1851 live = live_in + set_size * i; in zend_jit_compute_liveness() [all …]
|
/PHP-8.2/docs/ |
H A D | self-contained-extensions.md | 47 You can now ship the contents of the directory - the extension can live
|
/PHP-8.2/ |
H A D | php.ini-development | 176 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes) 1763 ; (time to live) Sets the number of second while cached file will be used
|
H A D | php.ini-production | 176 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes) 1765 ; (time to live) Sets the number of second while cached file will be used
|
/PHP-8.2/ext/standard/tests/misc/ |
H A D | user_agents.txt | 741 Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.36 (KHTML, live Gecko) Chrome/39.0.2206.79 Safar…
|
H A D | get_browser_variation3.phpt | 1495 Agent Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.36 (KHTML, live Gecko) Chrome/39.0.2206.79…
|
H A D | browscap.ini | 4032 [Live (http://www.live.com/)]
|
Completed in 276 milliseconds
12