Andrea Faulds
|
a0502b89a6
|
Convert numeric keys in object/array casts
RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts
This converts key types as appropriate in object to array and array to object
casts, as well as in get_object_vars().
|
2016-11-14 18:20:45 +00:00 |
|
Antony Dovgal
|
d36dc698dd
|
fix test
|
2009-01-07 21:23:01 +00:00 |
|
Derick Rethans
|
194e2dd081
|
- MF51: Fixed bug #29361 (var_export() producing invalid code).
|
2005-10-17 15:03:12 +00:00 |
|
Andrey Hristov
|
4b2a32b701
|
fixing test
|
2004-01-11 11:55:33 +00:00 |
|
Marcus Boerger
|
31e1cd13e2
|
removed unused sections
|
2002-11-16 17:26:52 +00:00 |
|
Derick Rethans
|
e06550f853
|
- 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.
|
2002-10-11 13:49:20 +00:00 |
|