Home
last modified time | relevance | path

Searched refs:field (Results 51 – 75 of 136) sorted by relevance

123456

/PHP-8.2/sapi/fpm/tests/
H A Dconfig-array-validation-suppress-path-key-2.phpt23 $tester->expectLogError("\[%s:%d\] Keys provided to field 'access.suppress_path' are ignored");
H A Dconfig-array-validation-suppress-path-key.phpt23 $tester->expectLogError("\[%s:%d\] Keys provided to field 'access.suppress_path' are ignored");
H A Dconfig-array-validation-suppress-path-starts-slash.phpt23 $tester->expectLogError("\[%s:%d\] Values provided to field 'access.suppress_path' must begin with …
/PHP-8.2/ext/pdo_firebird/tests/
H A Dbug_76488.phpt2 PDO_Firebird: Bug #76488 Memory leak when fetching a BLOB field
H A Dbug_64037.phpt2 Bug #64037 Firebird return wrong value for numeric field
/PHP-8.2/ext/ffi/tests/
H A D047.phpt34 Attempt to assign field 'cdata' of non C struct/union
/PHP-8.2/ext/mysqli/tests/
H A D063.phpt34 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-8.2/ext/sodium/tests/
H A Dcrypto_core_ristretto255.phpt12 /* Non-canonical field encodings */
19 /* Negative field elements */
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt31 if (isset($row['field']) && ($row['field'] == 'id'))
89 if (isset($row['field']) && ($row['field'] == 'id'))
H A Dpecl_bug_5200.phpt32 [field] => phase
/PHP-8.2/Zend/tests/
H A Dbug32660.phpt2 Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbug_47588.phpt2 PDO_DBLIB: Quoted field names
/PHP-8.2/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 Dbug42173.phpt2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
52 foreach ($row as $name => $field) {
H A Dbug35973.phpt2 Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt51 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n";
88 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n";
175 Testing pgsqlCopyFromArray() with different field separator and not null indicator
309 Testing pgsqlCopyFromFile() with different field separator and not null indicator
/PHP-8.2/ext/pgsql/tests/
H A Dbug77047.phpt36 Notice: pg_insert(): Expects NULL or string for PostgreSQL time field (t) in %s on line %d
/PHP-8.2/ext/pgsql/
H A Dpgsql.c1577 zend_long field; in php_pgsql_get_field_info() local
1589 if (field < 0) { in php_pgsql_get_field_info()
1596 if (field >= PQnfields(pgsql_result)) { in php_pgsql_get_field_info()
1653 char *field; in PHP_FUNCTION() local
3363 char *field = NULL; in PHP_FUNCTION() local
3386 if (field == NULL) { in PHP_FUNCTION()
3389 RETURN_STRING(field); in PHP_FUNCTION()
4472 zend_string *field = NULL; in php_pgsql_convert() local
4499 if (!err && field == NULL) { in php_pgsql_convert()
5096 if (_php_pgsql_identifier_is_escaped(ZSTR_VAL(field), ZSTR_LEN(field))) { in php_pgsql_convert()
[all …]
H A Dpgsql_arginfo.h92 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
98 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
105 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
116 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
121 ZEND_ARG_TYPE_INFO(0, field, IS_STRING, 0)
129 ZEND_ARG_TYPE_MASK(0, field, MAY_BE_STRING|MAY_BE_LONG, NULL)
165 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, field, IS_LONG, 0, "0")
176 ZEND_ARG_TYPE_MASK(0, field, MAY_BE_STRING|MAY_BE_LONG, NULL)
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_arginfo.h18 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
22 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
31 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, field, IS_LONG, 1, "null")
40 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
117 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
122 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt2 testing stream_get_meta_data() "eof" field for a file stream
/PHP-8.2/ext/sockets/
H A Dconversions.c361 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int() argument
378 memcpy(field, &ival, sizeof(ival)); in from_zval_write_int()
380 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32() argument
397 memcpy(field, &ival, sizeof(ival)); in from_zval_write_uint32()
416 memcpy(field, &ival, sizeof(ival)); in from_zval_write_net_uint16()
418 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family() argument
435 memcpy(field, &ival, sizeof(ival)); in from_zval_write_sa_family()
439 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t() argument
456 memcpy(field, &ival, sizeof(ival)); in from_zval_write_pid_t()
458 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t() argument
[all …]

Completed in 56 milliseconds

123456