Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h201 #define ZEND_ACC_ANON_CLASS 0x100 macro
H A Dzend_language_parser.y842 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, $<num>2, $6, NULL,
H A Dzend_compile.c5273 if (EXPECTED((decl->flags & ZEND_ACC_ANON_CLASS) == 0)) { in zend_compile_class_decl()
5312 if (UNEXPECTED((decl->flags & ZEND_ACC_ANON_CLASS))) { in zend_compile_class_decl()
5337 if (decl->flags & ZEND_ACC_ANON_CLASS) { in zend_compile_class_decl()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c629 if (!(ce1->ce_flags & ZEND_ACC_ANON_CLASS)) { in zend_accel_class_hash_copy()
H A Dzend_file_cache.c1231 if (UNEXPECTED((ce->ce_flags & ZEND_ACC_ANON_CLASS))) { in zend_file_cache_unserialize_class()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c3962 RETURN_BOOL(ce->ce_flags & ZEND_ACC_ANON_CLASS); in ZEND_METHOD()

Completed in 134 milliseconds