Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt49 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n";
86 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n";
173 Testing pgsqlCopyFromArray() with different field separator and not null indicator
307 Testing pgsqlCopyFromFile() with different field separator and not null indicator
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_64037.phpt2 Bug #64037 Firebird return wrong value for numeric field
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt2 testing stream_get_meta_data() "eof" field for a file stream
H A Dstream_get_meta_data_socket_variation3.phpt2 Testing stream_get_meta_data() "blocked" field on a udp socket
H A Dstream_get_meta_data_socket_variation4.phpt2 Testing stream_get_meta_data() "eof" field on a udp socket
H A Dstream_get_meta_data_socket_variation2.phpt2 Testing stream_get_meta_data() "timed_out" field on a udp socket
H A Dstream_get_meta_data_file_variation2.phpt2 Testing stream_get_meta_data() "unread_bytes" field
H A Dstream_get_meta_data_socket_variation1.phpt2 Testing stream_get_meta_data() "unread_bytes" field on a udp socket
/PHP-7.4/ext/intl/tests/
H A Dcalendar_roll_error.phpt25 Warning: IntlCalendar::roll(): intlcal_roll: invalid field in %s on line %d
H A Dcalendar_add_error.phpt27 Warning: IntlCalendar::add(): intlcal_add: invalid field in %s on line %d
H A Dcalendar_isSet_error.phpt32 Warning: IntlCalendar::isSet(): intlcal_is_set: invalid field in %s on line %d
/PHP-7.4/ext/sockets/
H A Dconversions.c368 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int() argument
385 memcpy(field, &ival, sizeof(ival)); in from_zval_write_int()
387 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32() argument
404 memcpy(field, &ival, sizeof(ival)); in from_zval_write_uint32()
423 memcpy(field, &ival, sizeof(ival)); in from_zval_write_net_uint16()
425 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family() argument
442 memcpy(field, &ival, sizeof(ival)); in from_zval_write_sa_family()
446 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t() argument
463 memcpy(field, &ival, sizeof(ival)); in from_zval_write_pid_t()
465 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t() argument
[all …]
H A Dconfig.m412 AC_CACHE_CHECK([for field ss_family in struct sockaddr_storage], ac_cv_ss_family,
/PHP-7.4/ext/mysqli/tests/
H A D047.phpt34 while ($field = mysqli_fetch_field($result)) {
35 var_dump($field);
H A Dbug32405.phpt17 /* two fields are needed. the problem does not occur with 1 field only selected. */
H A Dmysqli_stmt_attr_set.phpt86 …printf("[007] max_length should be not set (= 0), got %s for field %s\n", $meta->max_length, $meta…
106 …printf("[008] max_length should be set (!= 0), got %s for field %s\n", $meta->max_length, $meta->n…
126 …printf("[009] max_length should not be set (= 0), got %s for field %s\n", $meta->max_length, $meta…
/PHP-7.4/ext/pgsql/tests/
H A Dpg_select_001.phpt53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dbind_long.phpt2 bind LONG field
H A Dfield_funcs.phpt43 foreach ($row as $num => $field) {
H A Dfield_funcs_old.phpt43 foreach ($row as $num => $field) {
H A Dfield_funcs3.phpt38 foreach ($row as $num => $field) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt33 //in case $host is empty, do not test for _server_host field
H A Dbug_44707.phpt2 Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field)
/PHP-7.4/ext/intl/
H A Dphp_intl.c509 ZEND_ARG_INFO( 0, field )
540 ZEND_ARG_INFO( 0, field )
561 ZEND_ARG_INFO( 0, field )
567 ZEND_ARG_INFO( 0, field )
573 ZEND_ARG_INFO( 0, field )
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf.phpt102 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d

Completed in 43 milliseconds

12345