file_path         481 Zend/zend_language_scanner.c 	const char *file_path = NULL;
file_path         534 Zend/zend_language_scanner.c 		file_path = file_handle->opened_path;
file_path         536 Zend/zend_language_scanner.c 		file_path = file_handle->filename;
file_path         539 Zend/zend_language_scanner.c 	zend_set_compiled_filename(file_path TSRMLS_CC);
file_path         777 ext/opcache/ZendAccelerator.c 				char *file_path = file_handle->opened_path;
file_path         779 ext/opcache/ZendAccelerator.c 				if (file_path) {
file_path         780 ext/opcache/ZendAccelerator.c 					if (is_stream_path(file_path)) {
file_path         781 ext/opcache/ZendAccelerator.c 						if (zend_get_stream_timestamp(file_path, &statbuf TSRMLS_CC) == SUCCESS) {
file_path         785 ext/opcache/ZendAccelerator.c 					if (VCWD_STAT(file_path, &statbuf) != -1) {
file_path         423 ext/spl/spl_directory.c 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) /* {{{ */
file_path         429 ext/spl/spl_directory.c 	if (!file_path || !file_path_len) {
file_path         432 ext/spl/spl_directory.c 		if (file_path && !use_copy) {
file_path         433 ext/spl/spl_directory.c 			efree(file_path);
file_path         436 ext/spl/spl_directory.c 		if (file_path && !use_copy) {
file_path         437 ext/spl/spl_directory.c 			efree(file_path);
file_path         440 ext/spl/spl_directory.c 		file_path = "/";
file_path         456 ext/spl/spl_directory.c 		ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy);
file_path         460 ext/spl/spl_directory.c 		spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy TSRMLS_CC);