Searched refs:unhandled (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/Zend/tests/match/ |
H A D | 007.phpt | 2 Match expression exception on unhandled case
|
/PHP-8.2/tests/output/ |
H A D | bug74725.phpt | 2 Bug #74725: html_errors=1 breaks unhandled exceptions
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | userstreams_006.phpt | 2 User-space streams: set_options returns "not implemented" for unhandled option types
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit.c | 2294 zend_lifetime_interval *unhandled, *active, *inactive, *handled, *free; in zend_jit_linear_scan() local 2300 unhandled = list; in zend_jit_linear_scan() 2303 while (unhandled != NULL) { in zend_jit_linear_scan() 2304 current = unhandled; in zend_jit_linear_scan() 2305 unhandled = unhandled->list_next; in zend_jit_linear_scan() 2351 …reg(op_array, ssa_opcodes, ssa, current, available, &hints, active, inactive, &unhandled, &free) || in zend_jit_linear_scan()
|
Completed in 19 milliseconds