From: <da...@us...> - 2003-08-06 14:09:58
|
Update of /cvsroot/binaryphp/binaryphp/functions/string In directory sc8-pr-cvs1:/tmp/cvs-serv27671/functions/string Modified Files: explode.cpp Log Message: Fixed irc bot, php_var.cpp, substr()... Index: explode.cpp =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/functions/string/explode.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** explode.cpp 5 Aug 2003 06:19:29 -0000 1.1 --- explode.cpp 6 Aug 2003 14:09:55 -0000 1.2 *************** *** 1,3 **** ! php_var explode(php_var delim_, php_var str_) { string delim = delim_.container; --- 1,3 ---- ! php_var explode(php_var delim_, php_var str_, php_var max = 0) { string delim = delim_.container; |