@ 2017-11-23T15:45:55Z <?php
// Syntax error: tested code has a space between equal signs
$tokens=token_get_all('<?php if($foo= =$bar) {}', TOKEN_PARSE);
var_dump($tokens); // not printed on error
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 8.0.0 - 8.0.30 , 8.1.0 - 8.1.33 , 8.2.0 - 8.2.29 , 8.3.0 - 8.3.25 , 8.4.1 - 8.4.12 Parse error: syntax error, unexpected token "=" in on line 1
Process exited with code 255 . Output for 7.0.0 - 7.0.25 , 7.1.0 - 7.1.33 , 7.2.0 - 7.2.33 , 7.3.0 - 7.3.33 , 7.4.0 - 7.4.33 Parse error: syntax error, unexpected '=' in on line 1
Process exited with code 255 . preferences:dark mode live preview ace vim emacs key bindings
142.96 ms | 408 KiB | 5 Q