<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Executing</title>

	<list fontsize="5em">
		<bullet>Executor executes opcodes</bullet>
		<bullet>150+ different opcodes for all sorts of things: ZEND_ADD, ZEND_CATCH, ZEND_BIND_TRAITS...</bullet>
		<bullet>Each PHP version can introduce new ones (or remove them)</bullet>
		<bullet>Per file execution</bullet>
	</list>
</slide>
