Home
last modified time | relevance | path

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

123456

/php-src/
H A D.gdbinit527 set $maxlen = $arg2
/php-src/Zend/tests/arg_unpack/
H A Dbasic.phpt10 function test2($arg1, $arg2, $arg3 = null) {
11 var_dump($arg1, $arg2, $arg3);
/php-src/Zend/tests/
H A Dbug38779.phpt26 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.phpt41 function stream_set_option($option, $arg1, $arg2) {
H A Dgh10072.phpt47 public function stream_set_option(int $option, int $arg1, ?int $arg2): bool
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 Diterable_or_null.phpt46 zend_iterable(): Argument #2 ($arg2) must be of type Traversable|array|null, string given
H A Dobjects_003.phpt17 function foo($arg, $arg2) {}
22 Fatal error: Declaration of test3::foo($arg, $arg2) must be compatible with test::foo($arg) in %s o…
H A Dobjects_006.phpt9 function foo($arg, $arg2 = NULL) {}
13 function foo($arg, $arg2 = NULL) {}
17 function foo($arg, $arg2) {}
22 Fatal error: Declaration of test3::foo($arg, $arg2) must be compatible with test::foo($arg, $arg2 =…
H A Dobjects_007.phpt9 function foo($arg, &$arg2 = NULL) {}
13 function foo($arg, &$arg2 = NULL) {}
17 function foo($arg, &$arg2) {}
22 Fatal error: Declaration of test3::foo($arg, &$arg2) must be compatible with test::foo($arg, &$arg2
/php-src/Zend/tests/generators/
H A Dbacktrace.phpt10 function f2($arg1, $arg2) {
/php-src/Zend/tests/variadic/
H A Dbasic.phpt14 function test2($arg1, $arg2, ...$args) {
15 var_dump($arg1, $arg2, $args);
/php-src/Zend/
H A Dzend_frameless_function.h33 #define ZEND_FRAMELESS_FUNCTION_PARAMETERS_2 zval *return_value, zval *arg1, zval *arg2
34 #define ZEND_FRAMELESS_FUNCTION_PARAMETERS_3 zval *return_value, zval *arg1, zval *arg2, zval *arg3
H A Dzend_ini.h153 #define ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, displayer)… argument
154 …{ name, on_modify, arg1, arg2, arg3, default_value, displayer, sizeof(default_value)-1, sizeof(nam…
156 #define ZEND_INI_ENTRY3(name, default_value, modifiable, on_modify, arg1, arg2, arg3) \ argument
157 ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, NULL)
159 #define ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, displayer) \ argument
160 ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, NULL, displayer)
162 #define ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, arg1, arg2) \ argument
163 ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, NULL)
237 typedef void (*zend_ini_parser_cb_t)(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *a…
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() argument
48 ZVAL_COPY_VALUE(&params[1], arg2); in zend_call_method()
H A Dzend_interfaces.h41 …nction_name, size_t function_name_len, zval *retval, uint32_t param_count, zval* arg1, zval* arg2);
56 zend_function **fn_proxy, const char *function_name, zval *retval, zval* arg1, zval* arg2) in zend_call_method_with_2_params() argument
58 …call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 2, arg1, arg2); in zend_call_method_with_2_params()
H A Dzend_vm_def.h9635 zval *arg2 = GET_OP2_ZVAL_PTR_DEREF(BP_VAR_R);
9641 function(EX_VAR(opline->result.var), arg1, arg2);
9658 zval *arg2 = GET_OP2_ZVAL_PTR_DEREF(BP_VAR_R);
9666 function(EX_VAR(opline->result.var), arg1, arg2, arg3);
H A Dzend_vm_execute.h3703 zval *arg2 = get_zval_ptr_deref(opline->op2_type, opline->op2, BP_VAR_R); in ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER() local
3709 function(EX_VAR(opline->result.var), arg1, arg2); in ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER()
3726 zval *arg2 = get_zval_ptr_deref(opline->op2_type, opline->op2, BP_VAR_R); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER() local
3734 function(EX_VAR(opline->result.var), arg1, arg2, arg3); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER()
/php-src/ext/ffi/tests/
H A Dcallconv.phpt13 void __cdecl cdecl_func(int arg1, double arg2, char arg3);
14 void __stdcall stdcall_func(int arg1, double arg2, char arg3);
15 void __fastcall fastcall_func(int arg1, double arg2, char arg3);
/php-src/ext/mysqli/tests/
H A D060.phpt14 function __construct($arg1, $arg2) {
15 echo __METHOD__ . "($arg1,$arg2)\n";
/php-src/ext/opcache/jit/ir/
H A Dir.c2310 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2) argument
2319 ir_set_op(ctx, call, 4, arg2);
2324 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) argument
2333 ir_set_op(ctx, call, 4, arg2);
2348 ir_set_op(ctx, call, 4, arg2);
2364 ir_set_op(ctx, call, 4, arg2);
2418 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2) argument
2431 ir_set_op(ctx, call, 4, arg2);
2449 ir_set_op(ctx, call, 4, arg2);
2468 ir_set_op(ctx, call, 4, arg2);
[all …]
H A Dir_builder.h635 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2);
636 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3);
637 ir_ref _ir_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
638 ir_ref _ir_CALL_5(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir…
642 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2);
643 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3…
644 void _ir_TAILCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3…
645 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.c12244 arg2,
12249 arg2,
12544 ir_ref arg2; local
12571 arg2,
12577 arg2,
12951 arg2,
13157 ir_ref arg2; local
13175 arg2,
14696 arg2,
14720 arg2,
[all …]

Completed in 226 milliseconds

123456