3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filepath = "2013-01-17-141325589_2013-01-18-j-CP08\45645\5\ar\666\loc\66666hygh\dfgh\test_file1.jpg.meta"; str_replace("\\", DIRECTORY_SEPARATOR, $filepath); //Make sure the system's directory separator and the path's directory separator are the same. $info = pathinfo($filepath); var_dump($info);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Octal escape sequence overflow \456 is greater than \377 in /in/gKa5f on line 2 Warning: Octal escape sequence overflow \666 is greater than \377 in /in/gKa5f on line 2 Warning: Octal escape sequence overflow \666 is greater than \377 in /in/gKa5f on line 2 array(4) { ["dirname"]=> string(1) "." ["basename"]=> string(81) "2013-01-17-141325589_2013-01-18-j-CP08.45\ar�\loc�66hygh\dfgh est_file1.jpg.meta" ["extension"]=> string(4) "meta" ["filename"]=> string(76) "2013-01-17-141325589_2013-01-18-j-CP08.45\ar�\loc�66hygh\dfgh est_file1.jpg" }

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:
54.03 ms | 402 KiB | 8 Q