Home
last modified time | relevance | path

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

/PHP-8.4/Zend/tests/
H A Dgh10935.phpt2 GH-1093: Add separate static property through trait if parent already declares it
/PHP-8.4/docs/source/core/data-structures/
H A Dzend_string.rst167 Programs use some strings many times. For example, if your program declares a class called
/PHP-8.4/docs/source/miscellaneous/
H A Dstubs.rst45 The above example declares the global constants ``ANIMAL`` and ``WEIGHT_TON``, and the class
/PHP-8.4/Zend/
H A Dzend_compile.c6782 zend_ast_list *declares = zend_ast_get_list(ast); in zend_handle_encoding_declaration() local
6784 for (i = 0; i < declares->children; ++i) { in zend_handle_encoding_declaration()
6785 zend_ast *declare_ast = declares->child[i]; in zend_handle_encoding_declaration()
6855 zend_ast_list *declares = zend_ast_get_list(ast->child[0]); in zend_compile_declare() local
6860 for (i = 0; i < declares->children; ++i) { in zend_compile_declare()
6861 zend_ast *declare_ast = declares->child[i]; in zend_compile_declare()

Completed in 38 milliseconds