3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<EOD Example of string spanning multiple lines using heredoc syntax. EOD; /* More complex example, with variables. */ class foo { var $foo; var $bar; function foo() { $this->foo = 'Foo'; $this->bar = array('Bar1', 'Bar2', 'Bar3'); } } $foo = new foo(); $name = 'MyName'; function printss(){ echo <<<EOT My name is "$name". I am printing some $foo->foo. Now, I am printing some {$foo->bar[1]}. This should print a capital 'A': \x41 EOT; } function main(){ $idx = 100; while($idx){ $idx--; printss(); } } main(); ?>
Output for 8.3.3 - 8.3.4, 8.3.6
Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warn
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read
Process exited with code 137.
Output for 8.3.0 - 8.3.2
Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warn
Process exited with code 137.
Output for 8.0.1, 8.0.5 - 8.0.7, 8.0.10, 8.0.12, 8.0.14, 8.0.16 - 8.0.21, 8.0.23 - 8.0.26, 8.0.28, 8.1.0 - 8.1.1, 8.1.3 - 8.1.7, 8.1.9, 8.1.14 - 8.1.15, 8.1.17 - 8.1.22, 8.1.24 - 8.1.26, 8.2.1 - 8.2.3, 8.2.5, 8.2.7, 8.2.9, 8.2.11, 8.2.15 - 8.2.18
Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Unde
Process exited with code 137.
Output for 8.0.0, 8.0.2 - 8.0.3, 8.0.8 - 8.0.9, 8.0.11, 8.0.13, 8.0.15, 8.0.22, 8.0.27, 8.0.29 - 8.0.30, 8.1.2, 8.1.8, 8.1.10 - 8.1.13, 8.1.16, 8.1.23, 8.1.27, 8.2.0, 8.2.4, 8.2.6, 8.2.8, 8.2.10, 8.2.12 - 8.2.14
Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 29 Warning: Attempt to read property "bar" on null in /in/cpgSd on line 29 Warning: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Unde
Output for 7.4.0, 7.4.11, 7.4.20 - 7.4.22, 7.4.26 - 7.4.33
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'ba
Process exited with code 137.
Output for 7.4.3 - 7.4.10, 7.4.12 - 7.4.16, 7.4.23 - 7.4.25
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 Notice: Trying to access array offset on value of type null in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'ba
Output for 7.3.32 - 7.3.33
My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': AMy name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A
Output for 7.2.0, 7.2.31, 7.3.19, 7.3.30 - 7.3.31
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying
Process exited with code 137.
Output for 7.2.6 - 7.2.30, 7.2.32 - 7.2.33, 7.3.16 - 7.3.18, 7.3.20 - 7.3.29
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property 'bar' of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property 'foo' of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying
Output for 7.0.14, 7.1.5 - 7.1.20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some
Process exited with code 137.
Output for 7.0.20, 7.1.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some
Output for 7.0.6
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some .
Process exited with code 137.
Output for 7.0.5
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: n
Output for 7.0.4
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undef
Process exited with code 137.
Output for 7.0.3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some .
Process exited with code 137.
Output for 7.0.2
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Not
Process exited with code 137.
Output for 7.0.1
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some
Output for 7.0.0
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in /in/cpgSd on line 11 Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some .
Output for 5.4.5, 5.4.12, 5.4.34, 5.6.7, 5.6.28
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Tryi
Process exited with code 137.
Output for 5.6.19, 5.6.21
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get prop
Process exited with code 137.
Output for 5.4.40, 5.6.20
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to
Output for 5.6.18
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to
Process exited with code 137.
Output for 5.6.14, 5.6.17
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to
Output for 5.6.16
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non
Process exited with code 137.
Output for 5.4.0 - 5.4.4, 5.4.6 - 5.4.11, 5.4.13 - 5.4.14, 5.4.16, 5.4.18 - 5.4.26, 5.4.28 - 5.4.32, 5.5.31, 5.6.15
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Tryi
Output for 5.6.13
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to ge
Output for 5.6.12
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line
Process exited with code 137.
Output for 5.6.11
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to g
Output for 5.6.10
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgS
Process exited with code 137.
Output for 5.5.24, 5.6.9
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get prope
Process exited with code 137.
Output for 5.4.35, 5.4.37, 5.6.8
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying
Process exited with code 137.
Output for 5.5.35
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying
Process exited with code 137.
Output for 5.5.34
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying
Output for 5.5.33
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get propert
Process exited with code 137.
Output for 5.4.43, 5.5.32
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying
Output for 5.4.41, 5.5.30
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property o
Process exited with code 137.
Output for 5.5.29
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28
Process exited with code 137.
Output for 5.5.28
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of
Process exited with code 137.
Output for 5.5.25, 5.5.27
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-
Process exited with code 137.
Output for 5.4.27, 5.5.26
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cp
Process exited with code 137.
Output for 5.4.45
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to
Process exited with code 137.
Output for 5.4.44
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to ge
Process exited with code 137.
Output for 5.4.42
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Tryin
Output for 5.4.39
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get p
Process exited with code 137.
Output for 5.4.38
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to g
Process exited with code 137.
Output for 5.4.36
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of no
Process exited with code 137.
Output for 5.4.17
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined var
Output for 5.4.15
Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Notice: Trying to get property of non-object in /in/cpgSd on line 29 My name is "". I am printing some . Now, I am printing some . This should print a capital 'A': A Notice: Undefined variable: name in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 28 Notice: Trying to get property of non-object in /in/cpgSd on line 28 Notice: Undefined variable: foo in /in/cpgSd on line 29 Noti

preferences:
396.41 ms | 469 KiB | 229 Q