Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_warning_count.phpt27 if (!$res = mysqli_query($link, "SELECT id, label FROM test"))
H A Dmysqli_pconn_max_links.phpt84 if (!$res = mysqli_query($plink, 'SELECT id, label FROM test WHERE id = 1'))
157 if (!$res = mysqli_query($plink, 'SELECT id, label FROM test WHERE id = 1'))
228 ["label"]=>
258 ["label"]=>
H A Dmysqli_stmt_num_rows.phpt61 func_test_mysqli_stmt_num_rows($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')", 0, 30);
66 func_test_mysqli_stmt_num_rows($stmt, "SELECT id, label FROM test", (int)$row['num'], 40);
H A Dmysqli_stmt_get_result_types.phpt25 …if (!mysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s…
35 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)")) {
58 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test")) {
81 $bind_res = &$row['label'];
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_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_next_result.phpt62 …func_test_mysqli_next_result($link, "SELECT 1 AS a; INSERT INTO test(id, label) VALUES (100, 'y');…
H A Dmysqli_poll_mixing_insert_select.phpt31 "INSERT INTO test(id, label) VALUES (100, 'z')",
185 ["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_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.4/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc40 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
41 …$db->exec("INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6…
H A Dpdo_mysql_attr_autocommit.phpt60 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
/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/streams/
H A Dphp_stream_filter_api.h95 const char *label; member
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()
/PHP-7.4/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.4/Zend/
H A Dzend_vm_gen.php1275 $label = 0;
1285 $specs[$num] = "$label";
1413 …ra_spec = array()) use ($f, $kind, $dsc, $prefix, $prolog, $num, $switch_labels, &$label, &$list) {
1423 $list[$label] = null;
1424 $label++;
1451 $list[$label] = $spec_name;
1452 $label++;
1456 $list[$label] = null;
1457 $label++;
1560 $specs[$num + 1] = "$label";
H A Dzend_language_scanner.l200 efree(heredoc_label->label); in heredoc_label_dtor()
1212 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
2394 heredoc_label->label = estrndup(s, heredoc_label->length);
2685 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le…
2809 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le…
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4234 label = LABEL(); in move_back()
7013 label = LABEL(); in do_casefulcmp()
7028 label = LABEL(); in do_casefulcmp()
7041 label = LABEL(); in do_casefulcmp()
7104 label = LABEL(); in do_caselesscmp()
7113 label = LABEL(); in do_caselesscmp()
7119 label = LABEL(); in do_caselesscmp()
8192 label = LABEL(); in compile_simple_assertion_matchingpath()
9221 label = LABEL(); in compile_ref_iterator_matchingpath()
11553 label = LABEL(); in compile_iterator_matchingpath()
[all …]
/PHP-7.4/ext/standard/
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()
/PHP-7.4/main/
H A Dphp_streams.h123 const char *label; /* label for this ops structure */ member
146 const char *label; member

Completed in 75 milliseconds

12345678