Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_list.h76 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC);
80 #define zend_list_find(id, type) _zend_list_find(id, type TSRMLS_CC)
H A Dzend_list.c67 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) in _zend_list_find() function

Completed in 6 milliseconds