Home
last modified time | relevance | path

Searched refs:field (Results 26 – 50 of 127) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt11 /* Testing fputcsv() to write to a file when the field has no CSV format */
13 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
34 foreach ($fields as $field) {
48 $csv_field = $field;
70 *** Testing fputcsv() : with no CSV format in the field ***
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt6 /* Testing fputcsv() to write to a file when the field has no CSV format */
8 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
29 foreach ($fields as $field) {
39 $csv_field = $field;
61 *** Testing fputcsv() : with no CSV format in the field ***
/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/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)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c688 if (field->max_length < len) { in mysqlnd_fetch_row_unbuffered_c()
689 field->max_length = len; in mysqlnd_fetch_row_unbuffered_c()
806 field->name, in mysqlnd_fetch_row_unbuffered()
816 if (field->max_length < len) { in mysqlnd_fetch_row_unbuffered()
817 field->max_length = len; in mysqlnd_fetch_row_unbuffered()
950 if (field->max_length < len) { in mysqlnd_fetch_row_buffered_c()
951 field->max_length = len; in mysqlnd_fetch_row_buffered_c()
1022 if (field->max_length < len) { in mysqlnd_fetch_row_buffered()
1023 field->max_length = len; in mysqlnd_fetch_row_buffered()
1047 field->name, in mysqlnd_fetch_row_buffered()
[all …]
/PHP-5.5/ext/intl/tests/
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 …
/PHP-5.5/ext/wddx/tests/
H A Dbug52468.phpt2 Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1203 add_property_string(value, "name",(field->name ? field->name : ""), 1);
1204 add_property_string(value, "orgname",(field->org_name ? field->org_name : ""), 1);
1205 add_property_string(value, "table",(field->table ? field->table : ""), 1);
1206 add_property_string(value, "orgtable",(field->org_table ? field->org_table : ""), 1);
1207 add_property_string(value, "def",(field->def ? field->def : ""), 1);
1208 add_property_string(value, "db",(field->db ? field->db : ""), 1);
1219 add_property_long(value, "flags", field->flags);
1220 add_property_long(value, "type", field->type);
1231 const MYSQL_FIELD *field; local
1239 if (!(field = mysql_fetch_field(result))) {
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt78 …LSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on lin…
82 2 => 'Unknown column \'unknown_column\' in \'field list\'',
94 …LSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on lin…
H A Dpdo_mysql_stmt_fetch_non_select.phpt30 if (isset($row['field']) && ($row['field'] == 'id'))
88 if (isset($row['field']) && ($row['field'] == 'id'))
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c200 ZEND_ARG_INFO(0, field)
1914 zval *result, *field=NULL; local
1940 if (field) {
1941 switch(Z_TYPE_P(field)) {
1948 table_name = estrndup(Z_STRVAL_P(field), tmp-Z_STRVAL_P(field));
1952 field_name = estrndup(Z_STRVAL_P(field),Z_STRLEN_P(field));
1978 convert_to_long_ex(&field);
2401 long field=0; local
2412 if (field<0 || field>=(int)mysql_num_fields(mysql_result)) {
2474 long field; local
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt77 Parameter #2 [ <optional> $field ]
91 Parameter #2 [ <optional> $field ]
338 Parameter #2 [ <optional> $field ]
368 Parameter #2 [ <optional> $field ]
375 Parameter #2 [ <optional> $field ]
H A Dmysql_field_flags.phpt120 while (list($field, $flags) = each($expected)) {
125 …printf("[013/%s] Field '%s', flag '%s' not found, [%d] %s\n", $columns, $field, $flag, mysql_errno…
132 …printf("[014/%s] Field '%s', unexpected flags '%s' found, [%d] %s\n", $columns, $field, $tmp, mysq…
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug35336.phpt10 function __set ($field, $value) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt98 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
102 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
H A Dmysqli_get_client_stats.phpt37 if ($current[$field] !== $expected[$field]) {
40 $field, $expected[$field], gettype($expected[$field]),
41 $current[$field], gettype($current[$field]));
44 if ($current[$field] !== $expected) {
47 $field, $expected, gettype($expected),
48 $current[$field], gettype($current[$field]));
54 $field, $expected, gettype($expected),
65 if ($current[$field] <= $expected[$field]) {
68 $field, $expected[$field], gettype($expected[$field]),
69 $current[$field], gettype($current[$field]));
[all …]
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt51 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n";
85 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n";
165 Testing pgsqlCopyFromArray() with different field separator and not null indicator
299 Testing pgsqlCopyFromFile() with different field separator and not null indicator
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2388 long field; local
2401 if (field < 0 || field >= PQnfields(pgsql_result)) {
2484 char *field; local
2506 zval *result, **field=NULL; local
2541 switch(Z_TYPE_PP(field)) {
2872 zval *result, **field; local
2908 switch(Z_TYPE_PP(field)) {
4468 char *field = NULL; local
4492 if (field == NULL) {
4495 RETURN_STRING(field, 1);
[all …]
/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/ext/oci8/tests/
H A Dbind_long_raw.phpt2 bind LONG RAW field
H A Dbind_raw.phpt2 bind RAW field
H A Dbug42173.phpt2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
50 foreach ($row as $name => $field) {
H A Dbind_raw_2.phpt2 bind RAW field with OCI_B_BIN
H A Dbug35973.phpt2 Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_47588.phpt2 PDO_DBLIB: Quoted field names

Completed in 67 milliseconds

123456