1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 23:23:03 +02:00

- Fixed name.

This commit is contained in:
Derick Rethans
2010-05-19 20:20:10 +00:00
parent c350a3f761
commit 2bc3611c74

View File

@@ -1210,7 +1210,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_pdo___construct, 0, 0, 3)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_pdo_prepare, 0, 0, 1)
ZEND_ARG_INFO(0, statment)
ZEND_ARG_INFO(0, statement)
ZEND_ARG_INFO(0, options) /* array */
ZEND_END_ARG_INFO()