Home
last modified time | relevance | path

Searched defs:arg3 (Results 1 – 13 of 13) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_ini.h153 #define ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, displayer)… argument
156 #define ZEND_INI_ENTRY3(name, default_value, modifiable, on_modify, arg1, arg2, arg3) \ argument
H A Dzend_vm_execute.h3793 zval *arg3 = get_op_data_zval_ptr_deref_r((opline+1)->op1_type, (opline+1)->op1); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER() local
3833 zval *arg3 = get_op_data_zval_ptr_deref_r((opline+1)->op1_type, (opline+1)->op1); in ZEND_FRAMELESS_ICALL_3_SPEC_OBSERVER_HANDLER() local
/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h402 #define SLJIT_ARGS3(ret, arg1, arg2, arg3) \ argument
404 #define SLJIT_ARGS3V(arg1, arg2, arg3) \ argument
407 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ argument
409 #define SLJIT_ARGS4V(arg1, arg2, arg3, arg4) \ argument
/PHP-8.4/ext/opcache/jit/ir/
H A Dir.c2324 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2339 ir_ref _ir_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
2355 ir_ref _ir_CALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
2436 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2455 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
2475 void _ir_TAILCALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
/PHP-8.4/main/
H A Dphp_ini.c183 static void php_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, HashTable *tar… in php_ini_parser_cb()
/PHP-8.4/ext/pdo_sqlite/
H A Dsqlite_driver.c777 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
/PHP-8.4/ext/standard/
H A Dbrowscap.c305 static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg… in php_browscap_parser_cb()
H A Dbasic_functions.c2418 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a…
2475 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, …
/PHP-8.4/sapi/fpm/fpm/
H A Dfpm_conf.c1610 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /… in fpm_conf_ini_parser()
H A Dfpm_main.c1384 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*… in fastcgi_ini_parser()
/PHP-8.4/ext/sockets/
H A Dsockets.c1025 zval *arg1, *arg2, *arg3 = NULL; local
1436 zend_long arg3, arg4; local
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c2097 ir_ref arg3 = ir_LOAD_U32(ir_ADD_OFFSET(ref, offsetof(zend_op, op2.constant))); in zend_jit_undefined_function_stub() local
5448 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5784 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
5966 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local
5995 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local
14496 ir_ref arg3, arg4; local
14569 ir_ref ref, arg3, arg4; local
14640 ir_ref arg3, arg5; local
15082 ir_ref arg3; local
/PHP-8.4/ext/sqlite3/
H A Dsqlite3.c2066 …izer(void *autharg, int action, const char *arg1, const char *arg2, const char *arg3, const char *… in php_sqlite3_authorizer()

Completed in 285 milliseconds