Home
last modified time | relevance | path

Searched refs:field (Results 76 – 100 of 108) sorted by relevance

12345

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt83 string(34) "Unknown column 'a' in 'field list'"
H A Dmysqli_connect_attr.phpt48 //in case $host is empty, do not test for _server_host field
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_error.phpt75 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d
H A Dfgetcsv_variation13.phpt10 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
H A Dfputcsv_variation6.phpt12 present in the field to be written to the file
H A Dfputcsv_variation7.phpt12 present in the field to be written to the file
H A Dfputcsv_variation8.phpt12 present in the field to be written to the file
H A Dfputcsv_variation12.phpt11 other than that in the field is provided */
/PHP-7.4/ext/pcntl/tests/
H A D002.phpt55 * "sigprocmask: unknown 'how' field 2147483647"
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c133 ZEND_ARG_INFO(0, field)
2100 char *field; in PHP_FUNCTION() local
2115 field = NULL; in PHP_FUNCTION()
2122 field = Z_STRVAL_P(pv_field); in PHP_FUNCTION()
2138 if (field != NULL) { in PHP_FUNCTION()
2268 field = emalloc(fieldsize); in PHP_FUNCTION()
2276 efree(field); in PHP_FUNCTION()
2282 efree(field); in PHP_FUNCTION()
2287 efree(field); in PHP_FUNCTION()
2291 efree(field); in PHP_FUNCTION()
[all …]
/PHP-7.4/docs/
H A Dstreams.md329 The stream has a field called abstract that you can use to hold this data. If
330 you need to store more than a single field of data, define a structure to hold
401 and free the resources you allocated for the abstract field. In the case of the
404 read the stream->persistent field to determine if your struct was allocated in
H A Doutput-api.md118 pointer to the opaque field of the output handler context
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt88 function createxmltab($c) // create table w/ field of XML type
H A Dimp_res_field.phpt2 Oracle Database 12c Implicit Result Sets: field tests
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt150 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
/PHP-7.4/ext/pcntl/
H A Dpcntl.c668 #define PHP_RUSAGE_PARA(from, to, field) \ argument
669 add_assoc_long(to, #field, from.field)
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c49 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
50 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1724 char* field = pemalloc(new_length + 1, 1); in php_cli_server_client_read_request_on_header_field() local
1725 memcpy(field, client->current_header_name, client->current_header_name_len); in php_cli_server_client_read_request_on_header_field()
1726 memcpy(field + client->current_header_name_len, at, length); in php_cli_server_client_read_request_on_header_field()
1727 field[new_length] = '\0'; in php_cli_server_client_read_request_on_header_field()
1728 client->current_header_name = field; in php_cli_server_client_read_request_on_header_field()
/PHP-7.4/ext/standard/tests/strings/
H A Dprintf.phpt33 /* Number of arguments not matching as specified in format field */
H A Dprintf_64bit.phpt33 /* Number of arguments not matching as specified in format field */
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt105 printf("[%03d + 4] Table or field name is wrong, %s\n", $offset,
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation12.phpt7 other than that in the field is provided */
H A DSplFileObject_fputcsv_variation6.phpt8 present in the field to be written to the file
H A DSplFileObject_fputcsv_variation7.phpt8 present in the field to be written to the file
H A DSplFileObject_fputcsv_variation8.phpt8 present in the field to be written to the file

Completed in 83 milliseconds

12345