Searched refs:tmp_ce (Results 1 – 1 of 1) sorted by relevance
1446 zend_class_entry tmp_ce; in PHP_MINIT_FUNCTION() local1570 INIT_CLASS_ENTRY(tmp_ce, "ast\\Node", class_ast_Node_methods); in PHP_MINIT_FUNCTION()1571 ast_node_ce = zend_register_internal_class(&tmp_ce); in PHP_MINIT_FUNCTION()1581 INIT_CLASS_ENTRY(tmp_ce, "ast\\Metadata", NULL); in PHP_MINIT_FUNCTION()1582 ast_metadata_ce = zend_register_internal_class(&tmp_ce); in PHP_MINIT_FUNCTION()
Completed in 7 milliseconds