derick Sun Dec 28 16:56:16 2003 EDT
Modified files:
/php-src/ext/standard var.c
Log:
- Fix typo
Index: php-src/ext/standard/var.c
diff -u php-src/ext/standard/var.c:1.177 php-src/ext/standard/var.c:1.178
--- php-src/ext/standard/var.c:1.177 Fri Nov 28 23:43:06 2003
+++ php-src/ext/standard/var.c Sun Dec 28 16:56:15 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: var.c,v 1.177 2003/11/29 04:43:06 iliaa Exp $ */
+/* $Id: var.c,v 1.178 2003/12/28 21:56:15 derick Exp $ */
/* {{{ includes
@@ -51,7 +51,7 @@
php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h);
} else { /* string key */
if (va_arg(args, int) && hash_key->arKey[0] == '\0') {
- /* XXX: perphaps when we are inside the class we should permit
access to
+ /* XXX: perhaps when we are inside the class we should permit
access to
* private & protected values
*/
return 0;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php