From c815b1b4c2b3f05edfa17e9837476da15f902ccd Mon Sep 17 00:00:00 2001 From: Kyle Kaminski Date: Mon, 12 May 2014 23:46:56 -0500 Subject: add way to test mail() --- mail_test.php | 12 ++++++++++++ oo/blank_object.php | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 mail_test.php diff --git a/mail_test.php b/mail_test.php new file mode 100644 index 0000000..8d77166 --- /dev/null +++ b/mail_test.php @@ -0,0 +1,12 @@ +scalar . PHP_EOL; +foreach ($obj_w_scalar as $key => $val) + print "'$key' <--> '$val'" . PHP_EOL; + $obj = new StdClass(); $obj->foo = 'bar'; -- cgit v1.2.3