C:\Profile\wamp\www\php_tp5>php -S localhost:8888 router.php
<br />
<b>Warning</b>: PHP Startup: igbinary: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20131226
These options need to match
in <b>Unknown</b> on line <b>0</b><br />
PHP 5.6.25 Development Server started at Tue May 23 21:08:30 2017
Listening on http://localhost:8888
Document root is C:\Profile\wamp\www\php_tp5
结果
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required 'router.php' (include_path='.;C:\php\pear') in Unknown on line 0
慕斯0437856