fork download
  1. <?php
  2. $foo = '?test';
  3. var_dump(strpos($foo, '?'));
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
int(0)