Fixes string comparisons (strcmp/etc return 0 when the strings are the same)
Fixed lots of whitespace
Added type cast to long (patch from Devon Weller <deweller@users.sourceforge.net>)
Applied fixes from invanxp@users.sourceforge.net
Added gethostbyname()
Add gethostbyname()
Committing for Lateralus
went back to "type = PHP_TYPE", because I've realized its better not to do "type.is_type=true", because if something sets "type.is_string=true" then later sets "type.is_array=true" then both are true, and the actual type remains a string (because its first in the list).
- Added operator= overloading.
hanged `return -1;` to `return "";` in operator char*(), woops
Added "operator char*" to make it easy to display the type of a var as a string.
Add float type to class php_var_type.
the type should be the same on both sides of va_arg
Make is_* macros use php_var_type bitfield.
Fix "int php_var::operator++(int i)" ... you don't actually use "i", its just to differentiate between prefix and postfix.
Fix typos.
... missed one
Use class php_var_type.
- php_var_type class: handles the type of php_var
Add arg_list class.
Add #ifndef check so php_var.hpp can be included multiple times with out error.
Fix whitespace
Change default channel the bot joins to #testbot
Added function: ord()
Added function: chr()
Added test for array_reverse().
add functions/strtolower.cpp