Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dtype.c64 if (Z_OBJ_P(arg)->ce->ce_flags & ZEND_ACC_ANON_CLASS) { in PHP_FUNCTION()
H A Dvar_unserializer.re1213 && !(ce->ce_flags & ZEND_ACC_ANON_CLASS)) {
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c226 if (!(ce1->ce_flags & ZEND_ACC_ANON_CLASS)) { in _zend_accel_class_hash_copy()
H A DZendAccelerator.c3893 if (!(ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS))
3899 if (!(ce->ce_flags & ZEND_ACC_ANON_CLASS)) {
3997 if ((ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS))
4001 if (!(ce->ce_flags & ZEND_ACC_ANON_CLASS)
H A Dzend_persist.c878 if (!(ce->ce_flags & ZEND_ACC_ANON_CLASS) in zend_persist_class_entry()
H A Dzend_file_cache.c1555 if (!(ce->ce_flags & ZEND_ACC_ANON_CLASS)) {
/php-src/Zend/
H A Dzend_compile.h258 #define ZEND_ACC_ANON_CLASS (1 << 2) /* X | | | */ macro
H A Dzend_language_parser.y1120 ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS | $1, $<num>3, $7, NULL,
H A Dzend_compile.c8307 if (EXPECTED((decl->flags & ZEND_ACC_ANON_CLASS) == 0)) { in zend_compile_class_decl()
8345 if (!(decl->flags & ZEND_ACC_ANON_CLASS)) { in zend_compile_class_decl()
8364 if (UNEXPECTED((decl->flags & ZEND_ACC_ANON_CLASS))) { in zend_compile_class_decl()
8453 if (decl->flags & ZEND_ACC_ANON_CLASS) { in zend_compile_class_decl()
H A Dzend_inheritance.c885 if (fptr->common.scope->ce_flags & ZEND_ACC_ANON_CLASS) { in zend_get_function_declaration()
/php-src/ext/reflection/
H A Dphp_reflection.c4396 RETURN_BOOL(ce->ce_flags & ZEND_ACC_ANON_CLASS); in ZEND_METHOD()

Completed in 117 milliseconds