Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2274 zend_bool is_closure = 0; in ZEND_METHOD() local
2357 is_closure = 1; in ZEND_METHOD()
2424 if (reference && is_closure) { in ZEND_METHOD()
2441 if (is_closure) { in ZEND_METHOD()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc9071 …*opline, const zend_op_array *op_array, zend_function *func, zend_bool is_closure, zend_bool use_t…
9081 if (!is_closure) {
9090 if (!is_closure) {
9149 if (!is_closure) {
9189 if (!is_closure) {
9229 } else if (!is_closure) {

Completed in 40 milliseconds