Searched defs:file_path (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_language_scanner.c | 253 char *file_path = NULL, *buf; local 313 file_path = file_handle->opened_path; 315 file_path = file_handle->filename; 318 zend_set_compiled_filename(file_path TSRMLS_CC);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_directory.c | 421 static spl_filesystem_object * spl_filesystem_object_create_info(spl_filesystem_object *source, char *file_path, int file_path_len, int use_copy, zend_class_entry *ce, zval *return_value TSRMLS_DC) /* {{{ */ argument 427 if (!file_path || !file_path_len) { 430 if (file_path && !use_copy) { 431 efree(file_path); 434 if (file_path && !use_copy) { 435 efree(file_path); 438 file_path = "/"; 454 ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy); 458 spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy TSRMLS_CC);
|
Completed in 17 milliseconds