Searched defs:file_path (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_directory.c | 420 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 426 if (!file_path || !file_path_len) { 429 if (file_path && !use_copy) { 430 efree(file_path); 433 if (file_path && !use_copy) { 434 efree(file_path); 437 file_path = "/"; 453 ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy); 457 spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy TSRMLS_CC);
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | ZendAccelerator.c | 767 char *file_path = file_handle->opened_path; local 769 if (file_path) { 770 if (is_stream_path(file_path)) { 771 if (zend_get_stream_timestamp(file_path, &statbuf TSRMLS_CC) == SUCCESS) { 775 if (VCWD_STAT(file_path, &statbuf) != -1) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_language_scanner.c | 479 const char *file_path = NULL; local 532 file_path = file_handle->opened_path; 534 file_path = file_handle->filename; 537 zend_set_compiled_filename(file_path TSRMLS_CC);
|
Completed in 19 milliseconds