Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c7480 zend_ast *object_ast = ast->child[0]; in zend_property_hook_find_property_usage() local
7483 if (object_ast->kind == ZEND_AST_VAR in zend_property_hook_find_property_usage()
7484 && object_ast->child[0]->kind == ZEND_AST_ZVAL in zend_property_hook_find_property_usage()
7486 zval *object = zend_ast_get_zval(object_ast->child[0]); in zend_property_hook_find_property_usage()

Completed in 34 milliseconds