hello
Fatal error: Uncaught Error: Undefined constant "ping" in /in/3qreg:4
Stack trace:
#0 {main}
thrown in /in/3qreg on line 4
Process exited with code 255.
hello
Warning: Use of undefined constant ping - assumed 'ping' (this will throw an Error in a future version of PHP) in /in/3qreg on line 4
Warning: Use of undefined constant dong - assumed 'dong' (this will throw an Error in a future version of PHP) in /in/3qreg on line 4
Warning: Use of undefined constant hi - assumed 'hi' (this will throw an Error in a future version of PHP) in /in/3qreg on line 4
array(3) {
[0]=>
string(4) "ping"
[1]=>
string(4) "dong"
[2]=>
string(2) "hi"
}
hello
Notice: Use of undefined constant ping - assumed 'ping' in /in/3qreg on line 4
Notice: Use of undefined constant dong - assumed 'dong' in /in/3qreg on line 4
Notice: Use of undefined constant hi - assumed 'hi' in /in/3qreg on line 4
array(3) {
[0]=>
string(4) "ping"
[1]=>
string(4) "dong"
[2]=>
string(2) "hi"
}