Home
last modified time | relevance | path

Searched refs:arg5 (Results 1 – 8 of 8) 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
1449 Z_PARAM_ZVAL(arg5)
1483 ZEND_TRY_ASSIGN_REF_STRING(arg5, s_un.sun_path);
1509 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0");
1537 ZEND_TRY_ASSIGN_REF_STRING(arg5, addrbuf[0] ? addrbuf : "::");
/php-src/ext/opcache/jit/ir/
H A Dir.c2391 …x *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5) argument
2403 ir_set_op(ctx, call, 7, arg5);
2408 …pe type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6) argument
2420 ir_set_op(ctx, call, 7, arg5);
2529 …x *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5) argument
2545 ir_set_op(ctx, call, 7, arg5);
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
2566 ir_set_op(ctx, call, 7, arg5);
H A Dir_builder.h640 … *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5);
641 …e type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref atg6);
648 … *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5);
649 …e type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6);
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c775 const char *arg5, const char *arg6) in authorizer() argument
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c15035 ir_ref arg3, arg5; local
15052 arg5 = IR_NULL;
15055 arg5 = jit_ZVAL_ADDR(jit, real_addr);
15057 arg5 = jit_ZVAL_ADDR(jit, res_addr);
15067 arg5);

Completed in 85 milliseconds