Home
last modified time | relevance | path

Searched refs:func (Results 301 – 318 of 318) sorted by relevance

1...<<111213

/php-src/ext/sockets/
H A Dconversions.c217 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
234 func(elem, i, args, ctx); in from_array_iterate()
/php-src/ext/phar/phar/
H A Dpharcommand.inc731 * @param string $func Function to call on the iterations
734 public function phar_dir_operation(RecursiveIteratorIterator $dir, $func, array $args = array())
750 call_user_func($func, $pn, $f, $args);
/php-src/Zend/
H A Dzend_types.h328 zend_function *func; member
1035 #define Z_FUNC(zval) (zval).value.func
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua168 local function wcall(func, args)
169 wline(format("dasm_%s(Dst, %s);", func, concat(args, ", ")), true)
/php-src/Zend/Optimizer/
H A Dzend_inference.c4515 const zend_function *func, const zend_script *script, in zend_get_return_info_from_signature_only() argument
4518 if (func->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && in zend_get_return_info_from_signature_only()
4519 (use_tentative_return_info || !ZEND_ARG_TYPE_IS_TENTATIVE(func->common.arg_info - 1)) in zend_get_return_info_from_signature_only()
4521 zend_arg_info *ret_info = func->common.arg_info - 1; in zend_get_return_info_from_signature_only()
4532 if ((func->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) in zend_get_return_info_from_signature_only()
4533 && !(func->common.fn_flags & ZEND_ACC_GENERATOR)) { in zend_get_return_info_from_signature_only()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h2312 …nction_context(void** func_ptr, struct sljit_function_context* context, sljit_uw addr, void* func);
H A DsljitNativePPC_common.c290 …unction_context(void** func_ptr, struct sljit_function_context* context, sljit_uw addr, void* func) in sljit_set_function_context() argument
297 ptrs = (sljit_uw*)func; in sljit_set_function_context()
/php-src/main/
H A Dmain.c981 EG(current_execute_data)->func && in php_verror()
982 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in php_verror()
/php-src/ext/standard/
H A Darray.c5988 efree(func); \
6018 bucket_compare_func_t *func; local
6029 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));
6111 efree(func);
6190 efree(func);
H A Dbasic_functions.c1511 if (!EX(prev_execute_data) || !EX(prev_execute_data)->func->common.scope) {
/php-src/ext/opcache/jit/ir/
H A Dir.h504 void ir_strtab_apply(const ir_strtab *strtab, ir_strtab_apply_t func);
H A Dir_x86.dasc1766 static uint32_t ir_match_builtin_call(ir_ctx *ctx, const ir_insn *func)
1768 const ir_proto_t *proto = (const ir_proto_t *)ir_get_str(ctx, func->proto);
1772 const char *name = ir_get_strl(ctx, func->val.name, &name_len);
2249 const ir_insn *func = &ctx->ir_base[insn->op2];
2251 if (func->op == IR_FUNC && func->proto) {
2252 uint32_t rule = ir_match_builtin_call(ctx, func);
/php-src/ext/session/
H A Dsession.c1111 void (*func)(void); member
1252 lim->func(); in php_session_cache_limiter()
/php-src/ext/opcache/
H A Dzend_persist.c387 fake_execute_data.func = (zend_function*)op_array; in zend_persist_op_array_ex()
/php-src/ext/pgsql/
H A Dpgsql.c1714 if (zend_string_equals_literal(EX(func)->common.function_name, "pg_fetch_result")) { in PHP_FUNCTION()
1729 …if (zend_string_equals_literal(EG(current_execute_data)->func->common.function_name, "pg_result"))… in PHP_FUNCTION()
2036 ZSTR_VAL(EX(func)->common.function_name)); in php_pgsql_data_info()
/php-src/ext/odbc/
H A Dphp_odbc.c645 if (func) { in odbc_sql_error()
646 …NULL, E_WARNING, "SQL error: %s, SQL state %s in %s", ODBCG(lasterrormsg), ODBCG(laststate), func); in odbc_sql_error()
/php-src/main/streams/
H A Dstreams.c2355 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1443 mysqlnd_ps_fetch_functions[type].func(current_field, &fields_metadata[i], 0, &p); in php_mysqlnd_rowp_read_binary_protocol()

Completed in 171 milliseconds

1...<<111213