]> granicus.if.org Git - php/commit
Add more tests for __debugInfo() and fix leak
authorSara Golemon <pollita@php.net>
Thu, 20 Feb 2014 19:55:27 +0000 (11:55 -0800)
committerSara Golemon <pollita@php.net>
Thu, 20 Feb 2014 20:10:00 +0000 (12:10 -0800)
commit14c08ea362e5f16527b3d9772ddc75ca49cc22d7
tree230f74999ea86030cd84d31e9561bc0bd9d1a192
parentb67c8b8603f7fa3914f51deefa5a265315179d80
Add more tests for __debugInfo() and fix leak
12 files changed:
Zend/tests/debug_info-error-0.0.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-0.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-1.0.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-1.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-empty_str.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-false.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-object.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-resource.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-str.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-true.phpt [new file with mode: 0644]
Zend/tests/debug_info.phpt
Zend/zend_object_handlers.c