Home
last modified time | relevance | path

Searched refs:ZEND_INIT_SYMTABLE_EX (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_hash.h305 ZEND_INIT_SYMTABLE_EX(ht, 2, 0) in END_EXTERN_C()
307 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() macro
/PHP-5.5/ext/spl/
H A Dspl_heap.c538 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
H A Dspl_observer.c336 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(props) + 1, 0); in spl_object_storage_debug_info()
H A Dspl_array.c813 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_array_get_debug_info()
H A Dspl_directory.c605 ZEND_INIT_SYMTABLE_EX(rv, zend_hash_num_elements(intern->std.properties) + 3, 0); in spl_filesystem_object_get_debug_info()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c465 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in mysqli_object_get_debug_info()
/PHP-5.5/ext/dom/
H A Dphp_dom.c483 ZEND_INIT_SYMTABLE_EX(debug_info, 32, 0); in dom_get_debug_info_helper()

Completed in 102 milliseconds