3v4l.org

run code in 300+ PHP versions simultaneously
<?php $conn = ftp_connect('oxinarf.noip.me', 1991); ftp_login($conn, 'root', 'q'); sleep(20); var_dump(ftp_pwd($conn)); //var_dump(ftp_raw($conn, 'NOOP')); //var_dump(ftp_raw($conn, '')); ftp_close($conn);
Output for 7.0.0 - 7.0.12, 7.2.29 - 7.2.33, 7.3.16 - 7.3.33, 7.4.3 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Call to undefined function ftp_connect() in /in/0gnfL:2 Stack trace: #0 {main} thrown in /in/0gnfL on line 2
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.26
Fatal error: Call to undefined function ftp_connect() in /in/0gnfL on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Warning: ftp_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/0gnfL on line 2 Warning: ftp_login() expects parameter 1 to be resource, boolean given in /in/0gnfL on line 4
Process exited with code 137.

preferences:
185.99 ms | 401 KiB | 293 Q