Home
last modified time | relevance | path

Searched refs:fields (Results 51 – 75 of 145) sorted by relevance

123456

/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c414 col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING; in mysqli_stmt_bind_result_do_bind()
509 if (stmt->stmt->fields[ofs].max_length == 0 && in mysqli_stmt_bind_result_do_bind()
519 …(stmt->stmt->fields) ? (stmt->stmt->fields[ofs].length) ? stmt->stmt->fields[ofs].length + 1: 256:… in mysqli_stmt_bind_result_do_bind()
984 if ((stmt->stmt->fields[i].type == MYSQL_TYPE_LONG)
985 && (stmt->stmt->fields[i].flags & UNSIGNED_FLAG))
1007 if (stmt->stmt->fields[i].flags & UNSIGNED_FLAG) {
1022 stmt->stmt->fields[i].decimals);
2539 if (stmt->stmt->fields && (stmt->stmt->fields[i].type == MYSQL_TYPE_BLOB ||
2540 stmt->stmt->fields[i].type == MYSQL_TYPE_MEDIUM_BLOB ||
2541 stmt->stmt->fields[i].type == MYSQL_TYPE_LONG_BLOB ||
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt61 $fields = mysqli_fetch_fields($result);
62 if ($fields[1]->type != MYSQLI_TYPE_GEOMETRY) {
63 …ng type %d\n", $offset + 10, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $fields[1]->type);
H A Dmysqli_stmt_get_result_geom.phpt63 $fields = mysqli_fetch_fields($result);
64 if ($fields[1]->type != MYSQLI_TYPE_GEOMETRY) {
65 …ng type %d\n", $offset + 10, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $fields[1]->type);
H A Dmysqli_fetch_fields.phpt36 $fields = mysqli_fetch_fields($res);
37 foreach ($fields as $k => $field) {
H A Dbug32405.phpt17 /* two fields are needed. the problem does not occur with 1 field only selected. */
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt7 Description: Gets line from file pointer and parse for CSV fields
27 // create the file and add the content with has csv fields
52 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation14.phpt7 Description: Gets line from file pointer and parse for CSV fields
25 // create the file and add the content with has csv fields
50 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation23.phpt7 Description: Gets line from file pointer and parse for CSV fields
H A Dfgetcsv_variation26.phpt7 Description: Gets line from file pointer and parse for CSV fields
16 and 3rd element is csv fields
39 // create the file and add the content with has csv fields
54 fwrite($file_handle, "This is line of text without csv fields\n");
62 // call fgetcsv() to parse csv fields
H A Dcopy_variation18.phpt35 // compare all stat fields except access time
H A Dfgetcsv_variation18.phpt7 Description: Gets line from file pointer and parse for CSV fields
17 1st element is delimiter & 2nd element is csv fields
38 // create the file and add the content with has csv fields
54 fwrite($file_handle, "This is line of text without csv fields\n");
69 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation22.phpt7 Description: Gets line from file pointer and parse for CSV fields
18 1st element is delimiter & 2nd element is csv fields
39 // create the file and add the content with has csv fields
56 fwrite($file_handle, "This is line of text without csv fields\n");
70 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation29.phpt7 Description: Gets line from file pointer and parse for CSV fields
18 1st element is delimiter & 2nd element is csv fields
39 // create the file and add the content with has csv fields
56 fwrite($file_handle, "This is line of text without csv fields\n");
71 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation30.phpt7 Description: Gets line from file pointer and parse for CSV fields
18 1st element is delimiter & 2nd element is csv fields
39 // create the file and add the content with has csv fields
56 fwrite($file_handle, "This is line of text without csv fields\n");
70 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation31.phpt7 Description: Gets line from file pointer and parse for CSV fields
18 1st element is delimiter & 2nd element is csv fields
39 // create the file and add the content with has csv fields
56 fwrite($file_handle, "This is line of text without csv fields\n");
71 // call fgetcsv() to parse csv fields
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt21 // echo the fields which are common to all platforms
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt58 echo "Testing pgsqlCopyFromArray() with only selected fields\n";
95 echo "Testing pgsqlCopyFromFile() with only selected fields\n";
217 Testing pgsqlCopyFromArray() with only selected fields
351 Testing pgsqlCopyFromFile() with only selected fields
/PHP-7.0/Zend/tests/traits/
H A Dproperty008.phpt2 Handling of private fields with traits needs to have same semantics as with normal inheritance.
H A Dproperty009.phpt2 Handling of public fields with traits needs to have same semantics as with normal inheritance, howe…
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug37083.phpt19 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id11"/><ide…
20 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id12"/><ide…
21 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id13"/><ide…
22 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id14"/><ide…
23 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id15"/><ide…
24 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id16"/><ide…
25 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id17"/><ide…
26 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id18"/><ide…
27 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id19"/><ide…
28 …earchService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id20"/><ide…
/PHP-7.0/ext/standard/
H A Dfile.h85 PHPAPI size_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, char es…
/PHP-7.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h126 const MYSQL_FIELD *fields; member
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1518 php_mysqlnd_rowp_read_binary_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval * fields, in php_mysqlnd_rowp_read_binary_protocol() argument
1529 if (!fields) { in php_mysqlnd_rowp_read_binary_protocol()
1533 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_binary_protocol()
1608 php_mysqlnd_rowp_read_text_protocol_aux(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol_aux() argument
1622 if (!fields) { in php_mysqlnd_rowp_read_text_protocol_aux()
1626 end_field = (start_field = fields) + field_count; in php_mysqlnd_rowp_read_text_protocol_aux()
1783 php_mysqlnd_rowp_read_text_protocol_zval(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol_zval() argument
1789 …ret = php_mysqlnd_rowp_read_text_protocol_aux(row_buffer, fields, field_count, fields_metadata, as… in php_mysqlnd_rowp_read_text_protocol_zval()
1797 php_mysqlnd_rowp_read_text_protocol_c(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol_c() argument
1885 if (!packet->fields) { in php_mysqlnd_rowp_read()
[all …]
H A Dmysqlnd_ps.c777 meta->fields, in mysqlnd_stmt_fetch_row_buffered()
793 if (meta->fields[i].max_length < len) { in mysqlnd_stmt_fetch_row_buffered()
794 meta->fields[i].max_length = len; in mysqlnd_stmt_fetch_row_buffered()
891 result->unbuf->last_row_data = row_packet->fields; in mysqlnd_stmt_fetch_row_unbuffered()
893 row_packet->fields = NULL; in mysqlnd_stmt_fetch_row_unbuffered()
921 (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))) { in mysqlnd_stmt_fetch_row_unbuffered()
922 meta->fields[i].max_length = Z_STRLEN_P(data); in mysqlnd_stmt_fetch_row_unbuffered()
1076 result->unbuf->last_row_data = row_packet->fields; in mysqlnd_fetch_stmt_row_cursor()
1078 row_packet->fields = NULL; in mysqlnd_fetch_stmt_row_cursor()
1111 (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))) { in mysqlnd_fetch_stmt_row_cursor()
[all …]
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt11 * Description: Decodes multiple mime header fields

Completed in 57 milliseconds

123456