Home
last modified time | relevance | path

Searched refs:func (Results 251 – 266 of 266) sorted by relevance

1...<<11

/PHP-7.4/
H A DUPGRADING.INTERNALS65 d. zend_check_private() is removed. Use (func->common.scope == scope) instead.
H A Dphp.ini-development1675 ; http://php.net/mbstring.func-overload
H A Dphp.ini-production1675 ; http://php.net/mbstring.func-overload
/PHP-7.4/ext/standard/
H A Darray.c5649 efree(func); \
5681 compare_func_t *func; local
5692 func = ARRAYG(multisort_func) = (compare_func_t*)ecalloc(argc, sizeof(compare_func_t));
5774 efree(func);
5833 efree(func);
H A Dbasic_functions.c4986 if (!EX(prev_execute_data)->func->common.scope) {
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1643 zend_function *func, *orig; in PHP_MINIT_FUNCTION() local
1652 func = zend_hash_str_find_ptr(CG(function_table), p->ovld_func, strlen(p->ovld_func)); in PHP_MINIT_FUNCTION()
1665 zend_hash_update_mem(CG(function_table), str, func, sizeof(zend_internal_function)); in PHP_MINIT_FUNCTION()
1667 function_add_ref(func); in PHP_MINIT_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_vm_gen.php3101 list($kind, $func, $name) = $dsk;
3102 out($f, "ZEND_API int $func(");
/PHP-7.4/main/
H A Dmain.c1025 EG(current_execute_data)->func && in php_verror()
1026 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in php_verror()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1369 zval ***func_params, func; in spl_dual_it_call_method() local
1379 ZVAL_STRING(&func, method, 0); in spl_dual_it_call_method()
1393 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
/PHP-7.4/ext/session/
H A Dsession.c1099 void (*func)(void); member
1240 lim->func(); in php_session_cache_limiter()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c273 fake_execute_data.func = (zend_function*)op_array; in zend_persist_op_array_ex()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c238 …unction_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func) in sljit_set_function_context() argument
243 ptrs = (sljit_sw*)func; in sljit_set_function_context()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c900 if (func) { in odbc_sql_error()
901 …NULL, E_WARNING, "SQL error: %s, SQL state %s in %s", ODBCG(lasterrormsg), ODBCG(laststate), func); in odbc_sql_error()
/PHP-7.4/main/streams/
H A Dstreams.c2247 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1499 mysqlnd_ps_fetch_functions[type].func(current_field, &fields_metadata[i], 0, &p); in php_mysqlnd_rowp_read_binary_protocol()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c1656 fprintf(stderr, "Unknown internal function '%s'\n", func->common.function_name); in zend_get_func_info()

Completed in 123 milliseconds

1...<<11