Home
last modified time | relevance | path

Searched refs:is_method (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h144 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method);
H A Dmysqli_api.c1488 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method) argument
1493 if (is_method && (Z_MYSQLI_P(getThis()))->ptr) {
1517 if (!is_method) {
/PHP-7.4/Zend/
H A Dzend_API.c1103 zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; in zend_parse_method_parameters() local
1105 if (!is_method || !this_ptr || Z_TYPE_P(this_ptr) != IS_OBJECT) { in zend_parse_method_parameters()
H A Dzend_compile.c5981 zend_bool is_method = decl->kind == ZEND_AST_METHOD; in zend_compile_func_decl() local
6012 if (is_method) { in zend_compile_func_decl()
6066 if (is_method) { in zend_compile_func_decl()

Completed in 61 milliseconds