parsekit_compile_string
Compilar una cadena de código PHP y devolver el array op resultante
&reftitle.description;
arrayparsekit_compile_string
stringphpcode
arrayerrors
intoptionsPARSEKIT_QUIET
&warn.experimental.func;
&reftitle.parameters;
phpcode
Una cadena que contiene código PHP. Similar al argumento pasado a eval.
errors
Un hash 2D de errores (incluyendo errores fatales) encontrados durante la compilación.
Devuelto por referencia.
options
O PARSEKIT_QUIET o
PARSEKIT_SIMPLE. Para producir varios
grados de verbosidad en la salida devuelta.
&reftitle.returnvalues;
Devuelve una estructura de array multicapa compleja como está detallado abajo.
&reftitle.examples;
Ejemplo de parsekit_compile_string
]]>
&example.outputs;
int(4)
["type_name"]=>
string(14) "ZEND_EVAL_CODE"
["fn_flags"]=>
int(0)
["num_args"]=>
int(0)
["required_num_args"]=>
int(0)
["pass_rest_by_reference"]=>
bool(false)
["uses_this"]=>
bool(false)
["line_start"]=>
int(0)
["line_end"]=>
int(0)
["return_reference"]=>
bool(false)
["refcount"]=>
int(1)
["last"]=>
int(3)
["size"]=>
int(3)
["T"]=>
int(0)
["last_brk_cont"]=>
int(0)
["current_brk_cont"]=>
int(-1)
["backpatch_count"]=>
int(0)
["done_pass_two"]=>
bool(true)
["filename"]=>
string(17) "Parsekit Compiler"
["opcodes"]=>
array(3) {
[8594800]=>
array(5) {
["opcode"]=>
int(40)
["opcode_name"]=>
string(9) "ZEND_ECHO"
["flags"]=>
int(768)
["op1"]=>
array(3) {
["type"]=>
int(1)
["type_name"]=>
string(8) "IS_CONST"
["constant"]=>
&string(4) "Foo
"
}
["lineno"]=>
int(2)
}
["859484C"]=>
array(6) {
["opcode"]=>
int(62)
["opcode_name"]=>
string(11) "ZEND_RETURN"
["flags"]=>
int(16777984)
["op1"]=>
array(3) {
["type"]=>
int(1)
["type_name"]=>
string(8) "IS_CONST"
["constant"]=>
&NULL
}
["extended_value"]=>
int(0)
["lineno"]=>
int(3)
}
[8594898]=>
array(4) {
["opcode"]=>
int(149)
["opcode_name"]=>
string(21) "ZEND_HANDLE_EXCEPTION"
["flags"]=>
int(0)
["lineno"]=>
int(3)
}
}
}
]]>
&reftitle.seealso;
parsekit_compile_file