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 git.master, git.master_jit
Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd 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 rfc.property-hooks
Warning: Undefined variable $name in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd on line 28 Warning: Attempt to read property "foo" on null in /in/cpgSd on line 28 Warning: Undefined variable $foo in /in/cpgSd 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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
49.75 ms | 437 KiB | 8 Q