Searched refs:live (Results 1 – 25 of 28) sorted by relevance
12
/PHP-8.4/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 | 017.phpt | 25 print "I live\n"; 28 I live
|
H A D | 013.phpt | 24 print "I live\n"; 27 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.4/ext/dom/tests/ |
H A D | DOMDocument_getElementsByTagName_liveness.phpt | 2 DOMDocument::getElementsByTagName() is live 13 /* Note that the list is live. The explanation for the output is as follows: 24 …Because the list is live, the current element pointer still refers to the first index, which now c…
|
/PHP-8.4/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 27 $a2 = array("dead","dead","live"); 32 function live()
|
/PHP-8.4/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.4/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.4/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.4/ext/opcache/tests/opt/ |
H A D | match_001.phpt | 2 Match 001: memory leak because of live range lose
|
/PHP-8.4/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.4/ext/opcache/jit/ir/ |
H A D | ir_ra.c | 446 IR_BITSET_FOREACH(live, len, i) { in ir_add_osr_entry_loads() 558 ir_bitset_incl(live, v); in ir_add_fusion_ranges() 591 ir_bitset live, bb_live; in ir_compute_live_ranges() local 633 live = bb_live + (len * b); in ir_compute_live_ranges() 636 ir_bitset_clear(live, len); in ir_compute_live_ranges() 651 ir_bitset_clear(live, len); in ir_compute_live_ranges() 692 ir_bitset_incl(live, v); in ir_compute_live_ranges() 786 ir_bitset_excl(live, v); in ir_compute_live_ranges() 794 ir_bitset_excl(live, v); in ir_compute_live_ranges() 841 ir_bitset_incl(live, v); in ir_compute_live_ranges() [all …]
|
/PHP-8.4/docs-old/ |
H A D | self-contained-extensions.md | 47 You can now ship the contents of the directory - the extension can live
|
/PHP-8.4/docs/source/core/data-structures/ |
H A D | zend_string.rst | 188 Interned strings are *not* reference counted, as they are expected to live for the entire request,
|
/PHP-8.4/ |
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) 1643 ; (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) 1645 ; (time to live) Sets the number of second while cached file will be used
|
/PHP-8.4/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…
|
Completed in 64 milliseconds
12