Home
last modified time | relevance | path

Searched refs:label (Results 201 – 206 of 206) sorted by path

123456789

/PHP-5.5/ext/standard/tests/file/
H A Drename_variation-win32.phpt72 …n.tmp/,%s/rename_variation2.tmp): The filename, directory name, or volume label syntax is incorrec…
H A Drename_variation13-win32.phpt107 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
110 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
/PHP-5.5/main/
H A Dphp_streams.h123 const char *label; /* label for this ops structure */ member
146 const char *label; member
/PHP-5.5/main/streams/
H A Dcast.c322 …, E_WARNING, "cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas… in _php_stream_cast()
H A Dphp_stream_filter_api.h97 const char *label; member
H A Dstreams.c87 fprintf(stderr, "forget_persistent: %s:%p\n", stream->ops->label, stream); in forget_persistent_resource_id_numbers()
300 fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persistent_id); in _php_stream_alloc()
405 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
456 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()
530 …tream of type '%s' %p (path:%s) was not closed\n", __LINE__, stream->ops->label, stream, stream->o… in _php_stream_free()

Completed in 21 milliseconds

123456789