Home
last modified time | relevance | path

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

12345678

/PHP-7.3/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.3/
H A DREADME.STREAMS235 that can efficiently behave as fgets. The ops struct also contains a label
237 stdio implementation has a label of "STDIO" for example.
H A DUPGRADING34 section), doc strings that contain the ending label inside their body may
45 resolved by choosing an ending label that does not occur within the contents
/PHP-7.3/Zend/
H A Dzend_compile.c4600 zval *label; in zend_resolve_goto_label() local
4603 label = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_resolve_goto_label()
4605 (dest = zend_hash_find_ptr(CG(context).labels, Z_STR_P(label))) == NULL in zend_resolve_goto_label()
4613 zval_ptr_dtor_str(label); in zend_resolve_goto_label()
4614 ZVAL_NULL(label); in zend_resolve_goto_label()
4676 zend_string *label = zend_ast_get_str(ast->child[0]); in zend_compile_label() local
4687 if (!zend_hash_add_mem(CG(context).labels, label, &dest, sizeof(zend_label))) { in zend_compile_label()
4688 zend_error_noreturn(E_COMPILE_ERROR, "Label '%s' already defined", ZSTR_VAL(label)); in zend_compile_label()
5140 zend_label *label; in zend_compile_try() local
5141 ZEND_HASH_REVERSE_FOREACH_PTR(CG(context).labels, label) { in zend_compile_try()
[all …]
H A Dzend_language_scanner.c190 efree(heredoc_label->label); in heredoc_label_dtor()
1209 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
4690 heredoc_label->label = estrndup(s, heredoc_label->length); in lex_scan()
7270 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le… in lex_scan()
8102 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le… in lex_scan()
/PHP-7.3/ext/standard/
H A Dfilters.c2054 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()
2068 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.3/ext/posix/
H A Dposix.c780 stream->ops->label); in php_posix_stream_get_fd()
/PHP-7.3/ext/iconv/
H A Diconv.c2930 php_iconv_stream_filter_ops.label, in php_iconv_stream_filter_register_factory()
2942 php_iconv_stream_filter_ops.label)) { in php_iconv_stream_filter_unregister_factory()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic3499 >4 belong x label "%.8x
9250 >0770 long >0 Sun disk label
9623 #FAT label=ACRONIS\ SZ
11266 >560 string x label: %.64s,
11280 >560 string x label: %.64s,
12676 >40 byte 4 directory label
16566 >1052 string \0 no label,
16579 >1052 string \0 no label,
16751 # of the disk... (from _find_labeller in lib/label/label.c of LVM2)
24087 >4 string >\0 label:%.10s
[all …]
H A Dmagic私はガラスを食べられます3499 >4 belong x label "%.8x
9250 >0770 long >0 Sun disk label
9623 #FAT label=ACRONIS\ SZ
11266 >560 string x label: %.64s,
11280 >560 string x label: %.64s,
12676 >40 byte 4 directory label
16566 >1052 string \0 no label,
16579 >1052 string \0 no label,
16751 # of the disk... (from _find_labeller in lib/label/label.c of LVM2)
24087 >4 string >\0 label:%.10s
[all …]
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c168 strcasecmp(stream->wrapper->wops->label, "HTTP") == 0 in php_openssl_is_http_stream_talking_to_iis()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY939 add #ifdef USE_VARIABLE_META_CHARS to goto label.

Completed in 236 milliseconds

12345678