Searched refs:ZEND_DEP_FE (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/hash/ |
H A D | hash_arginfo.h | 189 ZEND_DEP_FE(mhash_get_block_size, arginfo_mhash_get_block_size) 192 ZEND_DEP_FE(mhash_get_hash_name, arginfo_mhash_get_hash_name) 195 ZEND_DEP_FE(mhash_keygen_s2k, arginfo_mhash_keygen_s2k) 198 ZEND_DEP_FE(mhash_count, arginfo_mhash_count) 201 ZEND_DEP_FE(mhash, arginfo_mhash)
|
/PHP-8.1/ext/enchant/ |
H A D | enchant_arginfo.h | 126 ZEND_DEP_FE(enchant_broker_free, arginfo_enchant_broker_free) 128 ZEND_DEP_FE(enchant_broker_set_dict_path, arginfo_enchant_broker_set_dict_path) 129 ZEND_DEP_FE(enchant_broker_get_dict_path, arginfo_enchant_broker_get_dict_path) 133 ZEND_DEP_FE(enchant_broker_free_dict, arginfo_enchant_broker_free_dict)
|
/PHP-8.1/ext/zip/ |
H A D | php_zip_arginfo.h | 381 ZEND_DEP_FE(zip_open, arginfo_zip_open) 382 ZEND_DEP_FE(zip_close, arginfo_zip_close) 383 ZEND_DEP_FE(zip_read, arginfo_zip_read) 384 ZEND_DEP_FE(zip_entry_open, arginfo_zip_entry_open) 385 ZEND_DEP_FE(zip_entry_close, arginfo_zip_entry_close) 386 ZEND_DEP_FE(zip_entry_read, arginfo_zip_entry_read) 387 ZEND_DEP_FE(zip_entry_name, arginfo_zip_entry_name) 388 ZEND_DEP_FE(zip_entry_compressedsize, arginfo_zip_entry_compressedsize) 389 ZEND_DEP_FE(zip_entry_filesize, arginfo_zip_entry_filesize) 390 ZEND_DEP_FE(zip_entry_compressionmethod, arginfo_zip_entry_compressionmethod)
|
/PHP-8.1/ext/shmop/ |
H A D | shmop_arginfo.h | 47 ZEND_DEP_FE(shmop_close, arginfo_shmop_close)
|
/PHP-8.1/ext/libxml/ |
H A D | libxml_arginfo.h | 45 ZEND_DEP_FE(libxml_disable_entity_loader, arginfo_libxml_disable_entity_loader)
|
/PHP-8.1/ext/date/ |
H A D | php_date_arginfo.h | 561 ZEND_DEP_FE(strftime, arginfo_strftime) 562 ZEND_DEP_FE(gmstrftime, arginfo_gmstrftime) 599 ZEND_DEP_FE(date_sunrise, arginfo_date_sunrise) 600 ZEND_DEP_FE(date_sunset, arginfo_date_sunset)
|
/PHP-8.1/main/ |
H A D | php.h | 372 #define PHP_DEP_FE ZEND_DEP_FE
|
/PHP-8.1/ext/openssl/ |
H A D | openssl_arginfo.h | 462 ZEND_DEP_FE(openssl_x509_free, arginfo_openssl_x509_free) 477 ZEND_DEP_FE(openssl_pkey_free, arginfo_openssl_pkey_free)
|
/PHP-8.1/ext/odbc/ |
H A D | odbc_arginfo.h | 333 ZEND_DEP_FE(odbc_result_all, arginfo_odbc_result_all)
|
/PHP-8.1/ext/zend_test/ |
H A D | test_arginfo.h | 183 ZEND_DEP_FE(zend_test_deprecated, arginfo_zend_test_deprecated)
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_arginfo.h | 685 ZEND_DEP_FE(ocifetchinto, arginfo_ocifetchinto)
|
/PHP-8.1/Zend/ |
H A D | zend_API.h | 84 #define ZEND_DEP_FE(name, arg_info) ZEND_RAW_FENTRY(#name, zif_##name, arg_info, ZE… macro
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions_arginfo.h | 3023 ZEND_DEP_FE(strptime, arginfo_strptime)
|
Completed in 63 milliseconds