Home
last modified time | relevance | path

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

/php-src/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.h3727 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-src/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-src/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-src/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-src/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.c2401 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a…
2458 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, …
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c776 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1608 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-src/ext/sockets/
H A Dsockets.c1003 zval *arg1, *arg2, *arg3 = NULL; local
1400 zend_long arg3, arg4; local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2080 ir_ref arg3 = ir_LOAD_U32(ir_ADD_OFFSET(ref, offsetof(zend_op, op2.constant))); in zend_jit_undefined_function_stub() local
5331 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5654 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
5836 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local
5865 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local
14325 ir_ref arg3, arg4; local
14394 ir_ref ref, arg3, arg4; local
14465 ir_ref arg3, arg5; local
14905 ir_ref arg3; local
/php-src/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 278 milliseconds