Home
last modified time | relevance | path

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

/php-src/Zend/tests/errmsg/
H A Derrmsg_018.phpt13 Fatal error: Class test declares abstract method foo() and must therefore be declared abstract in %…
/php-src/tests/classes/
H A Dabstract_not_declared.phpt13 Fatal error: Class fail declares abstract method show() and must therefore be declared abstract in …
H A Dabstract_derived.phpt16 Fatal error: Class derived declares abstract method show() and must therefore be declared abstract …
H A Dabstract_redeclare.phpt19 Fatal error: Class fail declares abstract method show() and must therefore be declared abstract in …
H A Dabstract_static.phpt34 Fatal error: Class fail declares abstract method func() and must therefore be declared abstract in …
/php-src/Zend/tests/
H A Dabstract_implicit.phpt19 Fatal error: Class NotAbstract declares abstract method bar() and must therefore be declared abstra…
H A Dgh10935.phpt2 GH-1093: Add separate static property through trait if parent already declares it
/php-src/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-src/docs/source/miscellaneous/
H A Dstubs.rst45 The above example declares the global constants ``ANIMAL`` and ``WEIGHT_TON``, and the class
/php-src/Zend/
H A Dzend_compile.c6778 zend_ast_list *declares = zend_ast_get_list(ast); in zend_handle_encoding_declaration() local
6780 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() local
6856 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