3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = <<< E ================================================================================ INPUT FILE ================================================================================ NAME = CO-c0m1.txt | 1> ! HF def2-TZVP opt numfreq | 2> | 3> % scf | 4> convergence tight | 5> end | 6> | 7> * xyz 0 1 | 8> C 0 0 0 | 9> O 0 0 1 | 10> * | 11> | 12> ****END OF INPUT**** ================================================================================ E; preg_match_all('/^\|\s*\d*>(.*)$/m', $input, $matches); echo(implode("\n", $matches[1]));
Output for git.master, git.master_jit, rfc.property-hooks
! HF def2-TZVP opt numfreq % scf convergence tight end * xyz 0 1 C 0 0 0 O 0 0 1 * ****END OF INPUT****

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.92 ms | 405 KiB | 5 Q