fork download
  1. <?php
  2.  
  3. //bp_the_thread_subject()
  4. $identity = filter_var( " Hello world: 1236 ", FILTER_SANITIZE_NUMBER_INT );
  5. $myInt = (int)$identity;
  6. var_dump($myInt);
Runtime error #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '(int)' (int) (T_INT_CAST) in /home/uJTJD0/prog.php on line 4