PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
-- Hint: use Ctrl+Enter for SQL autocomplete create table table_name (name varchar(23),surname varchar(23), user_id varchar(25),user_email varchar(25)); insert into table_name set user_id =25, user_email='john@smith.com';
Copy Clear
Copy Format Clear
<?php error_reporting(E_ALL); $t = new stdClass(); var_dump($t->test->test); echo "====\n"; var_dump($t->test->test ?? null);
Show:  
Copy Clear