- Variables variables,
- Include, include_once, require, require_once -> but with this caind
of functions there are some problems that I coudn't solve, yet:
- When you use this functions you have other execute file
and you have a call for this, but the execution order, not is in the
logical order.
- Variables functions,
- strstr, strcmp, substr, stristr.
- calback functions whith:
- call_user_func
- is_callable
- function_exists
- method_exists
- call_user_func_array
- func_num_args
- func_get_arg
- func_get_args
- declare functions, with ticks statement.
- is_bool, is_array, is_double, is_float, is_int, is_null, is_object_
is_real, is_scalar, is_string.
- print_r
- var_export
- vr_dump
- get_type
- set_type
- Arrays functions, there is a proble with it, since Raphael's version,
he is helping my to solve it, this problem is that you couldn't put
string in keys array.
I have approach reflexion but in the current version it coudn't be
copossible to finish it.
I have approach extension but the first point of view was using
externals dll but when I was using these calls the program said that it
wasn't possible to foind the entry point, so my conclusion is that for
extension is necesary to implement the completly functionality.
About the external compilation, now you have to put for the .cup
file:>C#Cup.exe -expect 3 mPHP.cup
I'd like to finish all the things that is earring int this version,
in short term because I know that there is a lot of things to do for
have a completly php compiler.
It has been a very good experience for me and I have lear a lot about
open source and this proyects, thanks a lot.
at last I must thank to Miguel de icaza and Raphael for their help.
And thaks google for this oportunity.