Home
last modified time | relevance | path

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

123456789

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt31 "INSERT INTO test(id, label) VALUES (100, 'z')",
180 [%u|b%"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_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_next_result.phpt108 …func_test_mysqli_next_result($link, "SELECT 1 AS a; INSERT INTO test(id, label) VALUES (100, 'y');…
H A Dmysqli_stmt_result_metadata.phpt30 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test"))
H A Dmysqli_class_mysqli_stmt_interface.phpt87 if (!$stmt->prepare("INSERT INTO test(id, label) VALUES (100, 'z')") ||
H A Dmysqli_prepare.phpt27 if (!$res = mysqli_query($link, "SELECT id, label FROM test", MYSQLI_USE_RESULT))
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-5.4/ext/mysql/tests/
H A Dmysql_list_fields.phpt77 mysql_field_name(): label
/PHP-5.4/main/streams/
H A Dphp_stream_filter_api.h97 const char *label; member
H A Dcast.c322 …, 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.c87 fprintf(stderr, "forget_persistent: %s:%p\n", stream->ops->label, stream); in forget_persistent_resource_id_numbers()
300 fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persistent_id); in _php_stream_alloc()
405 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
456 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()
535 …tream of type '%s' %p (path:%s) was not closed\n", __LINE__, stream->ops->label, stream, stream->o… in _php_stream_free()
/PHP-5.4/ext/standard/tests/file/
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-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2848 label = LABEL(); in skip_char_back()
4476 label = LABEL(); in do_casefulcmp()
4508 label = LABEL(); in do_caselesscmp()
5439 label = LABEL(); in compile_char1_matchingpath()
5802 label = LABEL(); in compile_char1_matchingpath()
6149 label = LABEL(); in compile_ref_iterator_matchingpath()
7945 label = LABEL(); in compile_iterator_matchingpath()
8034 label = LABEL(); in compile_iterator_matchingpath()
8048 label = LABEL(); in compile_iterator_matchingpath()
8073 label = LABEL(); in compile_iterator_matchingpath()
[all …]
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt60 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
/PHP-5.4/ext/standard/
H A Dhttp_fopen_wrapper.c156 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE || in php_stream_url_wrap_http_ex()
186 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
197 …if (context && php_stream_context_get_option(context, wrapper->wops->label, "timeout", &tmpzval) =… in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c506 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label, 1); in PHP_FUNCTION()
508 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label, 1); in PHP_FUNCTION()
520 add_next_index_string(newval, (char *)filter->fops->label, 1); in PHP_FUNCTION()
H A Dfile.c1450 …RNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Sour… in PHP_FUNCTION()
1489 …_CC, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrap… in PHP_FUNCTION()
/PHP-5.4/main/
H A Dphp_streams.h123 const char *label; /* label for this ops structure */ member
146 const char *label; member
/PHP-5.4/Zend/
H A Dzend_compile.h616 void zend_do_label(znode *label TSRMLS_DC);
617 void zend_do_goto(const znode *label TSRMLS_DC);
H A Dzend_compile.c2231 void zend_do_label(znode *label TSRMLS_DC) /* {{{ */ in zend_do_label()
2248 zval_dtor(&label->u.constant); in zend_do_label()
2256 zval *label; in zend_resolve_goto_label() local
2259 label = opline->op2.zv; in zend_resolve_goto_label()
2261 label = &CONSTANT_EX(op_array, opline->op2.constant); in zend_resolve_goto_label()
2264 …zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_P(label)+1, (void**)&dest) == FAILU… in zend_resolve_goto_label()
2279 zval_dtor(label); in zend_resolve_goto_label()
2280 Z_TYPE_P(label) = IS_NULL; in zend_resolve_goto_label()
2303 ZVAL_LONG(label, distance); in zend_resolve_goto_label()
2312 void zend_do_goto(const znode *label TSRMLS_DC) /* {{{ */ in zend_do_goto()
[all …]
/PHP-5.4/
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.4/ext/posix/
H A Dposix.c712 stream->ops->label); in php_posix_stream_get_fd()
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c69 …if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == … in is_http_stream_talking_to_iis()

Completed in 110 milliseconds

123456789