Home
last modified time | relevance | path

Searched refs:zend_is_constructor (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_compile.c4627 static bool zend_is_constructor(zend_string *name) /* {{{ */ in zend_is_constructor() function
4671 if (zend_is_constructor(Z_STR_P(name))) { in zend_compile_static_call()
6809 scope && zend_is_constructor(op_array->function_name); in zend_compile_params()
7119 if ((fn_flags & ZEND_ACC_PRIVATE) && (fn_flags & ZEND_ACC_FINAL) && !zend_is_constructor(name)) { in zend_begin_method_decl()

Completed in 41 milliseconds