Home
last modified time | relevance | path

Searched refs:field (Results 76 – 100 of 136) sorted by relevance

123456

/PHP-8.2/ext/intl/calendar/
H A Dcalendar_class.cpp118 UCalendarDateFields field; member
209 int32_t res = cal->get(debug_info_fields[i].field, uec); in Calendar_get_debug_info()
/PHP-8.2/ext/mysqli/tests/
H A D047.phpt35 while ($field = mysqli_fetch_field($result)) {
36 var_dump($field);
H A Dgh11550.phpt2 Bug GH-11550 (MySQL Statement has a empty query result when the response field has changed, also Se…
H A Dbug32405.phpt18 /* two fields are needed. the problem does not occur with 1 field only selected. */
H A Dmysqli_stmt_attr_set.phpt60 …printf("[007] max_length should be not set (= 0), got %s for field %s\n", $meta->max_length, $meta…
80 …printf("[008] max_length should be not set (= 0), got %s for field %s\n", $meta->max_length, $meta…
100 …printf("[009] max_length should not be set (= 0), got %s for field %s\n", $meta->max_length, $meta…
H A Dmysqli_connect_attr.phpt46 //in case $host is empty, do not test for _server_host field
H A Dmysqli_stmt_datatype_change.phpt83 string(34) "Unknown column 'a' in 'field list'"
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt2 Testing stream_get_meta_data() "blocked" field on a udp socket
H A Dstream_get_meta_data_socket_variation4.phpt2 Testing stream_get_meta_data() "eof" field on a udp socket
H A Dstream_get_meta_data_socket_variation2.phpt2 Testing stream_get_meta_data() "timed_out" field on a udp socket
H A Dstream_get_meta_data_file_variation2.phpt2 Testing stream_get_meta_data() "unread_bytes" field
H A Dstream_get_meta_data_socket_variation1.phpt2 Testing stream_get_meta_data() "unread_bytes" field on a udp socket
/PHP-8.2/ext/odbc/
H A Dodbc_arginfo.h69 ZEND_ARG_TYPE_MASK(0, field, MAY_BE_STRING|MAY_BE_LONG, NULL)
108 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
115 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
124 ZEND_ARG_TYPE_INFO(0, field, IS_STRING, 0)
H A Dphp_odbc.c1661 char *field; in PHP_FUNCTION() local
1682 field = ZSTR_VAL(pv_field_str); in PHP_FUNCTION()
1685 field = NULL; in PHP_FUNCTION()
1699 if (field != NULL) { in PHP_FUNCTION()
1706 if (!strcasecmp(result->values[i].name, field)) { in PHP_FUNCTION()
1832 field = emalloc(fieldsize); in PHP_FUNCTION()
1840 efree(field); in PHP_FUNCTION()
1846 efree(field); in PHP_FUNCTION()
1851 efree(field); in PHP_FUNCTION()
1855 efree(field); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/oci8/tests/
H A Dfield_funcs.phpt45 foreach ($row as $num => $field) {
H A Dfield_funcs3.phpt38 foreach ($row as $num => $field) {
H A Dbind_long.phpt2 bind LONG field
/PHP-8.2/ext/pdo_mysql/tests/
H A Dgh11550.phpt2 Bug GH-11550 (MySQL Statement has a empty query result when the response field has changed, also Se…
H A Dpdo_mysql_connect_attr.phpt34 //in case $host is empty, do not test for _server_host field
H A Dbug_44707.phpt2 Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field)
/PHP-8.2/ext/pgsql/tests/
H A Dpg_select_001.phpt57 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
/PHP-8.2/ext/standard/tests/file/
H A Dfscanf_error.phpt61 Different numbers of variable names and field specifiers
H A Dfscanf.phpt99 Different numbers of variable names and field specifiers
/PHP-8.2/ext/sockets/
H A Dconfig.m412 AC_CACHE_CHECK([for field ss_family in struct sockaddr_storage], ac_cv_ss_family,
/PHP-8.2/sapi/fpm/tests/
H A Dresponse.inc152 * Expect that one of the processes in json status process list has a field with value that
166 "The body data is not a valid status json containing processes field '$rawData'"
176 "No field $fieldName matched pattern $pattern for any process in status data '$rawData'"

Completed in 29 milliseconds

123456