]> granicus.if.org Git - php/commit
- Added scalar typehinting.
authorDerick Rethans <derick@php.net>
Thu, 20 May 2010 19:18:35 +0000 (19:18 +0000)
committerDerick Rethans <derick@php.net>
Thu, 20 May 2010 19:18:35 +0000 (19:18 +0000)
commit1bc92476518307a4eacc5d5e81be0f535a14fe4a
tree57b0cf247f38f2c0bf5a41c29ce3dc90a25156bc
parentf291a1253d1e428f51aacf4ddec297a5de8f518c
- Added scalar typehinting.
31 files changed:
NEWS
Zend/tests/array_type_hint_001.phpt
Zend/tests/hint/param_type_hint_001.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_002.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_003.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_004.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_005.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_006.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_007.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_008.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_009.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_010.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_011.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_012.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_013.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_014.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_015.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_016.phpt [new file with mode: 0644]
Zend/tests/hint/param_type_hint_017.phpt [new file with mode: 0644]
Zend/tests/ns_071.phpt
Zend/zend.h
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner.l
Zend/zend_language_scanner_defs.h
ext/reflection/php_reflection.c