Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_closures.c421 zend_ce_closure->ce_flags |= ZEND_ACC_FINAL_CLASS; in zend_register_closure_ce()
H A Dzend_generators.c738 zend_ce_generator->ce_flags |= ZEND_ACC_FINAL_CLASS; in zend_register_generator_ce()
H A Dzend_compile.h159 #define ZEND_ACC_FINAL_CLASS 0x40 macro
H A Dzend_language_parser.y405 | T_FINAL T_CLASS { $$.u.op.opline_num = CG(zend_lineno); $$.EA = ZEND_ACC_FINAL_CLASS; }
H A Dzend_compile.c3618 if (parent_ce->ce_flags & ZEND_ACC_FINAL_CLASS) { in zend_do_inheritance()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c654 ce->ce_flags |= ZEND_ACC_FINAL_CLASS; in PHP_MINIT_FUNCTION()
665 ce->ce_flags |= ZEND_ACC_FINAL_CLASS | ZEND_ACC_PROTECTED; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c398 if (ce->ce_flags & ZEND_ACC_FINAL_CLASS) { in _class_string()
1565 if (modifiers & (ZEND_ACC_FINAL | ZEND_ACC_FINAL_CLASS)) { in ZEND_METHOD()
4145 _class_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_FINAL_CLASS); in ZEND_METHOD()
6157 REGISTER_REFLECTION_CLASS_CONST_LONG(class, "IS_FINAL", ZEND_ACC_FINAL_CLASS); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/tidy/
H A Dtidy.c1075 REGISTER_TIDY_CLASS(tidyNode, node, NULL, ZEND_ACC_FINAL_CLASS); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar_object.c5421 phar_ce_archive->ce_flags |= ZEND_ACC_FINAL_CLASS; in phar_object_init()
5425 phar_ce_data->ce_flags |= ZEND_ACC_FINAL_CLASS; in phar_object_init()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2355 …pdo_row_ce->ce_flags |= ZEND_ACC_FINAL_CLASS; /* when removing this a lot of handlers need to be r… in pdo_stmt_init()

Completed in 90 milliseconds