zend_hash_add_empty_element 1423 Zend/zend.c    			zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path);
zend_hash_add_empty_element 1012 Zend/zend_execute_API.c 	if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) {
zend_hash_add_empty_element  119 Zend/zend_hash.h ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key);
zend_hash_add_empty_element 1380 Zend/zend_inheritance.c 					if (zend_hash_add_empty_element(exclude_table, lcname) == NULL) {
zend_hash_add_empty_element  655 Zend/zend_language_scanner.c 		zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
zend_hash_add_empty_element  129 Zend/zend_ts_hash.c 	retval = zend_hash_add_empty_element(TS_HASH(ht), key);
zend_hash_add_empty_element 5434 Zend/zend_vm_def.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
zend_hash_add_empty_element 3625 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
zend_hash_add_empty_element 29196 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
zend_hash_add_empty_element 40678 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
zend_hash_add_empty_element 1586 ext/opcache/ZendAccelerator.c 				if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) {
zend_hash_add_empty_element 1844 ext/opcache/ZendAccelerator.c 				if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) {
zend_hash_add_empty_element 1034 ext/standard/var.c 				zend_hash_add_empty_element(class_hash, lcname);
zend_hash_add_empty_element 2443 main/main.c    				zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path);
zend_hash_add_empty_element  528 sapi/phpdbg/phpdbg.c 				zend_hash_add_empty_element(files, zval_get_string(filename));