Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 255) sorted by path

1234567891011

/php-src/
H A DUPGRADING.INTERNALS305 reduced it to a single void* member containing the actual state, resulting
309 pass around the state with its associated algorithm and thus reducing
/php-src/Zend/Optimizer/
H A Dzend_inference.c297 iterator->state = 1; in zend_scc_next()
303 iterator->state = 2; in zend_scc_next()
309 iterator->state = 3; in zend_scc_next()
316 iterator->state = 4; in zend_scc_next()
322 iterator->state = 5; in zend_scc_next()
328 iterator->state = 8; in zend_scc_next()
335 iterator->state = 6; in zend_scc_next()
341 iterator->state = 7; in zend_scc_next()
347 iterator->state = 8; in zend_scc_next()
359 iterator->state = 9; in zend_scc_next()
[all …]
/php-src/Zend/tests/
H A Dbug39438.phpt15 'state' => 'stable',
H A Dgh11108.phpt2 GH-11108: Incorrect CG(memoize_mode) state after bailout in ??=
H A Dgh11189.phpt2 GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state (packe…
H A Dgh11189_1.phpt2 GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state (not p…
H A Dgh13670_001.phpt5 // gc_threshold is global state
H A Dgh13670_002.phpt5 // gc_threshold is global state
H A Dgh13670_003.phpt5 // gc_threshold is global state
/php-src/Zend/tests/grammar/
H A Dregression_009.phpt2 Test to check regressions on use statements and lexer state
/php-src/Zend/tests/lazy_objects/
H A Dfetch_hook_may_not_initialize.phpt2 Lazy objects: hooked property fetch does not initialize object if hook does not observe object state
H A Dfetch_hook_virtual_may_initialize.phpt2 Lazy objects: virtual hooked property fetch may initialize object if hook observes object state
H A Dfetch_hook_virtual_may_not_initialize.phpt2 …cts: virtual hooked property fetch does not initialize object if hook does not observe object state
H A Dfetch_magic_prop_may_initialize.phpt2 Lazy objects: magic property fetch initializes object if magic method observes object state
H A Dfetch_magic_prop_may_not_initialize.phpt2 …: magic property fetch does not not initialize object if magic method does not observe object state
H A Dfetch_magic_prop_recursive_may_initialize.phpt2 …zy objects: recursive magic property fetch initializes object if magic method observes object state
H A Disset_hooked_may_initialize.phpt2 Lazy objects: hooked property isset initializes object if hook observes object state
H A Disset_hooked_may_not_initialize.phpt2 …objects: hooked property isset may does not initialize object if hook does not observe object state
H A Dserialize___serialize_may_initialize.phpt2 Lazy objects: serialize() initializes object if __serialize observes object state
H A Dserialize___serialize_may_not_initialize.phpt2 Lazy objects: serialize() does not initialize object if __serialize does observe object state
H A Dserialize___sleep_skip_flag_may_initialize.phpt2 Lazy objects: __sleep initializes object if it observes object state, even with SKIP_INITIALIZATION…
H A Dunset_magic_may_initialize.phpt2 Lazy objects: unset of magic property initializes object if method observes object state
H A Dunset_magic_may_not_initialize.phpt2 … objects: unset of magic property may not initialize object if method does not observe object state
H A Dwrite_magic_may_initialize.phpt2 Lazy objects: property write to magic property initializes object if method updates object state
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_006.phpt39 // The state of both objects is unchanged

Completed in 32 milliseconds

1234567891011