# Check handling of /dev/null in command line options
# On windows, it should be redirected to a temp file.
#
# RUN: php %S/check_args.php --my_arg /dev/null | filechecker %s --check-prefix=CHECK1
# CHECK1: OK

# RUN: php %S/check_args.php --my_arg=/dev/null | filechecker %s --check-prefix=CHECK2
# CHECK2: OK

# RUN: php %S/check_args.php -a /dev/null | filechecker %s --check-prefix=CHECK3
# CHECK3: OK

# RUN: php %S/check_args.php -a=/dev/null | filechecker %s --check-prefix=CHECK4
# CHECK4: OK
