/php-src/Zend/ |
H A D | zend_ini.h | 153 #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 D | zend_vm_execute.h | 3804 zval *arg3 = get_op_data_zval_ptr_deref_r((opline+1)->op1_type, (opline+1)->op1); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER() local 3844 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-src/ext/opcache/jit/ir/ |
H A D | ir.c | 2324 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… 2372 ir_ref _ir_CALL_6(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir… 2454 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) 2473 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, … 2493 void _ir_TAILCALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, … 2514 void _ir_TAILCALL_6(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 402 #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/main/ |
H A D | php_ini.c | 183 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/pdo_sqlite/ |
H A D | sqlite_driver.c | 777 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
|
/php-src/ext/standard/ |
H A D | browscap.c | 305 static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg… in php_browscap_parser_cb()
|
H A D | basic_functions.c | 2419 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-src/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1610 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /… in fpm_conf_ini_parser()
|
H A D | fpm_main.c | 1382 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 D | sockets.c | 1025 zval *arg1, *arg2, *arg3 = NULL; local 1436 zend_long arg3, arg4; local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 2100 ir_ref arg3 = ir_LOAD_U32(ir_ADD_OFFSET(ref, offsetof(zend_op, op2.constant))); in zend_jit_undefined_function_stub() local 5455 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local 5791 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local 5973 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local 6002 ir_ref arg3 = jit_ZVAL_ADDR(jit, op2_addr); in zend_jit_concat_helper() local 14733 ir_ref arg3, arg4; local 14806 ir_ref ref, arg3, arg4; local 14877 ir_ref arg3, arg5; local 15319 ir_ref arg3; local
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 2066 …izer(void *autharg, int action, const char *arg1, const char *arg2, const char *arg3, const char *… in php_sqlite3_authorizer()
|