Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp121 UCalendarDateFields field; member
212 int32_t res = cal->get(debug_info_fields[i].field, uec); in Calendar_get_debug_info()
275 ZEND_ARG_INFO(0, field)
307 ZEND_ARG_INFO(0, field)
325 ZEND_ARG_INFO(0, field)
330 ZEND_ARG_INFO(0, field)
335 ZEND_ARG_INFO(0, field)
/PHP-7.4/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-7.4/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-7.4/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error.phpt46 Warning: IntlCalendar::get(): intlcal_get: invalid field in %s on line %d
49 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: invalid field in %s on line …
52 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: invalid field in %s on line …
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt93 error: 2, intlcal_get(): intlcal_get: invalid field
95 error: 2, intlcal_get_actual_maximum(): intlcal_get_actual_maximum: invalid field
97 error: 2, intlcal_get_actual_minimum(): intlcal_get_actual_minimum: invalid field
/PHP-7.4/ext/ffi/tests/
H A D020.phpt64 FFI\Exception: Attempt to assign read-only field 'y'
65 FFI\Exception: Attempt to assign read-only field 'x'
/PHP-7.4/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'))
H A Dpecl_bug_5200.phpt30 [field] => phase
/PHP-7.4/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 D063.phpt33 Unknown column 'invalid' in 'field list'
H A Dmysqli_get_client_stats.phpt38 if ($current[$field] !== $expected[$field]) {
41 $field, $expected[$field], gettype($expected[$field]),
42 $current[$field], gettype($current[$field]));
45 if ($current[$field] !== $expected) {
48 $field, $expected, gettype($expected),
49 $current[$field], gettype($current[$field]));
55 $field, $expected, gettype($expected),
66 if ($current[$field] <= $expected[$field]) {
69 $field, $expected[$field], gettype($expected[$field]),
70 $current[$field], gettype($current[$field]));
[all …]
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug35336.phpt10 function __set ($field, $value) {
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76488.phpt2 PDO_Firebird: Bug #76488 Memory leak when fetching a BLOB field
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt200 Warning: mail(): Header field name (*:foo1) contains invalid chars in %s on line 112
202 Warning: mail(): Header field name (foo2:::) contains invalid chars in %s on line 112
204 Warning: mail(): Header field name () contains invalid chars in %s on line 112
206 Warning: mail(): Header field name (foo7) contains invalid chars in %s on line 112
208 Warning: mail(): Header field value (foo10 => abc) contains invalid chars or format in %s on line 1…
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2533 zend_long field; local
2549 if (field < 0 || field >= PQnfields(pgsql_result)) {
2625 char *field; local
2648 zval *result, *field=NULL; local
2686 switch (Z_TYPE_P(field)) {
2696 if (Z_LVAL_P(field) < 0 || Z_LVAL_P(field) >= PQnfields(pgsql_result)) {
3014 zval *result, *field; local
3062 if (Z_LVAL_P(field) < 0 || Z_LVAL_P(field) >= PQnfields(pgsql_result)) {
4693 char *field = NULL; local
4719 if (field == NULL) {
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbind_long_raw.phpt2 bind LONG RAW field
H A Dbind_raw.phpt2 bind RAW 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)
H A Dbug42173.phpt2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
50 foreach ($row as $name => $field) {
/PHP-7.4/Zend/tests/
H A Dbug32660.phpt2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
/PHP-7.4/ext/pgsql/tests/
H A Dbug77047.phpt34 Notice: pg_insert(): Expects NULL or string for PostgreSQL time field (t) in %s on line %d
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbug_47588.phpt2 PDO_DBLIB: Quoted field names
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c94 unsigned int row, field; in MYSQLND_METHOD() local
123 for (field = 0; field < field_count; field++) { in MYSQLND_METHOD()
131 if (meta->fields[field].max_length < len) { in MYSQLND_METHOD()
132 meta->fields[field].max_length = len; in MYSQLND_METHOD()
135 zval_ptr_dtor_nogc(&current_row[field]); in MYSQLND_METHOD()
710 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
730 if (field->max_length < len) { in MYSQLND_METHOD()
731 field->max_length = len; in MYSQLND_METHOD()
841 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
873 if (field->max_length < len) { in MYSQLND_METHOD()
[all …]

Completed in 46 milliseconds

12345