]> granicus.if.org Git - php/commit
- Added var_export, which shows a representation of a variable, much like
authorDerick Rethans <derick@php.net>
Sat, 8 Dec 2001 23:44:34 +0000 (23:44 +0000)
committerDerick Rethans <derick@php.net>
Sat, 8 Dec 2001 23:44:34 +0000 (23:44 +0000)
commit3cb1db985e6a89fa9d5b590d52d4f04f37d61bd4
tree58501f2e874d6ab08cc81f5f976faceacac0c48c
parent84603723958c8338d63d90e831ace4e3281bb27b
- Added var_export, which shows a representation of a variable, much like
  var_dump, but in such a way you can use it as PHP code.
@- Added var_export, which shows a representation of a variable, much like
@  var_dump, but in such a way you can use it as PHP code. (Derick)
ext/standard/basic_functions.c
ext/standard/php_var.h
ext/standard/var.c