Home
last modified time | relevance | path

Searched refs:zend_empty_array (Results 1 – 5 of 5) sorted by last modified time

/PHP-8.1/ext/ffi/
H A Dffi.c5029 return (HashTable*)&zend_empty_array; in zend_fake_get_properties()
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c991 HashTable *pv_param_ht = (HashTable *) &zend_empty_array; in PHP_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_hash.c238 ZEND_API const HashTable zend_empty_array = { variable
H A Dzend_hash.h82 extern ZEND_API const HashTable zend_empty_array;
86 Z_ARR_P(__z) = (zend_array*)&zend_empty_array; \
/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c228 return (HashTable *) &zend_empty_array; in com_properties_get()

Completed in 73 milliseconds