Searched refs:object_ast (Results 1 – 1 of 1) sorted by relevance
7484 zend_ast *object_ast = ast->child[0]; in zend_property_hook_find_property_usage() local7487 if (object_ast->kind == ZEND_AST_VAR in zend_property_hook_find_property_usage()7488 && object_ast->child[0]->kind == ZEND_AST_ZVAL in zend_property_hook_find_property_usage()7490 zval *object = zend_ast_get_zval(object_ast->child[0]); in zend_property_hook_find_property_usage()
Completed in 41 milliseconds