Home
last modified time | relevance | path

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

/php-ast/
H A Dast.c1401 zend_class_entry tmp_ce; in PHP_MINIT_FUNCTION() local
1525 INIT_CLASS_ENTRY(tmp_ce, "ast\\Node", class_ast_Node_methods); in PHP_MINIT_FUNCTION()
1526 ast_node_ce = zend_register_internal_class(&tmp_ce); in PHP_MINIT_FUNCTION()
1536 INIT_CLASS_ENTRY(tmp_ce, "ast\\Metadata", NULL); in PHP_MINIT_FUNCTION()
1537 ast_metadata_ce = zend_register_internal_class(&tmp_ce); in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds