Answer the question
In order to leave comments, you need to log in
How to edit php output line in Sublime 3?
I built php under Sublime Text 3 to run scripts without switching to the browser.
{
"cmd": ["C:\\php7\\php.exe", "$file"],
"file_regex": "php$",
"selector": "source.php"
}
$a = 123.456789;
print_r($a);
123.456789[Finished in 0.2s]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question