Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/standard/
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()
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()
/PHP-7.4/main/streams/
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()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fork.phpt76 …if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id ASC LIMIT 3", MYSQLI_USE_R…
/PHP-7.4/docs/
H A Dstreams.md255 efficiently behave as fgets. The ops struct also contains a label for the
257 implementation has a label of `STDIO` for example.
/PHP-7.4/Zend/
H A Dzend_compile.c4432 zval *label; in zend_resolve_goto_label() local
4435 label = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_resolve_goto_label()
4437 (dest = zend_hash_find_ptr(CG(context).labels, Z_STR_P(label))) == NULL in zend_resolve_goto_label()
4445 zval_ptr_dtor_str(label); in zend_resolve_goto_label()
4446 ZVAL_NULL(label); in zend_resolve_goto_label()
4508 zend_string *label = zend_ast_get_str(ast->child[0]); in zend_compile_label() local
4519 if (!zend_hash_add_mem(CG(context).labels, label, &dest, sizeof(zend_label))) { in zend_compile_label()
4520 zend_error_noreturn(E_COMPILE_ERROR, "Label '%s' already defined", ZSTR_VAL(label)); in zend_compile_label()
4971 zend_label *label; in zend_compile_try() local
4972 ZEND_HASH_REVERSE_FOREACH_PTR(CG(context).labels, label) { in zend_compile_try()
[all …]
/PHP-7.4/ext/posix/
H A Dposix.c791 stream->ops->label); in php_posix_stream_get_fd()
/PHP-7.4/ext/iconv/
H A Diconv.c2918 php_iconv_stream_filter_ops.label, in php_iconv_stream_filter_register_factory()
2930 php_iconv_stream_filter_ops.label)) { in php_iconv_stream_filter_unregister_factory()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c1222 return strcmp(conn->vio->data->stream->ops->label, "unix_socket") == 0; in is_secure_transport()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3697 >4 belong x label "%.8x
3887 # disk label
10550 #FAT label=ACRONIS\ SZ
12217 >560 string x label: %.64s,
12231 >560 string x label: %.64s,
13736 >40 byte 4 directory label
17915 >1052 string \0 no label,
17928 >1052 string \0 no label,
18108 # of the disk... (from _find_labeller in lib/label/label.c of LVM2)
25802 >4 string >\0 label:%.10s
[all …]
H A Dmagic3697 >4 belong x label "%.8x
3887 # disk label
10550 #FAT label=ACRONIS\ SZ
12217 >560 string x label: %.64s,
12231 >560 string x label: %.64s,
13736 >40 byte 4 directory label
17915 >1052 string \0 no label,
17928 >1052 string \0 no label,
18108 # of the disk... (from _find_labeller in lib/label/label.c of LVM2)
25802 >4 string >\0 label:%.10s
[all …]
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c187 strcasecmp(stream->wrapper->wops->label, "HTTP") == 0 in php_openssl_is_http_stream_talking_to_iis()

Completed in 171 milliseconds

12345678