<?xml version="1.0"?>
<AST:PHP_script xmlns:AST="http://www.phpcompiler.org/phc-1.1" xmlns:HIR="http://www.phpcompiler.org/phc-1.1" xmlns:MIR="http://www.phpcompiler.org/phc-1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <attrs>
	<attr key="phc.filename"><string>sample1.php</string></attr>
  </attrs>
  <AST:Statement_list>
	<AST:Eval_expr>
	  <attrs>
		<attr key="phc.comments">
		  <string_list>
		  </string_list>
		</attr>
		<attr key="phc.filename"><string>sample1.php</string></attr>
		<attr key="phc.line_number"><integer>2</integer></attr>
	  </attrs>
	  <AST:Method_invocation>
		<attrs>
		  <attr key="phc.filename"><string>sample1.php</string></attr>
		  <attr key="phc.line_number"><integer>2</integer></attr>
		  <attr key="phc.unparser.no_brackets"><bool>true</bool></attr>
		</attrs>
		<AST:Target xsi:nil="true" />
		<AST:METHOD_NAME>
		  <attrs>
			<attr key="phc.filename"><string>sample1.php</string></attr>
			<attr key="phc.line_number"><integer>2</integer></attr>
		  </attrs>
		  <value>echo</value>
		</AST:METHOD_NAME>
		<AST:Actual_parameter_list>
		  <AST:Actual_parameter>
			<attrs>
			  <attr key="phc.filename"><string>sample1.php</string></attr>
			  <attr key="phc.line_number"><integer>2</integer></attr>
			</attrs>
			<bool><!-- is_ref -->false</bool>
			<AST:STRING>
			  <attrs>
				<attr key="phc.filename"><string>sample1.php</string></attr>
				<attr key="phc.line_number"><integer>2</integer></attr>
				<attr key="phc.unparser.is_doubly_quoted"><bool>true</bool></attr>
				<attr key="phc.unparser.source_rep"><string>hello phc world\n</string></attr>
			  </attrs>
			  <value encoding="base64">aGVsbG8gcGhjIHdvcmxkCg==</value>
			</AST:STRING>
		  </AST:Actual_parameter>
		</AST:Actual_parameter_list>
	  </AST:Method_invocation>
	</AST:Eval_expr>
	<AST:Nop>
	  <attrs>
		<attr key="phc.comments">
		  <string_list>
		  </string_list>
		</attr>
		<attr key="phc.filename"><string>sample1.php</string></attr>
		<attr key="phc.line_number"><integer>3</integer></attr>
	  </attrs>
	</AST:Nop>
  </AST:Statement_list>
</AST:PHP_script>

