<?php $filename = "ab\0c"; if (str_contains($filename, "\0")) { echo "bad filename\n"; }
You have javascript disabled. You will not be able to edit any code.