Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 25 of 141) sorted by path

123456

/PHP-7.4/
H A D.gdbinit529 set $maxlen = $arg2
/PHP-7.4/Zend/tests/arg_unpack/
H A Dbasic.phpt10 function test2($arg1, $arg2, $arg3 = null) {
11 var_dump($arg1, $arg2, $arg3);
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt25 function stream_set_option($option, $arg1, $arg2) {
H A Dbug68475.phpt12 public static function staticMethodWithArgs($arg1, $arg2, $arg3)
14 printf("Static method called with args: %s, %s, %s\n", $arg1, $arg2, $arg3);
26 $args = ['arg1', 'arg2', 'arg3'];
54 Static method called with args: arg1, arg2, arg3
55 Static method called with args: arg1, arg2, arg3
H A Dbug70547.phpt5 function brokenTrace($arg1, &$arg2, $arg3){
17 unset($arg2);
24 $arg2 = "2nd";
25 brokenTrace("1st", $arg2, "3th", "4th");
H A Dbug78340.phpt40 function stream_set_option($option, $arg1, $arg2) {
H A Dindirect_call_string_001.phpt14 public static function staticMethodWithArgs($arg1, $arg2, $arg3)
16 printf("Static method called with args: %s, %s, %s\n", $arg1, $arg2, $arg3);
31 $args = ['arg1', 'arg2', 'arg3'];
44 Static method called with args: arg1, arg2, arg3
45 Static method called with args: arg1, arg2, arg3
H A Dobjects_003.phpt17 function foo($arg, $arg2) {}
23 Warning: Declaration of test3::foo($arg, $arg2) should be compatible with test::foo($arg) in %s on …
H A Dobjects_006.phpt9 function foo($arg, $arg2 = NULL) {}
13 function foo($arg, $arg2 = NULL) {}
17 function foo($arg, $arg2) {}
23 Warning: Declaration of test3::foo($arg, $arg2) should be compatible with test::foo($arg, $arg2 = N…
H A Dobjects_007.phpt9 function foo($arg, &$arg2 = NULL) {}
13 function foo($arg, &$arg2 = NULL) {}
17 function foo($arg, &$arg2) {}
23 Warning: Declaration of test3::foo($arg, &$arg2) should be compatible with test::foo($arg, &$arg2 =…
/PHP-7.4/Zend/tests/generators/
H A Dbacktrace.phpt10 function f2($arg1, $arg2) {
/PHP-7.4/Zend/tests/variadic/
H A Dbasic.phpt14 function test2($arg1, $arg2, ...$args) {
15 var_dump($arg1, $arg2, $args);
/PHP-7.4/Zend/
H A Dzend_ini.h101 #define ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, displayer)… argument
102 …{ name, on_modify, arg1, arg2, arg3, default_value, displayer, sizeof(default_value)-1, sizeof(nam…
104 #define ZEND_INI_ENTRY3(name, default_value, modifiable, on_modify, arg1, arg2, arg3) \ argument
105 ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, NULL)
107 #define ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, displayer) \ argument
108 ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, NULL, displayer)
110 #define ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, arg1, arg2) \ argument
111 ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, NULL)
181 typedef void (*zend_ini_parser_cb_t)(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *a…
H A Dzend_interfaces.c33 …function_name, size_t function_name_len, zval *retval_ptr, int param_count, zval* arg1, zval* arg2) in zend_call_method() argument
44 ZVAL_COPY_VALUE(&params[1], arg2); in zend_call_method()
H A Dzend_interfaces.h40 …r *function_name, size_t function_name_len, zval *retval, int param_count, zval* arg1, zval* arg2);
48 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ argument
49 …d_call_method(obj, obj_ce, fn_proxy, function_name, sizeof(function_name)-1, retval, 2, arg1, arg2)
/PHP-7.4/ext/ffi/tests/
H A Dcallconv.phpt12 void __cdecl cdecl_func(int arg1, double arg2, char arg3);
13 void __stdcall stdcall_func(int arg1, double arg2, char arg3);
14 void __fastcall fastcall_func(int arg1, double arg2, char arg3);
/PHP-7.4/ext/gd/
H A Dgd.c805 ZEND_ARG_INFO(0, arg2)
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp405 zend_long arg1, arg2, arg3, arg4, arg5, arg6; in PHP_FUNCTION() local
431 "Oll|llll", &object, Calendar_ce_ptr, &arg1, &arg2, &arg3, &arg4, in PHP_FUNCTION()
456 co->ucal->set((UCalendarDateFields)arg1, (int32_t)arg2); in PHP_FUNCTION()
458 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
460 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
462 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c81 ZEND_ARG_INFO( 0, arg2 )
/PHP-7.4/ext/intl/
H A Dphp_intl.c145 ZEND_ARG_INFO(0, arg2)
236 ZEND_ARG_INFO(0, arg2)
/PHP-7.4/ext/mysqli/tests/
H A D060.phpt13 function __construct($arg1, $arg2) {
14 echo __METHOD__ . "($arg1,$arg2)\n";
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c631 reg = (flags & ARG2_IMM) ? arg1 : arg2; in emit_op_imm()
632 imm = (flags & ARG2_IMM) ? arg2 : arg1; in emit_op_imm()
736 if (arg2 == 0) in emit_op_imm()
737 arg2 = TMP_ZERO; in emit_op_imm()
739 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
740 arg2 = TMP_REG2; in emit_op_imm()
758 if (dst == arg2) in emit_op_imm()
760 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()
779 if ((flags & INT_OP) && dst == arg2) in emit_op_imm()
784 if ((flags & INT_OP) && dst == arg2) in emit_op_imm()
[all …]
H A DsljitNativeARM_T2_32.c749 imm = arg2; in emit_op_imm()
759 SLJIT_ASSERT(arg1 != arg2); in emit_op_imm()
769 if (dst == arg2) in emit_op_imm()
774 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
779 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
784 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
789 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
794 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
799 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm()
802 if (IS_3_LO_REGS(dst, arg1, arg2)) in emit_op_imm()
[all …]
H A DsljitNativeMIPS_common.c1080 …er, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) in emit_op_mem2() argument
1084 return getput_arg(compiler, flags, reg, arg1, arg1w, arg2, arg2w); in emit_op_mem2()
H A DsljitNativeSPARC_common.c636 sljit_s32 base, arg2, delay_slot; in getput_arg() local
651 arg2 = TMP_REG3; in getput_arg()
656 arg2 = TMP_REG3; in getput_arg()
659 arg2 = reg; in getput_arg()
661 arg2 = TMP_REG1; in getput_arg()
662 FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | argw, DR(arg2))); in getput_arg()
672 arg2 = TMP_REG3; in getput_arg()
677 arg2 = TMP_REG3; in getput_arg()
680 arg2 = reg; in getput_arg()
682 arg2 = TMP_REG1; in getput_arg()
[all …]

Completed in 297 milliseconds

123456