/php-src/ext/standard/tests/strings/ |
H A D | sscanf_basic8.phpt | 14 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 D | sscanf_basic7.phpt | 13 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 D | sscanf_basic6.phpt | 19 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 D | sockets.c | 1426 zval *arg1, *arg2, *arg5, *arg6 = NULL; local 1445 Z_PARAM_ZVAL(arg5) 1479 ZEND_TRY_ASSIGN_REF_STRING(arg5, s_un.sun_path); 1505 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0"); 1533 ZEND_TRY_ASSIGN_REF_STRING(arg5, addrbuf[0] ? addrbuf : "::");
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 2355 …x *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5) argument 2367 ir_set_op(ctx, call, 7, arg5); 2372 …pe type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6) argument 2384 ir_set_op(ctx, call, 7, arg5); 2493 …x *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5) argument 2509 ir_set_op(ctx, call, 7, arg5); 2514 …pe type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_ref arg6) argument 2530 ir_set_op(ctx, call, 7, arg5);
|
H A D | ir_builder.h | 640 … *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 D | sqlite_driver.c | 778 const char *arg5, const char *arg6) in authorizer() argument
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 14877 ir_ref arg3, arg5; local 14894 arg5 = IR_NULL; 14897 arg5 = jit_ZVAL_ADDR(jit, real_addr); 14899 arg5 = jit_ZVAL_ADDR(jit, res_addr); 14909 arg5);
|