Test PHP en ligne
http://sandbox.onlinephpfunctions.com/
1 2 3 4 5 6 7 8 | apt install php-xdebug // dans le php.ini xdebug.remote_enable=On xdebug.remote_connect_back=1 xdebug.remote_port=9000 xdebug.remote_handler="dbgp" install eclipse pour php : https://www.eclipse.org/pdt/ |