Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/
H A Dmysqli_priv.h132 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method);
H A Dmysqli_api.c1429 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method) argument
1438 if (is_method && (Z_MYSQLI_P(getThis()))->ptr) {
1462 if (!is_method) {
/PHP-8.0/Zend/
H A Dzend_compile.c6907 zend_bool is_method = decl->kind == ZEND_AST_METHOD; in zend_compile_func_decl() local
6940 if (is_method) { in zend_compile_func_decl()
6958 if (is_method) { in zend_compile_func_decl()
6987 is_method && zend_string_equals_literal(method_lcname, ZEND_TOSTRING_FUNC_NAME) ? IS_STRING : 0); in zend_compile_func_decl()
7000 if (is_method) { in zend_compile_func_decl()
H A Dzend_API.c1133 zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; in zend_parse_method_parameters() local
1135 if (!is_method || !this_ptr || Z_TYPE_P(this_ptr) != IS_OBJECT) { in zend_parse_method_parameters()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c3691 void zend_jit_check_funcs(HashTable *function_table, zend_bool is_method) { in zend_jit_check_funcs() argument

Completed in 79 milliseconds