Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 127) sorted by path

123456

/PHP-5.5/
H A DNEWS423 . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
1493 . Fixed bug #65950 (Field name truncation if the field name is bigger than
4237 . Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).
5003 - Fixed bug #52101 (dns_get_record() garbage in 'ipv6' field on Windows).
7248 - Fixed bug #42261 (header wrong for date field).
8567 field). (Tony)
8643 - Added new mysqli constants for BIT and NEW_DECIMAL field types:
9017 - Added an additional field $frame['object'] to the result array of
9780 - Added length and charsetnr for field array and object in mysqli. (Georg)
9804 - Fixed segfault in mysqli_fetch_field_direct() when invalid field offset
[all …]
H A DREADME.NEW-OUTPUT-API121 pointer to the opaque field of the output handler context
H A DREADME.STREAMS308 The stream has a field called abstract that you can use to hold this data.
309 If you need to store more than a single field of data, define a structure to
373 and free the resources you allocated for the abstract field. In the case of
376 You may read the stream->persistent field to determine if your struct was
H A DUPGRADING.INTERNALS44 * Removed execute_data->Ts field. The VM temporary variables always allocated
51 * Removed execute_data->CVs field. The VM compiled variables always allocated
H A Dacinclude.m41628 dnl Check if field sa_len exists in struct sockaddr
1629 AC_CACHE_CHECK([for field sa_len in struct sockaddr],ac_cv_sockaddr_sa_len,[
1636 AC_DEFINE(HAVE_SOCKADDR_SA_LEN, 1, [Whether struct sockaddr has field sa_len])
/PHP-5.5/Zend/tests/
H A Dbug32660.phpt2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
/PHP-5.5/Zend/
H A Dzend_ini.h33 # define XtOffset(p_type, field) _Offsetof(p_type, field) argument
36 # define XtOffset(p_type, field) \ argument
37 (sizeof(int)*((unsigned int)&(((p_type)NULL)->field)))
41 # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field)) argument
47 # define XtOffset(p_type, field) \ argument
48 ((long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
53 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
55 # define XtOffsetOf(s_type, field) XtOffset(s_type*, field) argument
/PHP-5.5/ext/ereg/
H A Dconfig0.m448 dnl Check if field re_magic exists in struct regex_t
49 AC_CACHE_CHECK([whether field re_magic exists in struct regex_t], ac_cv_regex_t_re_magic, [
/PHP-5.5/ext/ereg/regex/
H A Dtests3 # for an empty field. First field is an RE. Second field is flags. If
4 # C flag given, regcomp() is expected to fail, and the third field is the
7 # Otherwise it is expected to succeed, and the third field is the string to
8 # try matching it against. If there is no fourth field, the match is
9 # expected to fail. If there is a fourth field, it is the substring that
10 # the RE is expected to match. If there is a fifth field, it is a comma-
12 # no match for that one. In both the fourth and fifth fields, a (sub)field
22 # C regcomp() error expected, third field is error name
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3810 # I shall assume it's ANDing the field with the first value and
3997 # * Original filename is only at offset 10 if "extra field" absent
4006 >3 byte &0x04 \b, extra field
4783 # skip PIC15736.PCX by test for language driver name or field name
4858 # Visual FoxPro, with field type Varchar or Varbinary
4859 >>0 ubyte 0x32 Visual FoxPro, with field type Varchar
4980 # may be deleted memo field
13761 # 520-byte extra field following the file header
15744 # The PDB file format is fixed-field, 80 columns. From the spec:
16242 >3 byte&0x01 0x01 shared field names enabled
[all …]
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_variation2.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_variation3.phpt11 * Description: Decodes a mime header field
/PHP-5.5/ext/interbase/tests/
H A D003.phpt128 /* check for correct handling of duplicate field names */
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp120 UCalendarDateFields field; member
209 int32_t res = cal->get(debug_info_fields[i].field, uec); in Calendar_get_debug_info()
293 ZEND_ARG_INFO(0, field)
325 ZEND_ARG_INFO(0, field)
343 ZEND_ARG_INFO(0, field)
348 ZEND_ARG_INFO(0, field)
353 ZEND_ARG_INFO(0, field)
H A Dcalendar_methods.cpp222 long field; in _php_intlcal_field_uec_ret_in32t_method() local
234 if (field < 0 || field >= UCAL_FIELD_COUNT) { in _php_intlcal_field_uec_ret_in32t_method()
298 long field, in PHP_FUNCTION() local
309 if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION()
498 if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION()
528 long field; in PHP_FUNCTION() local
555 } else if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION()
576 long field; in PHP_FUNCTION() local
587 if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION()
682 if (field < 0 || field >= UCAL_FIELD_COUNT) { in _php_intlcal_field_ret_in32t_method()
[all …]
/PHP-5.5/ext/intl/
H A Dphp_intl.c516 ZEND_ARG_INFO( 0, field )
547 ZEND_ARG_INFO( 0, field )
568 ZEND_ARG_INFO( 0, field )
574 ZEND_ARG_INFO( 0, field )
580 ZEND_ARG_INFO( 0, field )
/PHP-5.5/ext/intl/tests/
H A Dcalendar_add_error.phpt28 Warning: IntlCalendar::add(): intlcal_add: invalid field in %s on line %d
H A Dcalendar_clear_error.phpt25 Warning: IntlCalendar::clear(): intlcal_clear: invalid field in %s on line %d
28 Warning: intlcal_clear(): intlcal_clear: invalid field in %s on line %d
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt62 Warning: IntlCalendar::getLeastMaximum(): intlcal_get_least_maximum: invalid field in %s on line %d
65 Warning: IntlCalendar::getMaximum(): intlcal_get_maximum: invalid field in %s on line %d
68 Warning: IntlCalendar::getGreatestMinimum(): intlcal_get_greatest_minimum: invalid field in %s on l…
71 Warning: IntlCalendar::getMinimum(): intlcal_get_minimum: invalid field in %s on line %d
74 Warning: intlcal_get_least_maximum(): intlcal_get_least_maximum: invalid field in %s on line %d
77 Warning: intlcal_get_maximum(): intlcal_get_maximum: invalid field in %s on line %d
80 Warning: intlcal_get_greatest_minimum(): intlcal_get_greatest_minimum: invalid field in %s on line …
83 Warning: intlcal_get_minimum(): intlcal_get_minimum: invalid field in %s on line %d
H A Dcalendar_get_getActualMaximum_Minumum_error.phpt47 Warning: IntlCalendar::get(): intlcal_get: invalid field in %s on line %d
50 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: invalid field in %s on line …
53 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: invalid field in %s on line …
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt45 error: 2, intlcal_get(): intlcal_get: invalid field
47 error: 2, intlcal_get_actual_maximum(): intlcal_get_actual_maximum: invalid field
49 error: 2, intlcal_get_actual_minimum(): intlcal_get_actual_minimum: invalid field
H A Dcalendar_isSet_error.phpt34 Warning: IntlCalendar::isSet(): intlcal_is_set: invalid field in %s on line %d
H A Dcalendar_roll_error.phpt26 Warning: IntlCalendar::roll(): intlcal_roll: invalid field in %s on line %d
H A Dcalendar_set_error.phpt35 Warning: IntlCalendar::set(): intlcal_set: invalid field in %s on line %d
38 Warning: intlcal_set(): intlcal_set: invalid field in %s on line %d

Completed in 96 milliseconds

123456