Home
last modified time | relevance | path

Searched refs:zend_empty_array (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/com_dotnet/
H A Dcom_handlers.c228 return (HashTable *) &zend_empty_array; in com_properties_get()
/php-src/Zend/
H A Dzend_hash.h85 extern ZEND_API const HashTable zend_empty_array;
89 Z_ARR_P(__z) = (zend_array*)&zend_empty_array; \
H A Dzend.c576 print_hash(buf, (HashTable*) &zend_empty_array, indent, 1); in zend_print_zval_r_to_buf()
H A Dzend_hash.c248 ZEND_API const HashTable zend_empty_array = { variable
/php-src/ext/odbc/
H A Dphp_odbc.c1032 HashTable *pv_param_ht = (HashTable *) &zend_empty_array; in PHP_FUNCTION()
/php-src/ext/ffi/
H A Dffi.c5149 return (HashTable*)&zend_empty_array; in zend_fake_get_properties()

Completed in 65 milliseconds