mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-16 16:31:30 +02:00
Fixed compile error be generating arginfo headers
This commit is contained in:
parent
aab796c982
commit
1503e63658
2 changed files with 62 additions and 61 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* This is a generated file, edit the .stub.php file instead.
|
||||||
|
* Stub hash: 676b86ff0a1ee4d762d86126e8068f4cb6805272 */
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_establish_context, 0, 0, 0)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_establish_context, 0, 0, 0)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
|
|
@ -23,11 +26,11 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_scard_disconnect, 0, 1, _IS_BOOL
|
||||||
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, disposition, IS_LONG, 0, "SCARD_EJECT_CARD")
|
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, disposition, IS_LONG, 0, "SCARD_EJECT_CARD")
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_begin_transaction, 0, 1, _IS_BOOL, 0)
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_scard_begin_transaction, 0, 1, _IS_BOOL, 0)
|
||||||
ZEND_ARG_INFO(0, card)
|
ZEND_ARG_INFO(0, card)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_end_transaction, 0, 1, _IS_BOOL, 0)
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_scard_end_transaction, 0, 1, _IS_BOOL, 0)
|
||||||
ZEND_ARG_INFO(0, card)
|
ZEND_ARG_INFO(0, card)
|
||||||
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, disposition, IS_LONG, 0, "SCARD_LEAVE_CARD")
|
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, disposition, IS_LONG, 0, "SCARD_LEAVE_CARD")
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* This is a generated file, edit the .stub.php file instead.
|
||||||
|
* Stub hash: 676b86ff0a1ee4d762d86126e8068f4cb6805272 */
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_establish_context, 0, 0, 0)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_establish_context, 0, 0, 0)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
|
|
@ -25,19 +28,14 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_begin_transaction, 0, 0, 1)
|
||||||
ZEND_ARG_INFO(0, card)
|
ZEND_ARG_INFO(0, card)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_end_transaction, 0, 0, 1)
|
#define arginfo_scard_end_transaction arginfo_scard_disconnect
|
||||||
ZEND_ARG_INFO(0, card)
|
|
||||||
ZEND_ARG_INFO(0, disposition)
|
|
||||||
ZEND_END_ARG_INFO()
|
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_transmit, 0, 0, 2)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_transmit, 0, 0, 2)
|
||||||
ZEND_ARG_INFO(0, card)
|
ZEND_ARG_INFO(0, card)
|
||||||
ZEND_ARG_INFO(0, command)
|
ZEND_ARG_INFO(0, command)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_status, 0, 0, 1)
|
#define arginfo_scard_status arginfo_scard_begin_transaction
|
||||||
ZEND_ARG_INFO(0, card)
|
|
||||||
ZEND_END_ARG_INFO()
|
|
||||||
|
|
||||||
#define arginfo_scard_last_errno arginfo_scard_establish_context
|
#define arginfo_scard_last_errno arginfo_scard_establish_context
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue