Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 32) sorted by path

12

/php-src/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
157 #define ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, displayer) \ argument
160 #define ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, arg1, arg2) \ argument
163 #define ZEND_INI_ENTRY1_EX(name, default_value, modifiable, on_modify, arg1, displayer) \ argument
166 #define ZEND_INI_ENTRY1(name, default_value, modifiable, on_modify, arg1) \ argument
H A Dzend_interfaces.c38 …ion_name, size_t function_name_len, zval *retval_ptr, uint32_t param_count, zval* arg1, zval* arg2) in zend_call_method()
H A Dzend_interfaces.h50 zend_function **fn_proxy, const char *function_name, zval *retval, zval* arg1) in zend_call_method_with_1_params()
56 zend_function **fn_proxy, const char *function_name, zval *retval, zval* arg1, zval* arg2) in zend_call_method_with_2_params()
H A Dzend_vm_execute.h3699 zval *arg1 = get_zval_ptr_deref(opline->op1_type, opline->op1, BP_VAR_R); in ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER() local
3722 zval *arg1 = get_zval_ptr_deref(opline->op1_type, opline->op1, BP_VAR_R); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER() local
4140 zval *arg1 = get_zval_ptr_deref(opline->op1_type, opline->op1, BP_VAR_R); in ZEND_FRAMELESS_ICALL_1_SPEC_UNUSED_HANDLER() local
/php-src/ext/opcache/jit/ir/
H A Dir.c2276 ir_ref _ir_CALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1)
2282 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2)
2296 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2311 ir_ref _ir_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
2327 ir_ref _ir_CALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
2379 void _ir_TAILCALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1)
2390 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2)
2408 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2427 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
2447 void _ir_TAILCALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, …
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5288 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5387 ir_ref arg1 = jit_Z_PTR(jit, op1_addr); in zend_jit_add_arrays() local
5611 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
5784 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
5791 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
5820 ir_ref arg1 = jit_ZVAL_ADDR(jit, res_addr); in zend_jit_concat_helper() local
12672 ir_ref ref, arg1, arg2, if_true; local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h392 #define SLJIT_ARGS1(ret, arg1) \ argument
394 #define SLJIT_ARGS1V(arg1) \ argument
397 #define SLJIT_ARGS2(ret, arg1, arg2) \ argument
399 #define SLJIT_ARGS2V(arg1, arg2) \ argument
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
H A DsljitNativeARM_64.c669 …_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_sw arg1, sljit_sw arg2) in emit_op_imm()
H A DsljitNativeARM_T2_32.c661 …_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_uw arg1, sljit_uw arg2) in emit_op_imm()
H A DsljitNativeLOONGARCH_64.c1127 …em2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1… in emit_op_mem2()
H A DsljitNativeMIPS_common.c1523 …em2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1… in emit_op_mem2()
H A DsljitNativeRISCV_common.c1049 …em2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1… in emit_op_mem2()
H A DsljitNativeS390X.c1918 sljit_gpr arg1 = gpr(SLJIT_R1); in sljit_emit_op0() local
/php-src/ext/phar/
H A Dphar_object.c1117 zval *zobj = ZEND_THIS, arg1, arg2; in PHP_METHOD() local
1978 zval ret, arg1; in phar_rename_archive() local
4428 zval *zobj = ZEND_THIS, arg1; in PHP_METHOD() local
/php-src/ext/sockets/
H A Dsockets.c666 zval *arg1; local
691 zval *arg1; local
727 zval *arg1; local
765 zval *arg1; local
787 zval *arg1; local
821 zval *arg1; local
863 zval *arg1; local
1323 zval *arg1; local
1556 zval *arg1; local
2057 zval *arg1; local
[all …]
/php-src/ext/spl/
H A Dspl_array.c1824 static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) … in spl_instantiate_child_arg()
H A Dspl_directory.c480 zval arg1; in spl_filesystem_object_create_info() local
509 zval arg1, arg2; in spl_filesystem_object_create_type() local
H A Dspl_engine.h24 static inline void spl_instantiate_arg_ex1(zend_class_entry *pce, zval *retval, zval *arg1) in spl_instantiate_arg_ex1()
31 zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) in spl_instantiate_arg_ex2()
/php-src/ext/sqlite3/
H A Dsqlite3.c2075 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()
/php-src/ext/standard/
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, …
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 Dformatted_print.c865 zval *arg1, *args; in PHP_FUNCTION() local
895 zval *arg1, *args; in PHP_FUNCTION() local
H A Dhead.c297 zval *arg1 = NULL, *arg2 = NULL; in PHP_FUNCTION() local
H A Dquot_print.c199 zend_string *arg1; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1464 zval *arg1; in PHP_FUNCTION() local
1527 zval *arg1; in PHP_FUNCTION() local

Completed in 420 milliseconds

12