Home
last modified time | relevance | path

Searched refs:arg5 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt14 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format1);
15 var_dump($arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
16 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format2);
17 var_dump($arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
21 $res = sscanf($str, $format1, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
22 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
23 $res = sscanf($str, $format2, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
24 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
H A Dsscanf_basic7.phpt13 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format);
14 var_dump($arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
18 $res = sscanf($str, $format, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
19 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
H A Dsscanf_basic6.phpt19 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format);
20 var_dump($arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
24 $res = sscanf($str, $format, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
25 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
/PHP-8.2/ext/sockets/
H A Dsockets.c1356 zval *arg1, *arg2, *arg5, *arg6 = NULL; local
1370 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ozllz|z", &arg1, socket_ce, &arg2, &arg3, &arg4, &arg5
1402 ZEND_TRY_ASSIGN_REF_STRING(arg5, s_un.sun_path);
1428 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0");
1456 ZEND_TRY_ASSIGN_REF_STRING(arg5, addrbuf[0] ? addrbuf : "::");
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c770 const char *arg5, const char *arg6) in authorizer() argument
/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c2093 …x *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5) in _ir_CALL_5() argument
2105 ir_set_op(ctx, call, 7, arg5); in _ir_CALL_5()
2213 …x *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5) in _ir_TAILCALL_5() argument
2229 ir_set_op(ctx, call, 7, arg5); in _ir_TAILCALL_5()
H A Dir_builder.h632 … *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5);
639 … *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5);

Completed in 36 milliseconds