]> granicus.if.org Git - php/commit
- Fix problem with var_export when objects with numeric indexes were
authorDerick Rethans <derick@php.net>
Fri, 11 Oct 2002 13:49:20 +0000 (13:49 +0000)
committerDerick Rethans <derick@php.net>
Fri, 11 Oct 2002 13:49:20 +0000 (13:49 +0000)
commite06550f85314a535d09fedcef795634bff0c30e5
tree77fc8d7d016f60df8c456a60961c3998061edf96
parentedc755aa549058e169284da7c72b21e73a6ccbb7
- Fix problem with var_export when objects with numeric indexes were
  exported. We now skip those, as there is no way to export valid code for
  it.
ext/standard/tests/array/var_export.phpt [new file with mode: 0644]
ext/standard/var.c