/php-src/ext/standard/tests/strings/ |
H A D | sscanf_basic5.phpt | 14 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format1); 15 var_dump($arg1, $arg2, $arg3, $arg4); 16 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format2); 17 var_dump($arg1, $arg2, $arg3, $arg4); 21 $res = sscanf($str, $format1, $arg1, $arg2, $arg3, $arg4); 22 var_dump($res, $arg1, $arg2, $arg3, $arg4); 23 $res = sscanf($str, $format2,$arg1, $arg2, $arg3, $arg4); 24 var_dump($res, $arg1, $arg2, $arg3, $arg4);
|
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_basic4.phpt | 13 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format); 14 var_dump($arg1, $arg2, $arg3, $arg4); 18 $res = sscanf($str, $format, $arg1, $arg2, $arg3, $arg4); 19 var_dump($res, $arg1, $arg2, $arg3, $arg4);
|
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 | multicast.c | 162 convert_to_array(arg4); in php_do_mcast_opt() 163 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt() 198 convert_to_array(arg4); in php_do_mcast_opt() 238 zval *arg4) in php_do_setsockopt_ip_mcast() argument 275 convert_to_boolean(arg4); in php_do_setsockopt_ip_mcast() 280 convert_to_long(arg4); in php_do_setsockopt_ip_mcast() 281 if (Z_LVAL_P(arg4) < 0L || Z_LVAL_P(arg4) > 255L) { in php_do_setsockopt_ip_mcast() 307 zval *arg4) in php_do_setsockopt_ipv6_mcast() argument 340 convert_to_boolean(arg4); in php_do_setsockopt_ipv6_mcast() 344 convert_to_long(arg4); in php_do_setsockopt_ipv6_mcast() [all …]
|
H A D | multicast.h | 48 zval *arg4); 53 zval *arg4);
|
H A D | sockets.c | 1436 zend_long arg3, arg4; local 1444 Z_PARAM_LONG(arg4) 1849 zval *arg1, *arg4; local 1868 Z_PARAM_ZVAL(arg4) 1929 convert_to_array(arg4); 1930 opt_ht = Z_ARRVAL_P(arg4); 1957 convert_to_array(arg4); 2029 convert_to_long(arg4); 2031 if (!Z_LVAL_P(arg4)) { 2064 convert_to_long(arg4); [all …]
|
H A D | sendrecvmsg.h | 17 int php_do_setsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *arg4);
|
H A D | sendrecvmsg.c | 330 int php_do_setsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *arg4) in php_do_setsockopt_ipv6_rfc3542() argument 344 if (Z_TYPE_P(arg4) == IS_ARRAY) { in php_do_setsockopt_ipv6_rfc3542() 355 opt_ptr = from_zval_run_conversions(arg4, php_sock, from_zval_write_in6_pktinfo, in php_do_setsockopt_ipv6_rfc3542()
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 407 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ argument 408 (SLJIT_ARGS3(ret, arg1, arg2, arg3) | SLJIT_ARG_VALUE(SLJIT_ARG_TO_TYPE(arg4), 4)) 409 #define SLJIT_ARGS4V(arg1, arg2, arg3, arg4) \ argument 410 (SLJIT_ARGS3V(arg1, arg2, arg3) | SLJIT_ARG_VALUE(SLJIT_ARG_TO_TYPE(arg4), 4))
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 2339 …_CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4) argument 2350 ir_set_op(ctx, call, 6, arg4); 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 2366 ir_set_op(ctx, call, 6, arg4); 2372 … ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_re… argument 2383 ir_set_op(ctx, call, 6, arg4); 2473 …LCALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4) argument 2488 ir_set_op(ctx, call, 6, arg4); 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 2508 ir_set_op(ctx, call, 6, arg4); [all …]
|
H A D | ir_builder.h | 639 …CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4); 640 … *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5); 641 … ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_re… 647 …CALL_4(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4); 648 … *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5); 649 … ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3, ir_ref arg4, ir_ref arg5, ir_re…
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 36 …void *autharg, int action, const char *arg1, const char *arg2, const char *arg3, const char *arg4); 2066 …(void *autharg, int action, const char *arg1, const char *arg2, const char *arg3, const char *arg4) in php_sqlite3_authorizer() argument 2116 if (NULL == arg4) { in php_sqlite3_authorizer() 2119 ZVAL_STRING(&argv[4], arg4); in php_sqlite3_authorizer()
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 777 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() argument
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 13328 ir_ref arg2, arg4; local 13347 arg4 = IR_NULL; 13349 arg4 = jit_ZVAL_ADDR(jit, res_addr); 13355 arg4); 14721 ir_ref arg3, arg4; local 14738 arg4 = IR_NULL; 14743 arg4 = jit_ZVAL_ADDR(jit, res_addr); 14751 arg4); 14794 ir_ref ref, arg3, arg4; local 14818 arg4 = IR_NULL; [all …]
|