|
|
|
@ -740,7 +740,7 @@ ZEND_FUNCTION(get_included_files) |
|
|
|
|
|
|
|
array_init(return_value); |
|
|
|
zend_hash_internal_pointer_reset(&EG(included_files)); |
|
|
|
while(zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { |
|
|
|
while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { |
|
|
|
add_next_index_string(return_value,entry,0); |
|
|
|
zend_hash_move_forward(&EG(included_files)); |
|
|
|
} |
|
|
|
|