Home
last modified time | relevance | path

Searched refs:field (Results 101 – 125 of 127) sorted by relevance

123456

/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt91 function createxmltab($c) // create table w/ field of XML type
H A Dbug43497_92.phpt95 function createxmltab($c) // create table w/ field of XML type
/PHP-5.5/ext/wddx/
H A Dwddx.c890 zval **field; in php_wddx_push_element() local
894 …zend_hash_find(Z_ARRVAL_P(recordset->data), (char*)atts[i], strlen(atts[i])+1, (void**)&field) == … in php_wddx_push_element()
895 ent.data = *field; in php_wddx_push_element()
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc73 * @param delimiter character used as field separator
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf.phpt33 /* Number of arguments not matching as specified in format field */
H A Dprintf_64bit.phpt33 /* Number of arguments not matching as specified in format field */
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c40 #define offsetof(s_type,field) ((size_t)&(((s_type*)0)->field)) argument
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1517 6. Callouts are supported, but the value of the capture_top field is
1518 always 1, and the value of the capture_last field is always -1.
2521 pointer to a pcre_extra block, in which the study_data field points to
2708 PCRE_ERROR_UNSET the requested field is not set
3009 pointed to by the study_data field in a pcre_extra block. If pcre_extra
3011 ment should point to a size_t variable. The study_data field is set by
3049 When a pattern is compiled, the reference count field is initialized to
3116 In the 16-bit version of this structure, the mark field has type
3221 If PCRE_EXTRA_MARK is set in the flags field, the mark field must be
4447 matching functions, this field is not useful.
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt105 printf("[%03d + 4] Table or field name is wrong, %s\n", $offset,
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation12.phpt7 other than that in the field is provided */
H A DSplFileObject_fputcsv_variation6.phpt8 present in the field to be written to the file
H A DSplFileObject_fputcsv_variation7.phpt8 present in the field to be written to the file
H A DSplFileObject_fputcsv_variation8.phpt8 present in the field to be written to the file
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re202 * This function appends a hidden input field after a <form> or
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation12.phpt11 other than that in the field is provided */
H A Dfputcsv_variation6.phpt12 present in the field to be written to the file
H A Dfputcsv_variation7.phpt12 present in the field to be written to the file
H A Dfputcsv_variation8.phpt12 present in the field to be written to the file
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS531 item in the regex, and there's a new callout field that gives the position
544 an input field as it is being typed.
H A DChangeLog351 -Wmissing-field-initializers and -Wunused-parameter.
915 of the compiled pattern block, expand the flags field from 16 to 32 bits
997 13. In the POSIX wrapper regcomp() function, setting re_nsub field in the preg
2920 moved the internal flags into a new 16-bit field to free up more option
4428 pointer field cannot be preserved; the extra_data field in the arguments
4581 callout_data field, which is a void * field. However, some picky compilers
5055 the actual study data pointed to by the study_data field, and the
5072 returns the size of the data block pointed to by the study_data field in a
5097 (ii) The pcre_extra structure (see 45 above) has a void * field called
5100 the field passed in the pcre_extra structure are passed to the callout
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt50 $r->field='maxDateTime';
/PHP-5.5/
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])
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 Dphp.ini-development1542 ; add a hidden <input> field with the info which is otherwise appended
/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 …]

Completed in 439 milliseconds

123456