Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 206) sorted by path

123456789

/PHP-5.5/
H A DNEWS5724 . Added "jump label" operator (limited "goto"). (Dmitry, Sara)
6903 - Fixed incorrect heredoc handling when label is used within the block.
H A DREADME.STREAMS236 that can efficiently behave as fgets. The ops struct also contains a label
238 stdio implementation has a label of "STDIO" for example.
/PHP-5.5/Zend/tests/
H A Djump06.phpt2 jump 06: goto to undefined label
8 Fatal error: 'goto' to undefined label 'L1' in %sjump06.php on line 2
H A Dtry_catch_finally_006.phpt10 goto label;
22 label:
23 var_dump("label");
34 string(5) "label"
H A Dtry_catch_finally_007.phpt11 goto label;
29 label:
30 var_dump("label");
41 string(5) "label"
H A Dtry_finally_005.phpt8 goto label;
10 label:
H A Dtry_finally_006.phpt11 goto label;
13 label:
14 echo "label\n";
25 label
H A Dtry_finally_007.phpt2 Try finally (with goto previous label)
7 label:
8 echo "label";
11 goto label;
/PHP-5.5/Zend/
H A Dzend_compile.c2307 void zend_do_label(znode *label TSRMLS_DC) /* {{{ */ in zend_do_label()
2324 zval_dtor(&label->u.constant); in zend_do_label()
2332 zval *label; in zend_resolve_goto_label() local
2335 label = opline->op2.zv; in zend_resolve_goto_label()
2337 label = &CONSTANT_EX(op_array, opline->op2.constant); in zend_resolve_goto_label()
2340 …zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_P(label)+1, (void**)&dest) == FAILU… in zend_resolve_goto_label()
2355 zval_dtor(label); in zend_resolve_goto_label()
2356 Z_TYPE_P(label) = IS_NULL; in zend_resolve_goto_label()
2379 ZVAL_LONG(label, distance); in zend_resolve_goto_label()
2388 void zend_do_goto(const znode *label TSRMLS_DC) /* {{{ */ in zend_do_goto()
[all …]
H A Dzend_compile.h643 void zend_do_label(znode *label TSRMLS_DC);
644 void zend_do_goto(const znode *label TSRMLS_DC);
H A Dzend_language_scanner.c190 efree(heredoc_label->label); in heredoc_label_dtor()
2073 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le… in lex_scan()
3929 heredoc_label->label = estrndup(s, heredoc_label->length); in lex_scan()
7542 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le… in lex_scan()
H A Dzend_language_scanner.h55 char *label; member
H A Dzend_language_scanner.l188 efree(heredoc_label->label); in heredoc_label_dtor()
2148 heredoc_label->label = estrndup(s, heredoc_label->length);
2320 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le…
2394 …oc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->le…
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2426 >4 belong x label "%.8x
5801 >0770 long >0 Sun disk label
6184 #FAT label=ACRONIS\ SZ
7243 # volume label and UUID Russell Coker
7624 >560 string x label: %.64s,
7638 >560 string x label: %.64s,
8589 >40 byte 4 directory label
11212 >1052 string \0 no label,
11386 # of the disk... (from _find_labeller in lib/label/label.c of LVM2)
16129 >4 string >\0 label:%.10s
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c94 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP);
300 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument
304 switch (label) { in DoExtension()
/PHP-5.5/ext/iconv/
H A Diconv.c2875 php_iconv_stream_filter_ops.label, in php_iconv_stream_filter_register_factory()
2887 php_iconv_stream_filter_ops.label TSRMLS_CC)) { in php_iconv_stream_filter_unregister_factory()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY632 add #ifdef USE_VARIABLE_META_CHARS to goto label.
/PHP-5.5/ext/mysql/tests/
H A Dmysql_affected_rows.phpt39 if (!mysql_query("INSERT INTO test(id, label) VALUES (1, 'a')", $link))
46 @mysql_query("INSERT INTO test(id, label) VALUES (1, 'a')", $link);
50 if (!mysql_query("INSERT INTO test(id, label) VALUES (1, 'a') ON DUPLICATE KEY UPDATE id = 4", $lin…
56 if (!mysql_query("INSERT INTO test(id, label) VALUES (2, 'b'), (3, 'c')", $link))
62 if (!mysql_query("INSERT IGNORE INTO test(id, label) VALUES (1, 'a')", $link)) {
69 if (!mysql_query("INSERT INTO test(id, label) SELECT id + 10, label FROM test", $link))
75 if (!mysql_query("REPLACE INTO test(id, label) values (4, 'd')", $link))
81 if (!mysql_query("REPLACE INTO test(id, label) values (5, 'e')", $link))
87 if (!mysql_query("UPDATE test SET label = 'a' WHERE id = 2", $link))
93 if (!mysql_query("UPDATE test SET label = 'a' WHERE id = 2", $link)) {
[all …]
H A Dmysql_data_seek.phpt33 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
40 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysql_db_query.phpt28 if (!$res = @mysql_db_query($db, 'SELECT id, label FROM test ORDER BY id LIMIT 1', $link))
33 printf("[005] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
35 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row['label'])) {
43 if (!$res = @mysql_db_query($db, 'SELECT id, label FROM test ORDER BY id LIMIT 1'))
48 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
50 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row['label'])) {
H A Dmysql_fetch_array.phpt98 if (!$res = mysql_query("SELECT id, label FROM test", $link)) {
113 gettype($row['label']), $row['label'], mysql_errno($link), mysql_error($link));
119 if (($row['label'] != $php_value) || ($row[1] != $php_value)) {
123 gettype($row['label']), $row['label'], mysql_errno($link), mysql_error($link));
126 if (gettype($row['label']) == 'unicode') {
132 if (($row['label'] !== $php_value) || ($row[1] != $php_value)) {
136 gettype($row['label']), $row['label'], mysql_errno($link), mysql_error($link));
293 [%u|b%"label"]=>
311 [%u|b%"label"]=>
318 [%u|b%"label"]=>
[all …]
H A Dmysql_fetch_assoc.phpt24 if (!$res = mysql_query("SELECT id, label FROM test ORDER BY id LIMIT 1", $link)) {
50 if (!$res = mysql_query("SELECT id, label, id AS _id, CONCAT(label, 'a') _label, NULL as _foo FROM …
71 [%u|b%"label"]=>
97 [%u|b%"label"]=>
H A Dmysql_fetch_field.phpt29 if (!$res = mysql_query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1", $link)) {
39 if (!$res = mysql_query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1", $link)) {
86 …if (!mysql_query(sprintf("CREATE TABLE test(id INT, label %s) ENGINE = %s", $type_name, $engine), …
92 $insert = sprintf("INSERT INTO test(id, label) VALUES (1, '%s')", $type_desc[0]);
94 $insert = sprintf("INSERT INTO test(id, label) VALUES (1, %s)", $type_desc[0]);
98 /* Strict SQL mode - 1366, Incorrect integer value: 'true' for column 'label' at row 1 */
104 if (!$res = mysql_query("SELECT id, label FROM test", $link)) {
190 %unicode|string%(5) "label"
H A Dmysql_fetch_lengths.phpt22 if (!$res = mysql_query("SELECT id, label FROM test ORDER BY id LIMIT 1", $link)) {
H A Dmysql_fetch_object.phpt22 if (!$res = mysql_query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5", $link)) {
66 if (!$res = mysql_query("SELECT id AS ID, label FROM test AS TEST", $link)) {
89 [%u|b%"label"]=>
99 [%u|b%"label"]=>
117 [%u|b%"label"]=>
131 [%u|b%"label"]=>
141 [%u|b%"label"]=>

Completed in 135 milliseconds

123456789