Home
last modified time | relevance | path

Searched refs:arg2 (Results 101 – 125 of 140) sorted by relevance

123456

/php-src/ext/standard/tests/strings/
H A Dsprintf_error.phpt20 $arg2 = 'two';
34 var_dump( sprintf($format3,$arg1,$arg2) );
H A Dprintf_variation2.phpt9 $arg2 = 'third argument';
92 $result = printf($format, $value, $arg2);
H A Dsprintf_variation2.phpt9 $arg2 = 'third argument';
90 var_dump( sprintf($format, $value, $arg2) );
H A Dsprintf_variation1.phpt13 $arg2 = "third arg";
88 var_dump(sprintf($value, $arg1, $arg2));
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_004w.phpt17 $s2 = new BaseStruct(new SOAPStruct('arg2',34,325.325),12);
29 …</ns2:varFloat></ns1:param1><ns1:param2><ns2:structMessage><ns2:varString>arg2</ns2:varString><ns2…
/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
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c839 reg = (sljit_s32)((flags & ARG2_IMM) ? arg1 : arg2); in emit_op_imm()
840 imm = (flags & ARG2_IMM) ? arg2 : arg1; in emit_op_imm()
975 if (arg2 == 0) in emit_op_imm()
976 arg2 = TMP_ZERO; in emit_op_imm()
978 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
979 arg2 = TMP_REG2; in emit_op_imm()
997 if (dst == arg2) in emit_op_imm()
999 return push_inst(compiler, MOV | RD(dst) | RM(arg2)); in emit_op_imm()
1018 if (dst == arg2) in emit_op_imm()
1023 return push_inst(compiler, (MOV ^ W_OP) | RD(dst) | RM(arg2)); in emit_op_imm()
[all …]
/php-src/tests/output/
H A DDummyStreamWrapper.inc34 public function stream_set_option(int $option, int $arg1, ?int $arg2): bool
/php-src/ext/standard/
H A Dhead.c297 zval *arg1 = NULL, *arg2 = NULL; in PHP_FUNCTION() local
304 Z_PARAM_ZVAL(arg2) in PHP_FUNCTION()
314 ZEND_TRY_ASSIGN_REF_LONG(arg2, line); in PHP_FUNCTION()
H A Dbasic_functions.c2401 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a… argument
2406 if (!arg2) {
2410 Z_TRY_ADDREF_P(arg2);
2411 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), arg2);
2418 if (!arg2) {
2443 Z_TRY_ADDREF_P(arg2);
2444 add_next_index_zval(find_hash, arg2);
2446 array_set_zval_key(Z_ARRVAL_P(find_hash), arg3, arg2);
2458 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, … argument
2463 } else if (arg2) {
[all …]
H A Dstreamsfuncs.c1463 zend_long arg2; in PHP_FUNCTION() local
1469 Z_PARAM_LONG(arg2) in PHP_FUNCTION()
1474 buff = arg2; in PHP_FUNCTION()
1526 zend_long arg2; in PHP_FUNCTION() local
1532 Z_PARAM_LONG(arg2) in PHP_FUNCTION()
1537 buff = arg2; in PHP_FUNCTION()
/php-src/Zend/tests/
H A Diterable_or_null.phpt46 zend_iterable(): Argument #2 ($arg2) must be of type Traversable|array|null, string given
H A Dbug38779.phpt26 function stream_set_option($option, $arg1, $arg2) {
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
/php-src/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt21 function stream_set_option($option, $arg1, $arg2) {
22 echo "option: ", $option, ", ", $arg1, ", ", $arg2, "\n";
/php-src/ext/zend_test/
H A Dtest.stub.php233 function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {} argument
248 …bject|string $obj_or_class, string $method, mixed $arg1 = UNKNOWN, mixed $arg2 = UNKNOWN): mixed {} argument
H A Dtest.c396 zval *arg1, *arg2; in ZEND_FUNCTION() local
401 Z_PARAM_ITERABLE_OR_NULL(arg2) in ZEND_FUNCTION()
407 zval *arg1, *arg2; in ZEND_FUNCTION() local
412 Z_PARAM_ITERABLE_OR_NULL(arg2) in ZEND_FUNCTION()
420 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, arg2, IS_ITERABLE, 1, "null")
432 zval *class_or_object, *arg1 = NULL, *arg2 = NULL; in ZEND_FUNCTION() local
442 Z_PARAM_ZVAL(arg2) in ZEND_FUNCTION()
460 …d(obj, ce, NULL, ZSTR_VAL(method_name), ZSTR_LEN(method_name), return_value, argc - 2, arg1, arg2); in ZEND_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_stmt.c1247 zval *arg2 = NULL; in PHP_METHOD() local
1256 Z_PARAM_ZVAL_OR_NULL(arg2) in PHP_METHOD()
1276 if (arg2) { in PHP_METHOD()
1277 if (Z_TYPE_P(arg2) != IS_STRING) { in PHP_METHOD()
1281 stmt->fetch.cls.ce = zend_fetch_class(Z_STR_P(arg2), ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
1307 if (arg2 == NULL) { in PHP_METHOD()
1313 ZVAL_COPY_VALUE(&stmt->fetch.func.function, arg2); in PHP_METHOD()
1328 if (arg2) { in PHP_METHOD()
1330 if (Z_TYPE_P(arg2) != IS_LONG) { in PHP_METHOD()
1334 if (Z_LVAL_P(arg2) < 0) { in PHP_METHOD()
[all …]
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt63 public function stream_set_option($option, $arg1, $arg2) { return false; }
/php-src/ext/standard/tests/file/
H A Dfopencookie.phpt80 function stream_set_option($option, $arg1, $arg2) {
H A Dinclude_streams.phpt100 function stream_set_option($option, $arg1, $arg2) {
/php-src/ext/sockets/
H A Dsockets.c1003 zval *arg1, *arg2, *arg3 = NULL; local
1018 Z_PARAM_ZVAL(arg2)
1039 ZEND_TRY_ASSIGN_REF_STRING(arg2, addrbuf);
1051 ZEND_TRY_ASSIGN_REF_STRING(arg2, addr_string);
1063 ZEND_TRY_ASSIGN_REF_STRING(arg2, s_un->sun_path);
1390 zval *arg1, *arg2, *arg5, *arg6 = NULL; local
1406 Z_PARAM_ZVAL(arg2)
1441 ZEND_TRY_ASSIGN_REF_NEW_STR(arg2, recv_buf);
1467 ZEND_TRY_ASSIGN_REF_NEW_STR(arg2, recv_buf);
1495 ZEND_TRY_ASSIGN_REF_NEW_STR(arg2, recv_buf);
/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…

Completed in 93 milliseconds

123456