Searched refs:is_method (Results 1 – 5 of 5) sorted by relevance
122 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, bool is_method);
967 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, bool is_method) in php_mysqli_init() argument976 if (is_method && (Z_MYSQLI_P(getThis()))->ptr) { in php_mysqli_init()996 if (!is_method) { in php_mysqli_init()
8238 bool is_method = decl->kind == ZEND_AST_METHOD; in zend_compile_func_decl_ex() local8271 } else if (is_method) { in zend_compile_func_decl_ex()8289 if (is_method || is_hook) { in zend_compile_func_decl_ex()8340 is_method && zend_string_equals_literal(lcname, ZEND_TOSTRING_FUNC_NAME) ? IS_STRING : 0); in zend_compile_func_decl_ex()8366 if (is_method) { in zend_compile_func_decl_ex()
1326 bool is_method = EG(current_execute_data)->func->common.scope != NULL; in zend_parse_method_parameters() local1328 if (!is_method || !this_ptr || Z_TYPE_P(this_ptr) != IS_OBJECT) { in zend_parse_method_parameters()
3061 void zend_jit_check_funcs(HashTable *function_table, bool is_method) { in zend_jit_check_funcs() argument
Completed in 83 milliseconds