Home
last modified time | relevance | path

Searched refs:label (Results 176 – 188 of 188) sorted by path

12345678

/PHP-7.4/ext/posix/
H A Dposix.c791 stream->ops->label); in php_posix_stream_get_fd()
/PHP-7.4/ext/simplexml/tests/
H A Dbug45553.phpt9 <data a:label="I am A" label="I am Nothing">test1</data>
10 <a:data a:label="I am a:A" label="I am a:Nothing">test2</a:data>
17 $atts = $x->xpath("/xml/data/@a:label");
21 $atts = $x->xpath("/xml/a:data/@a:label");
23 $atts = $x->xpath("/xml/a:data/@label");
25 $atts = $x->xpath("/xml/data/@label");
H A Dbug72588.phpt16 <object type="obj_1" label="Label for object 1"></object>
17 <object type="obj_2" label="Label for object 2"></object>
18 <object type="obj_3" label="Label for object 3"></object>
19 <object type="obj_4" label="Label for object 4"></object>
20 <object type="obj_5" label="Label for object 5"></object>
21 <object type="obj_6" label="Label for object 6"></object>
22 <object type="obj_7" label="Label for object 7"></object>
23 <object type="obj_8" label="Label for object 8"></object>
24 <object type="obj_9" label="Label for object 9"></object>
25 <object type="obj_10" label="Label for object 10"></object>
[all …]
/PHP-7.4/ext/standard/
H A Dfile.c1481 …RNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Sour… in PHP_FUNCTION()
1522 …ULL, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrap… in PHP_FUNCTION()
H A Dfilters.c2061 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()
2075 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()
H A Dhttp_fopen_wrapper.c167 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
197 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
208 …if (context && (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "timeout"))… in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c528 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label); in PHP_FUNCTION()
530 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label); in PHP_FUNCTION()
542 add_next_index_string(newval, (char *)filter->fops->label); in PHP_FUNCTION()
/PHP-7.4/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.phpt108 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
111 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
/PHP-7.4/main/
H A Dphp_streams.h123 const char *label; /* label for this ops structure */ member
146 const char *label; member
/PHP-7.4/main/streams/
H A Dcast.c315 …, 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.h95 const char *label; member
H A Dstreams.c79 fprintf(stderr, "forget_persistent: %s:%p\n", stream->ops->label, stream); in forget_persistent_resource_id_numbers()
290 fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persistent_id); in _php_stream_alloc()
394 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
444 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()

Completed in 101 milliseconds

12345678