Home
last modified time | relevance | path

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

/php-src/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-src/ext/sockets/
H A Dsockets.c1430 zval *arg1, *arg2, *arg5, *arg6 = NULL; local
1451 Z_PARAM_ZVAL(arg6)
1491 if (arg6 == NULL) {
1510 ZEND_TRY_ASSIGN_REF_LONG(arg6, ntohs(sin.sin_port));
1518 if (arg6 == NULL) {
1538 ZEND_TRY_ASSIGN_REF_LONG(arg6, ntohs(sin6.sin6_port));
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c775 const char *arg5, const char *arg6) in authorizer() argument
/php-src/ext/opcache/jit/ir/
H A Dir.c2408 …pe type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6) argument
2421 ir_set_op(ctx, call, 8, arg6);
2550 …pe type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6) argument
2567 ir_set_op(ctx, call, 8, arg6);
H A Dir_builder.h649 …e type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6);

Completed in 52 milliseconds