Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_ini.h151 #define ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, displayer)… argument
154 #define ZEND_INI_ENTRY3(name, default_value, modifiable, on_modify, arg1, arg2, arg3) \ argument
H A Dzend_vm_execute.h3724 zval *arg3 = get_op_data_zval_ptr_deref_r((opline+1)->op1_type, (opline+1)->op1); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER() local
/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c2062 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) in _ir_CALL_3()
2077 ir_ref _ir_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir… in _ir_CALL_4()
2093 ir_ref _ir_CALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir… in _ir_CALL_5()
2174 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) in _ir_TAILCALL_3()
2193 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, … in _ir_TAILCALL_4()
2213 void _ir_TAILCALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, … in _ir_TAILCALL_5()
/PHP-8.2/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.2/ext/pdo_sqlite/
H A Dsqlite_driver.c769 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
/PHP-8.2/ext/standard/
H A Dbrowscap.c307 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.c2419 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a…
2476 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, …
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_conf.c1594 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.c1387 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*… in fastcgi_ini_parser()
/PHP-8.2/ext/sockets/
H A Dsockets.c986 zval *arg1, *arg2, *arg3 = NULL; local
1366 zend_long arg3, arg4; local
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h361 #define SLJIT_ARGS3(ret, arg1, arg2, arg3) \ argument
364 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ argument
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c2075 …izer(void *autharg, int action, const char *arg1, const char *arg2, const char *arg3, const char *… in php_sqlite3_authorizer()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_ir.c2071 ir_ref arg3 = ir_LOAD_U32(ir_ADD_OFFSET(ref, offsetof(zend_op, op2.constant))); in zend_jit_undefined_function_stub() local
5295 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5618 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
5800 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local
5829 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local

Completed in 208 milliseconds