Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c524 if (!(ce1->ce_flags & ZEND_ACC_ANON_CLASS)) { in zend_accel_class_hash_copy()
561 if (!(ce1->ce_flags & ZEND_ACC_ANON_CLASS)) { in zend_accel_class_hash_copy_from_shm()
H A DZendAccelerator.c3685 if ((ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS)) in preload_link()
3688 if (!(ce->ce_flags & ZEND_ACC_ANON_CLASS)) { in preload_link()
3807 if (!(ce->ce_flags & ZEND_ACC_ANON_CLASS) in preload_link()
H A Dzend_file_cache.c1480 if (UNEXPECTED((ce->ce_flags & ZEND_ACC_ANON_CLASS))) {
/PHP-7.4/Zend/
H A Dzend_compile.h238 #define ZEND_ACC_ANON_CLASS (1 << 2) /* X | | | */ macro
H A Dzend_language_parser.y865 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, $<num>2, $6, NULL,
H A Dzend_compile.c6398 if (EXPECTED((decl->flags & ZEND_ACC_ANON_CLASS) == 0)) { in zend_compile_class_decl()
6451 if (UNEXPECTED((decl->flags & ZEND_ACC_ANON_CLASS))) { in zend_compile_class_decl()
6580 if (decl->flags & ZEND_ACC_ANON_CLASS) { in zend_compile_class_decl()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4011 RETURN_BOOL(ce->ce_flags & ZEND_ACC_ANON_CLASS); in ZEND_METHOD()

Completed in 71 milliseconds