Home
last modified time | relevance | path

Searched refs:is_closure (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c2383 bool is_closure = 0; in ZEND_METHOD() local
2466 is_closure = 1; in ZEND_METHOD()
2533 if (reference && is_closure) { in ZEND_METHOD()
2550 if (is_closure) { in ZEND_METHOD()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc8443 …d_op *opline, const zend_op_array *op_array, zend_function *func, bool is_closure, bool delayed_fe…
8460 if (!is_closure) {
8471 if (!is_closure) {
8529 if (!is_closure) {
8564 if (!is_closure) {
8603 } else if (!is_closure) {
H A Dzend_jit_x86.dasc9062 …d_op *opline, const zend_op_array *op_array, zend_function *func, bool is_closure, bool delayed_fe…
9076 if (!is_closure) {
9085 if (!is_closure) {
9144 if (!is_closure) {
9184 if (!is_closure) {
9224 } else if (!is_closure) {

Completed in 90 milliseconds