|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-09-04 20:34 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
[2013-09-04 20:34 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 08:00:02 2025 UTC |
Description: ------------ Hi, I use the following php version: PHP 5.5.3 (cli) Zend Engine v2.5.0 In a Interactive mode (php -a), when I execute any php command nothing happens echo "Hello World"; Expected result: ---------------- The expected result was the Interactive mode execute the php command, in the case print the string "Hello Word" on standard output Actual result: -------------- Result: nothing, the cursor remains blinking and don't execute the php command