3v4l.org

run code in 300+ PHP versions simultaneously
<?php $excludes = array('1', '2"'); $excludes = array_map('mysql_real_escape_string', $excludes); print_r($excludes);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught TypeError: array_map(): Argument #1 ($callback) must be a valid callback or null, function "mysql_real_escape_string" not found or invalid function name in /in/5dp2V:4 Stack trace: #0 /in/5dp2V(4): array_map('mysql_real_esca...', Array) #1 {main} thrown in /in/5dp2V on line 4
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Fatal error: Uncaught TypeError: array_map(): Argument #1 ($callback) must be a valid callback, function "mysql_real_escape_string" not found or invalid function name in /in/5dp2V:4 Stack trace: #0 /in/5dp2V(4): array_map('mysql_real_esca...', Array) #1 {main} thrown in /in/5dp2V on line 4
Process exited with code 255.
Output for 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: array_map() expects parameter 1 to be a valid callback, function 'mysql_real_escape_string' not found or invalid function name in /in/5dp2V on line 4
Output for 5.0.0 - 5.0.5, 5.1.0
Warning: array_map(): The first argument, 'mysql_real_escape_string', should be either NULL or a valid callback in /in/5dp2V on line 4
Output for 4.3.11, 4.4.9
Warning: mysql_real_escape_string(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/5dp2V on line 4 Warning: mysql_real_escape_string(): A link to the server could not be established in /in/5dp2V on line 4 Warning: mysql_real_escape_string(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/5dp2V on line 4 Warning: mysql_real_escape_string(): A link to the server could not be established in /in/5dp2V on line 4 Array ( [0] => [1] => )
Output for 4.3.0
Warning: mysql_real_escape_string() [http://www.php.net/function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/5dp2V on line 4 Warning: mysql_real_escape_string() [http://www.php.net/function.mysql-real-escape-string]: A link to the server could not be established in /in/5dp2V on line 4 Warning: mysql_real_escape_string() [http://www.php.net/function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/5dp2V on line 4 Warning: mysql_real_escape_string() [http://www.php.net/function.mysql-real-escape-string]: A link to the server could not be established in /in/5dp2V on line 4 Array ( [0] => [1] => )

preferences:
313.82 ms | 403 KiB | 392 Q