Home
last modified time | relevance | path

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

12345678

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c510 jump->u.label = label; in sljit_set_label()
658 label->next = NULL; in set_label()
659 label->size = compiler->size; in set_label()
661 compiler->last_label->next = label; in set_label()
663 compiler->labels = label; in set_label()
664 compiler->last_label = label; in set_label()
1965 struct sljit_label *label; in sljit_emit_cmov_generic() local
1986 label = sljit_emit_label(compiler); in sljit_emit_cmov_generic()
1987 FAIL_IF(!label); in sljit_emit_cmov_generic()
1988 sljit_set_label(jump, label); in sljit_emit_cmov_generic()
[all …]
H A DsljitLir.h354 struct sljit_label* label; member
1209 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
1324 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } in sljit_get_label_addr() argument
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt17 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
H A Dmysqli_fetch_field_direct.phpt27 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dmysqli_poll_mixing_insert_select.phpt31 "INSERT INTO test(id, label) VALUES (100, 'z')",
183 ["label"]=>
H A Dmysqli_fetch_field_direct_oo.phpt27 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dmysqli_next_result.phpt62 …func_test_mysqli_next_result($link, "SELECT 1 AS a; INSERT INTO test(id, label) VALUES (100, 'y');…
H A Dmysqli_class_mysqli_warning.phpt36 $res = $mysqli->query('INSERT INTO test(id, label) VALUES (1, "zz")');
H A Dmysqli_stmt_result_metadata.phpt30 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test"))
H A Dmysqli_prepare.phpt27 if (!$res = mysqli_query($link, "SELECT id, label FROM test", MYSQLI_USE_RESULT))
H A Dmysqli_class_mysqli_stmt_interface.phpt87 if (!$stmt->prepare("INSERT INTO test(id, label) VALUES (100, 'z')") ||
/PHP-7.3/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-7.3/ext/gd/libgd/
H A Dgd_gif_in.c95 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP);
304 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument
308 switch (label) { in DoExtension()
/PHP-7.3/main/streams/
H A Dphp_stream_filter_api.h95 const char *label; member
H A Dcast.c311 …, E_WARNING, "cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas… in _php_stream_cast()
H A Dstreams.c79 fprintf(stderr, "forget_persistent: %s:%p\n", stream->ops->label, stream); in forget_persistent_resource_id_numbers()
286 fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persistent_id); in _php_stream_alloc()
383 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
433 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3458 label = LABEL(); in skip_char_back()
6080 label = LABEL(); in do_casefulcmp()
6095 label = LABEL(); in do_casefulcmp()
6108 label = LABEL(); in do_casefulcmp()
6171 label = LABEL(); in do_caselesscmp()
6180 label = LABEL(); in do_caselesscmp()
6186 label = LABEL(); in do_caselesscmp()
7200 label = LABEL(); in compile_simple_assertion_matchingpath()
8039 label = LABEL(); in compile_ref_iterator_matchingpath()
10229 label = LABEL(); in compile_iterator_matchingpath()
[all …]
/PHP-7.3/Zend/
H A Dzend_vm_gen.php1248 $label = 0;
1254 $specs[$num] = "$label";
1382 …ra_spec = array()) use ($f, $kind, $dsc, $prefix, $prolog, $num, $switch_labels, &$label, &$list) {
1392 $list[$label] = null;
1393 $label++;
1410 $list[$label] = $spec_name;
1411 $label++;
1415 $list[$label] = null;
1416 $label++;
1509 $specs[$num + 1] = "$label";
H A Dzend_language_scanner.l187 efree(heredoc_label->label); in heredoc_label_dtor()
1206 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
2300 heredoc_label->label = estrndup(s, heredoc_label->length);
2591 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le…
2715 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le…
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt60 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
/PHP-7.3/ext/standard/
H A Dhttp_fopen_wrapper.c168 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
198 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
209 …if (context && (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "timeout"))… in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c545 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label); in PHP_FUNCTION()
547 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label); in PHP_FUNCTION()
559 add_next_index_string(newval, (char *)filter->fops->label); in PHP_FUNCTION()
H A Dfile.c1484 …RNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Sour… in PHP_FUNCTION()
1525 …ULL, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrap… in PHP_FUNCTION()
/PHP-7.3/main/
H A Dphp_streams.h123 const char *label; /* label for this ops structure */ member
146 const char *label; member

Completed in 164 milliseconds

12345678