Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds