3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Defining a constant Test $DefConst_TimeStart = microtime(); $DefConst_MemStart = memory_get_usage(); for($i=1;$i<=100000;$i++){ define("x$i",$i); } $DefConst_MemEnd = memory_get_usage(); $DefConst_TimeEnd = microtime(); //Variable test $Variable_TimeStart = microtime(); $Variable_MemStart = memory_get_usage(); for($i=1;$i<=100000;$i++){ ${"x".$i} = $i; } $Variable_MemEnd = memory_get_usage(); $Variable_TimeEnd = microtime(); //Output of the results echo "Define Constant: Time: ".($DefConst_TimeEnd - $DefConst_TimeStart)." ms | Memory: ".($DefConst_MemEnd - $DefConst_MemStart)." Bytes\n"; echo "Setting Variable: Time: ".($Variable_TimeEnd - $Variable_TimeStart)." ms | Memory: ".($Variable_MemEnd - $Variable_MemStart)." Bytes\n";
Output for 7.3.1
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.025572 ms | Memory: 5600000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.040124 ms | Memory: 8440344 Bytes
Output for 7.3.0
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.041902 ms | Memory: 5600000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.027433 ms | Memory: 8440344 Bytes
Output for 7.2.13
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.033326 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.065543 ms | Memory: 7916056 Bytes
Output for 7.2.12
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.028119 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.036766 ms | Memory: 7916056 Bytes
Output for 7.2.11
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.081329 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.029689 ms | Memory: 7916056 Bytes
Output for 7.2.10
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.081987 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.037262 ms | Memory: 7916056 Bytes
Output for 7.2.9
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.036019 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.032488 ms | Memory: 7916056 Bytes
Output for 7.2.8
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.039777 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.034842 ms | Memory: 7916056 Bytes
Output for 7.2.7
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.036148 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.037906 ms | Memory: 7916056 Bytes
Output for 7.2.6
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.036058 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.033287 ms | Memory: 7916056 Bytes
Output for 7.2.5
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.031673 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.034078 ms | Memory: 7916056 Bytes
Output for 7.2.4
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.032674 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.039796 ms | Memory: 7916056 Bytes
Output for 7.2.3
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.038983 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.037627 ms | Memory: 7916056 Bytes
Output for 7.2.2
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.035641 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.033491 ms | Memory: 7916056 Bytes
Output for 7.2.1
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.028972 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.035055 ms | Memory: 7916056 Bytes
Output for 7.2.0
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.032183 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.030313 ms | Memory: 7916056 Bytes
Output for 7.1.25
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.094834 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.038155 ms | Memory: 7916056 Bytes
Output for 7.1.7
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.011805 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.009287 ms | Memory: 7916056 Bytes
Output for 7.1.6
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.027803 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.019018 ms | Memory: 7916056 Bytes
Output for 7.1.5
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.021029 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.015034 ms | Memory: 7916056 Bytes
Output for 7.1.0
Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 20 Define Constant: Time: 0.019602 ms | Memory: 6400000 Bytes Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Notice: A non well formed numeric value encountered in /in/3r0Hf on line 21 Setting Variable: Time: 0.014367 ms | Memory: 7916056 Bytes
Output for 7.0.20
Define Constant: Time: 0.023662 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.195023 ms | Memory: 7916056 Bytes
Output for 7.0.6
Define Constant: Time: 0.018795 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.013909 ms | Memory: 7916056 Bytes
Output for 7.0.5
Define Constant: Time: 0.014849 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.011856 ms | Memory: 7916056 Bytes
Output for 7.0.4
Define Constant: Time: 0.01602 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.012885 ms | Memory: 7916056 Bytes
Output for 7.0.3
Define Constant: Time: 0.021107 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.018098 ms | Memory: 7916056 Bytes
Output for 7.0.2
Define Constant: Time: -0.974854 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.019709 ms | Memory: 7916056 Bytes
Output for 7.0.1
Define Constant: Time: 0.020078 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.016713 ms | Memory: 7916056 Bytes
Output for 7.0.0
Define Constant: Time: 0.018801 ms | Memory: 6400000 Bytes Setting Variable: Time: 0.014007 ms | Memory: 7916056 Bytes
Output for 5.6.28
Define Constant: Time: -0.030109 ms | Memory: 272 Bytes Setting Variable: Time: -0.027336 ms | Memory: 15448224 Bytes
Output for 5.6.21
Define Constant: Time: 0.055931 ms | Memory: 272 Bytes Setting Variable: Time: 0.029044 ms | Memory: 15448224 Bytes
Output for 5.6.20
Define Constant: Time: 0.047272 ms | Memory: 272 Bytes Setting Variable: Time: 0.027821 ms | Memory: 15448224 Bytes
Output for 5.6.19
Define Constant: Time: 0.039744 ms | Memory: 272 Bytes Setting Variable: Time: 0.024426 ms | Memory: 15448224 Bytes
Output for 5.6.18
Define Constant: Time: 0.039414 ms | Memory: 272 Bytes Setting Variable: Time: 0.024198 ms | Memory: 15448224 Bytes
Output for 5.6.17
Define Constant: Time: 0.038471 ms | Memory: 272 Bytes Setting Variable: Time: 0.023525 ms | Memory: 15448224 Bytes
Output for 5.6.16
Define Constant: Time: 0.053761 ms | Memory: 272 Bytes Setting Variable: Time: 0.027104 ms | Memory: 15448224 Bytes
Output for 5.6.15
Define Constant: Time: 0.044846 ms | Memory: 272 Bytes Setting Variable: Time: 0.024933 ms | Memory: 15448224 Bytes
Output for 5.6.14
Define Constant: Time: 0.040886 ms | Memory: 272 Bytes Setting Variable: Time: 0.024203 ms | Memory: 15448224 Bytes
Output for 5.6.13
Define Constant: Time: 0.040208 ms | Memory: 272 Bytes Setting Variable: Time: 0.024582 ms | Memory: 15448224 Bytes
Output for 5.6.12
Define Constant: Time: 0.042409 ms | Memory: 272 Bytes Setting Variable: Time: 0.025264 ms | Memory: 15448224 Bytes
Output for 5.6.11
Define Constant: Time: 0.041482 ms | Memory: 272 Bytes Setting Variable: Time: 0.024807 ms | Memory: 15448224 Bytes
Output for 5.6.10
Define Constant: Time: 0.042479 ms | Memory: 272 Bytes Setting Variable: Time: 0.025498 ms | Memory: 15448224 Bytes
Output for 5.6.9
Define Constant: Time: 0.052754 ms | Memory: 272 Bytes Setting Variable: Time: 0.02809 ms | Memory: 15448224 Bytes
Output for 5.6.8
Define Constant: Time: -0.950721 ms | Memory: 272 Bytes Setting Variable: Time: 0.02666 ms | Memory: 15448224 Bytes
Output for 5.5.35
Define Constant: Time: 0.05504 ms | Memory: 272 Bytes Setting Variable: Time: 0.027797 ms | Memory: 15448224 Bytes
Output for 5.5.34
Define Constant: Time: 0.052226 ms | Memory: 272 Bytes Setting Variable: Time: 0.027474 ms | Memory: 15448224 Bytes
Output for 5.5.33
Define Constant: Time: 0.040114 ms | Memory: 272 Bytes Setting Variable: Time: 0.024477 ms | Memory: 15448224 Bytes
Output for 5.5.32
Define Constant: Time: -0.946997 ms | Memory: 272 Bytes Setting Variable: Time: 0.034529 ms | Memory: 15448224 Bytes
Output for 5.5.31
Define Constant: Time: 0.052056 ms | Memory: 272 Bytes Setting Variable: Time: -0.972112 ms | Memory: 15448224 Bytes
Output for 5.5.30
Define Constant: Time: 0.058397 ms | Memory: 272 Bytes Setting Variable: Time: 0.028331 ms | Memory: 15448224 Bytes
Output for 5.5.29
Define Constant: Time: 0.046585 ms | Memory: 272 Bytes Setting Variable: Time: 0.025986 ms | Memory: 15448224 Bytes
Output for 5.5.28
Define Constant: Time: 0.043644 ms | Memory: 272 Bytes Setting Variable: Time: 0.024737 ms | Memory: 15448224 Bytes
Output for 5.5.27
Define Constant: Time: 0.058767 ms | Memory: 272 Bytes Setting Variable: Time: 0.028327 ms | Memory: 15448224 Bytes
Output for 5.5.26
Define Constant: Time: 0.055314 ms | Memory: 272 Bytes Setting Variable: Time: 0.029557 ms | Memory: 15448224 Bytes
Output for 5.5.25
Define Constant: Time: 0.051797 ms | Memory: 272 Bytes Setting Variable: Time: 0.027993 ms | Memory: 15448224 Bytes
Output for 5.5.24
Define Constant: Time: 0.056248 ms | Memory: 272 Bytes Setting Variable: Time: 0.028463 ms | Memory: 15448224 Bytes
Output for 5.4.45
Define Constant: Time: 0.041098 ms | Memory: 272 Bytes Setting Variable: Time: 0.024725 ms | Memory: 15448216 Bytes
Output for 5.4.44
Define Constant: Time: 0.055805 ms | Memory: 272 Bytes Setting Variable: Time: 0.029614 ms | Memory: 15448216 Bytes
Output for 5.4.43
Define Constant: Time: 0.059123 ms | Memory: 272 Bytes Setting Variable: Time: 0.029981 ms | Memory: 15448216 Bytes
Output for 5.4.42
Define Constant: Time: 0.05892 ms | Memory: 272 Bytes Setting Variable: Time: 0.029957 ms | Memory: 15448216 Bytes
Output for 5.4.41
Define Constant: Time: 0.06594 ms | Memory: 272 Bytes Setting Variable: Time: 0.031106 ms | Memory: 15448216 Bytes
Output for 5.4.40
Define Constant: Time: 0.055002 ms | Memory: 272 Bytes Setting Variable: Time: 0.028933 ms | Memory: 15448216 Bytes
Output for 5.4.39
Define Constant: Time: 0.065958 ms | Memory: 272 Bytes Setting Variable: Time: 0.032948 ms | Memory: 15448216 Bytes
Output for 5.4.38
Define Constant: Time: 0.059687 ms | Memory: 272 Bytes Setting Variable: Time: 0.030113 ms | Memory: 15448216 Bytes
Output for 5.4.37
Define Constant: Time: -0.950965 ms | Memory: 272 Bytes Setting Variable: Time: 0.027032 ms | Memory: 15448216 Bytes
Output for 5.4.36
Define Constant: Time: 0.054407 ms | Memory: 272 Bytes Setting Variable: Time: 0.027345 ms | Memory: 15448216 Bytes
Output for 5.4.35
Define Constant: Time: 0.042413 ms | Memory: 272 Bytes Setting Variable: Time: 0.024616 ms | Memory: 15448216 Bytes
Output for 5.4.34
Define Constant: Time: 0.058655 ms | Memory: 272 Bytes Setting Variable: Time: -0.970022 ms | Memory: 15448216 Bytes
Output for 5.4.32
Define Constant: Time: 0.063907 ms | Memory: 272 Bytes Setting Variable: Time: 0.034849 ms | Memory: 15448216 Bytes
Output for 5.4.31
Define Constant: Time: 0.064476 ms | Memory: 272 Bytes Setting Variable: Time: 0.030235 ms | Memory: 15448216 Bytes
Output for 5.4.30
Define Constant: Time: 0.055165 ms | Memory: 272 Bytes Setting Variable: Time: 0.026477 ms | Memory: 15448216 Bytes
Output for 5.4.29
Define Constant: Time: 0.040991 ms | Memory: 272 Bytes Setting Variable: Time: 0.02458 ms | Memory: 15448216 Bytes
Output for 5.4.28
Define Constant: Time: 0.058645 ms | Memory: 272 Bytes Setting Variable: Time: 0.031299 ms | Memory: 15448216 Bytes
Output for 5.4.27
Define Constant: Time: 0.059039 ms | Memory: 272 Bytes Setting Variable: Time: 0.030097 ms | Memory: 15448216 Bytes
Output for 5.4.26
Define Constant: Time: 0.057045 ms | Memory: 272 Bytes Setting Variable: Time: 0.029418 ms | Memory: 15448216 Bytes
Output for 5.4.25
Define Constant: Time: 0.047032 ms | Memory: 272 Bytes Setting Variable: Time: 0.025617 ms | Memory: 15448216 Bytes
Output for 5.4.24
Define Constant: Time: 0.043471 ms | Memory: 272 Bytes Setting Variable: Time: 0.025127 ms | Memory: 15448216 Bytes
Output for 5.4.23
Define Constant: Time: 0.059502 ms | Memory: 272 Bytes Setting Variable: Time: 0.030232 ms | Memory: 15448216 Bytes
Output for 5.4.22
Define Constant: Time: 0.04534 ms | Memory: 272 Bytes Setting Variable: Time: 0.024899 ms | Memory: 15448216 Bytes
Output for 5.4.21
Define Constant: Time: 0.040542 ms | Memory: 272 Bytes Setting Variable: Time: 0.024796 ms | Memory: 15448216 Bytes
Output for 5.4.20
Define Constant: Time: 0.041109 ms | Memory: 272 Bytes Setting Variable: Time: 0.025012 ms | Memory: 15448216 Bytes
Output for 5.4.19
Define Constant: Time: 0.041139 ms | Memory: 272 Bytes Setting Variable: Time: 0.024909 ms | Memory: 15448216 Bytes
Output for 5.4.18
Define Constant: Time: 0.041304 ms | Memory: 272 Bytes Setting Variable: Time: 0.024483 ms | Memory: 15448216 Bytes
Output for 5.4.17
Define Constant: Time: -0.954156 ms | Memory: 272 Bytes Setting Variable: Time: 0.029606 ms | Memory: 15448216 Bytes
Output for 5.4.16
Define Constant: Time: 0.039922 ms | Memory: 272 Bytes Setting Variable: Time: 0.024269 ms | Memory: 15448216 Bytes
Output for 5.4.15
Define Constant: Time: 0.047551 ms | Memory: 272 Bytes Setting Variable: Time: 0.034466 ms | Memory: 15448216 Bytes
Output for 5.4.14
Define Constant: Time: 0.052952 ms | Memory: 272 Bytes Setting Variable: Time: 0.028067 ms | Memory: 15448216 Bytes
Output for 5.4.13
Define Constant: Time: 0.039717 ms | Memory: 272 Bytes Setting Variable: Time: 0.024438 ms | Memory: 15448216 Bytes
Output for 5.4.12
Define Constant: Time: 0.038833 ms | Memory: 272 Bytes Setting Variable: Time: 0.023325 ms | Memory: 15448216 Bytes
Output for 5.4.11
Define Constant: Time: 0.044676 ms | Memory: 272 Bytes Setting Variable: Time: 0.024836 ms | Memory: 15448216 Bytes
Output for 5.4.10
Define Constant: Time: 0.042834 ms | Memory: 272 Bytes Setting Variable: Time: 0.024137 ms | Memory: 15448216 Bytes
Output for 5.4.9
Define Constant: Time: 0.045754 ms | Memory: 272 Bytes Setting Variable: Time: 0.02759 ms | Memory: 15448240 Bytes
Output for 5.4.8
Define Constant: Time: 0.03837 ms | Memory: 272 Bytes Setting Variable: Time: 0.023012 ms | Memory: 15448240 Bytes
Output for 5.4.7
Define Constant: Time: 0.050115 ms | Memory: 272 Bytes Setting Variable: Time: 0.026952 ms | Memory: 15448240 Bytes
Output for 5.4.6
Define Constant: Time: 0.058606 ms | Memory: 272 Bytes Setting Variable: Time: 0.030435 ms | Memory: 15448240 Bytes
Output for 5.4.5
Define Constant: Time: 0.058476 ms | Memory: 272 Bytes Setting Variable: Time: 0.028674 ms | Memory: 15448240 Bytes
Output for 5.4.4
Define Constant: Time: 0.042146 ms | Memory: 272 Bytes Setting Variable: Time: 0.024825 ms | Memory: 15448240 Bytes
Output for 5.4.3
Define Constant: Time: 0.060883 ms | Memory: 272 Bytes Setting Variable: Time: 0.0313 ms | Memory: 15448240 Bytes
Output for 5.4.2
Define Constant: Time: 0.042395 ms | Memory: 272 Bytes Setting Variable: Time: 0.024604 ms | Memory: 15448240 Bytes
Output for 5.4.1
Define Constant: Time: 0.058482 ms | Memory: 272 Bytes Setting Variable: Time: 0.030084 ms | Memory: 15448240 Bytes
Output for 5.4.0
Define Constant: Time: 0.058674 ms | Memory: 272 Bytes Setting Variable: Time: 0.02785 ms | Memory: 15448240 Bytes
Output for 5.3.29
Define Constant: Time: 0.060896 ms | Memory: 304 Bytes Setting Variable: Time: 0.030633 ms | Memory: 15448232 Bytes
Output for 5.3.28
Define Constant: Time: 0.044722 ms | Memory: 304 Bytes Setting Variable: Time: 0.026483 ms | Memory: 15448232 Bytes
Output for 5.3.27
Define Constant: Time: 0.040254 ms | Memory: 304 Bytes Setting Variable: Time: 0.024763 ms | Memory: 15448232 Bytes
Output for 5.3.26
Define Constant: Time: 0.049597 ms | Memory: 304 Bytes Setting Variable: Time: 0.02637 ms | Memory: 15448232 Bytes
Output for 5.3.25
Define Constant: Time: 0.041742 ms | Memory: 304 Bytes Setting Variable: Time: 0.02497 ms | Memory: 15448232 Bytes
Output for 5.3.24
Define Constant: Time: 0.057154 ms | Memory: 304 Bytes Setting Variable: Time: 0.030541 ms | Memory: 15448232 Bytes
Output for 5.3.23
Define Constant: Time: 0.041744 ms | Memory: 304 Bytes Setting Variable: Time: 0.024984 ms | Memory: 15448232 Bytes
Output for 5.3.22
Define Constant: Time: 0.0407 ms | Memory: 304 Bytes Setting Variable: Time: 0.026031 ms | Memory: 15448232 Bytes
Output for 5.3.21
Define Constant: Time: 0.041054 ms | Memory: 304 Bytes Setting Variable: Time: 0.025614 ms | Memory: 15448232 Bytes
Output for 5.3.20
Define Constant: Time: 0.041554 ms | Memory: 304 Bytes Setting Variable: Time: 0.026018 ms | Memory: 15448232 Bytes
Output for 5.3.19
Define Constant: Time: 0.041597 ms | Memory: 304 Bytes Setting Variable: Time: 0.025842 ms | Memory: 15448232 Bytes
Output for 5.3.18
Define Constant: Time: 0.049813 ms | Memory: 304 Bytes Setting Variable: Time: -0.972117 ms | Memory: 15448232 Bytes
Output for 5.3.17
Define Constant: Time: 0.041547 ms | Memory: 304 Bytes Setting Variable: Time: 0.027263 ms | Memory: 15448232 Bytes
Output for 5.3.16
Define Constant: Time: 0.05111 ms | Memory: 304 Bytes Setting Variable: Time: 0.02868 ms | Memory: 15448232 Bytes
Output for 5.3.15
Define Constant: Time: 0.056624 ms | Memory: 304 Bytes Setting Variable: Time: 0.038038 ms | Memory: 15448232 Bytes
Output for 5.3.14
Define Constant: Time: 0.043283 ms | Memory: 304 Bytes Setting Variable: Time: 0.026209 ms | Memory: 15448232 Bytes
Output for 5.3.13
Define Constant: Time: 0.060998 ms | Memory: 304 Bytes Setting Variable: Time: 0.030814 ms | Memory: 15448232 Bytes
Output for 5.3.12
Define Constant: Time: 0.060512 ms | Memory: 304 Bytes Setting Variable: Time: 0.031123 ms | Memory: 15448232 Bytes
Output for 5.3.11
Define Constant: Time: 0.065745 ms | Memory: 304 Bytes Setting Variable: Time: 0.027992 ms | Memory: 15448232 Bytes
Output for 5.3.10
Define Constant: Time: 0.063828 ms | Memory: 304 Bytes Setting Variable: Time: 0.028025 ms | Memory: 15448232 Bytes
Output for 5.3.9
Define Constant: Time: 0.051229 ms | Memory: 304 Bytes Setting Variable: Time: 0.027591 ms | Memory: 15448232 Bytes
Output for 5.3.8
Define Constant: Time: 0.0616 ms | Memory: 304 Bytes Setting Variable: Time: 0.031841 ms | Memory: 15448232 Bytes
Output for 5.3.7
Define Constant: Time: -0.937229 ms | Memory: 304 Bytes Setting Variable: Time: 0.031918 ms | Memory: 15448232 Bytes
Output for 5.3.6
Define Constant: Time: 0.069545 ms | Memory: 304 Bytes Setting Variable: Time: 0.030108 ms | Memory: 15448232 Bytes
Output for 5.3.5
Define Constant: Time: 0.044798 ms | Memory: 304 Bytes Setting Variable: Time: 0.026779 ms | Memory: 15448232 Bytes
Output for 5.3.4
Define Constant: Time: 0.074164 ms | Memory: 304 Bytes Setting Variable: Time: 0.035153 ms | Memory: 15448232 Bytes
Output for 5.3.3
Define Constant: Time: 0.062221 ms | Memory: 304 Bytes Setting Variable: Time: 0.03036 ms | Memory: 15448232 Bytes
Output for 5.3.2
Define Constant: Time: 0.057863 ms | Memory: 304 Bytes Setting Variable: Time: 0.029689 ms | Memory: 15448232 Bytes
Output for 5.3.1
Define Constant: Time: 0.064478 ms | Memory: 304 Bytes Setting Variable: Time: 0.032187 ms | Memory: 15448232 Bytes
Output for 5.3.0
Define Constant: Time: 0.05273 ms | Memory: 304 Bytes Setting Variable: Time: 0.027973 ms | Memory: 15448232 Bytes
Output for 5.2.17
Define Constant: Time: 0.051332 ms | Memory: 288 Bytes Setting Variable: Time: 0.027835 ms | Memory: 14648256 Bytes
Output for 5.2.16
Define Constant: Time: -0.935942 ms | Memory: 288 Bytes Setting Variable: Time: 0.030537 ms | Memory: 14648256 Bytes
Output for 5.2.15
Define Constant: Time: 0.069778 ms | Memory: 288 Bytes Setting Variable: Time: 0.033613 ms | Memory: 14648256 Bytes
Output for 5.2.14
Define Constant: Time: 0.069552 ms | Memory: 288 Bytes Setting Variable: Time: 0.034489 ms | Memory: 14648256 Bytes
Output for 5.2.13
Define Constant: Time: 0.066405 ms | Memory: 288 Bytes Setting Variable: Time: 0.031906 ms | Memory: 14648256 Bytes
Output for 5.2.12
Define Constant: Time: 0.048281 ms | Memory: 288 Bytes Setting Variable: Time: 0.02739 ms | Memory: 14648256 Bytes
Output for 5.2.11
Define Constant: Time: 0.06619 ms | Memory: 288 Bytes Setting Variable: Time: 0.03191 ms | Memory: 14648256 Bytes
Output for 5.2.10
Define Constant: Time: 0.062857 ms | Memory: 288 Bytes Setting Variable: Time: 0.032225 ms | Memory: 14648256 Bytes
Output for 5.2.9
Define Constant: Time: 0.064317 ms | Memory: 424 Bytes Setting Variable: Time: 0.032465 ms | Memory: 14650888 Bytes
Output for 5.2.8
Define Constant: Time: 0.062825 ms | Memory: 424 Bytes Setting Variable: Time: 0.030474 ms | Memory: 14650888 Bytes
Output for 5.2.7
Define Constant: Time: 0.065946 ms | Memory: 424 Bytes Setting Variable: Time: 0.028299 ms | Memory: 14650888 Bytes
Output for 5.2.6
Define Constant: Time: -0.935343 ms | Memory: 424 Bytes Setting Variable: Time: 0.029274 ms | Memory: 14650976 Bytes
Output for 5.2.5
Define Constant: Time: 0.062555 ms | Memory: 424 Bytes Setting Variable: Time: 0.035486 ms | Memory: 14650800 Bytes
Output for 5.2.4
Define Constant: Time: 0.057339 ms | Memory: 424 Bytes Setting Variable: Time: 0.034933 ms | Memory: 14650800 Bytes
Output for 5.2.3
Define Constant: Time: 0.064201 ms | Memory: 424 Bytes Setting Variable: Time: 0.039329 ms | Memory: 14650800 Bytes
Output for 5.2.2
Define Constant: Time: 0.065469 ms | Memory: 424 Bytes Setting Variable: Time: 0.038892 ms | Memory: 14650800 Bytes
Output for 5.2.1
Define Constant: Time: 0.050177 ms | Memory: 328 Bytes Setting Variable: Time: 0.03058 ms | Memory: 14648808 Bytes
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0
Fatal error: Call to undefined function memory_get_usage() in /in/3r0Hf on line 4
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: memory_get_usage() in /in/3r0Hf on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: memory_get_usage() in /in/3r0Hf on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: memory_get_usage() in /in/3r0Hf on line 4

preferences:
82.41 ms | 645 KiB | 5 Q