Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqli/
H A Dmysqli_priv.h149 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method);
H A Dmysqli_api.c1484 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method) argument
1489 if (is_method && (Z_MYSQLI_P(getThis()))->ptr) {
1513 if (!is_method) {
/PHP-7.0/Zend/
H A Dzend_API.c993 zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; in zend_parse_method_parameters() local
995 if (!is_method || !this_ptr || Z_TYPE_P(this_ptr) != IS_OBJECT) { in zend_parse_method_parameters()
H A Dzend_compile.c4925 zend_bool is_method = decl->kind == ZEND_AST_METHOD; in zend_compile_func_decl() local
4944 if (is_method) { in zend_compile_func_decl()
4974 if (is_method) { in zend_compile_func_decl()

Completed in 50 milliseconds