Searched refs:declares (Results 1 – 10 of 10) sorted by relevance
13 Fatal error: Class test declares abstract method foo() and must therefore be declared abstract in %…
13 Fatal error: Class fail declares abstract method show() and must therefore be declared abstract in …
16 Fatal error: Class derived declares abstract method show() and must therefore be declared abstract …
19 Fatal error: Class fail declares abstract method show() and must therefore be declared abstract in …
34 Fatal error: Class fail declares abstract method func() and must therefore be declared abstract in …
19 Fatal error: Class NotAbstract declares abstract method bar() and must therefore be declared abstra…
2 GH-1093: Add separate static property through trait if parent already declares it
167 Programs use some strings many times. For example, if your program declares a class called
45 The above example declares the global constants ``ANIMAL`` and ``WEIGHT_TON``, and the class
6778 zend_ast_list *declares = zend_ast_get_list(ast); in zend_handle_encoding_declaration() local6780 for (i = 0; i < declares->children; ++i) { in zend_handle_encoding_declaration()6781 zend_ast *declare_ast = declares->child[i]; in zend_handle_encoding_declaration()6851 zend_ast_list *declares = zend_ast_get_list(ast->child[0]); in zend_compile_declare() local6856 for (i = 0; i < declares->children; ++i) { in zend_compile_declare()6857 zend_ast *declare_ast = declares->child[i]; in zend_compile_declare()
Completed in 39 milliseconds