Home
last modified time | relevance | path

Searched refs:SPL_API (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/spl/
H A Dphp_spl.h41 # define SPL_API __declspec(dllexport) macro
43 # define SPL_API __declspec(dllimport) macro
45 # define SPL_API /* nothing */ macro
48 # define SPL_API __attribute__ ((visibility("default"))) macro
50 # define SPL_API macro
H A Dspl_array.c118 SPL_API int spl_hash_verify_pos_ex(spl_array_object * intern, HashTable * ht TSRMLS_DC) /* {{{ */ in spl_hash_verify_pos_ex()
138 SPL_API int spl_hash_verify_pos(spl_array_object * intern TSRMLS_DC) /* {{{ */ in spl_hash_verify_pos()

Completed in 12 milliseconds