Home
last modified time | relevance | path

Searched refs:zend_hash_add_empty_element (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_ts_hash.c140 retval = zend_hash_add_empty_element(TS_HASH(ht), arKey, nKeyLength); in zend_ts_hash_add_empty_element()
H A Dzend_hash.h126 ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength);
H A Dzend_hash.c359 ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength) in zend_hash_add_empty_element() function
H A Dzend_vm_def.h3791 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o…
H A Dzend_vm_execute.h2695 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
8006 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13323 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
30993 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c595 zend_hash_add_empty_element(&self->not_filtered_functions, in MYSQLND_METHOD()
/PHP-5.5/ext/phar/
H A Dutil.c1980 …if (!filename_len || FAILURE == zend_hash_add_empty_element(&phar->virtual_dirs, filename, filenam…
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3546 zend_hash_add_empty_element(&basic_submodules, #module, strlen(#module));

Completed in 139 milliseconds