Home
last modified time | relevance | path

Searched refs:unhandled (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/Zend/tests/match/
H A D007.phpt2 Match expression exception on unhandled case
/PHP-8.1/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams_006.phpt2 User-space streams: set_options returns "not implemented" for unhandled option types
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c2303 zend_lifetime_interval *unhandled, *active, *inactive, *handled, *free; in zend_jit_linear_scan() local
2309 unhandled = list; in zend_jit_linear_scan()
2312 while (unhandled != NULL) { in zend_jit_linear_scan()
2313 current = unhandled; in zend_jit_linear_scan()
2314 unhandled = unhandled->list_next; in zend_jit_linear_scan()
2360 …reg(op_array, ssa_opcodes, ssa, current, available, &hints, active, inactive, &unhandled, &free) || in zend_jit_linear_scan()

Completed in 18 milliseconds