3v4l.org

run code in 300+ PHP versions simultaneously
<?php $outputDir="RAZMIK"; $dbName="panor"; $handle = fopen($outputDir.'/db-backup-'.$dbName.'-'.date("Ymd-His", time()).'.sql','w+'); echo "$handle"; $handle1=fopen($outputDir.'/db-backup-'.$dbName.'-'.date("d.m.Y H:i:s").'.sql'); echo "</br>".$handle1;
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0
Warning: fopen(RAZMIK/db-backup-panor-20130708-083223.sql): failed to open stream: No such file or directory in /in/JQcMW on line 4 Warning: fopen() expects at least 2 parameters, 1 given in /in/JQcMW on line 6 </br>
Output for 4.3.0 - 4.3.1
Warning: fopen(RAZMIK/db-backup-panor-20130708-083223.sql) [http://www.php.net/function.fopen]: failed to create stream: No such file or directory in /in/JQcMW on line 4 Warning: fopen() expects at least 2 parameters, 1 given in /in/JQcMW on line 6 </br>

preferences:
176.66 ms | 402 KiB | 218 Q