[ create a new paste ] login | about

Link: http://codepad.org/93vpPqy3    [ raw code | output | fork ]

PHP, pasted on Oct 2:
1
2
3
4
5
6
<?php

$Path = "../../images/image1.jpg";
$Path = preg_replace_all("/^[A-Za-z0-9._-]/","",$Path);
echo $Path;
?>


Output:
1
2

Fatal error: Call to undefined function preg_replace_all() on line 4


Create a new paste based on this one


Comments: