Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 121) sorted by last modified time

12345

/PHP-7.1/win32/
H A Dinstall.txt923 parse (i.e. .php) into the field File extensions (.xxx).
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c54 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
55 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1638 char* field = pemalloc(new_length + 1, 1); in php_cli_server_client_read_request_on_header_field() local
1639 memcpy(field, client->current_header_name, client->current_header_name_len); in php_cli_server_client_read_request_on_header_field()
1640 memcpy(field + client->current_header_name_len, at, length); in php_cli_server_client_read_request_on_header_field()
1641 field[new_length] = '\0'; in php_cli_server_client_read_request_on_header_field()
1642 client->current_header_name = field; in php_cli_server_client_read_request_on_header_field()
/PHP-7.1/
H A Dphp.ini-development1502 ; add a hidden <input> field with the info which is otherwise appended
H A Dphp.ini-production1502 ; add a hidden <input> field with the info which is otherwise appended
/PHP-7.1/main/
H A Dphp.h429 #define XtOffset(p_type, field) _Offsetof(p_type, field) argument
432 #define XtOffset(p_type, field) \
433 (sizeof(int)*((unsigned int)&(((p_type)NULL)->field)))
437 #define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field))
443 #define XtOffset(p_type, field) \
444 ((zend_long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
451 #define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
453 #define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
/PHP-7.1/ext/wddx/
H A Dwddx.c854 zval *field; in php_wddx_push_element() local
858 …(field = zend_hash_str_find(Z_ARRVAL(recordset->data), (char*)atts[i+1], strlen((char *)atts[i+1])… in php_wddx_push_element()
859 ZVAL_COPY_VALUE(&ent.data, field); in php_wddx_push_element()
/PHP-7.1/ext/wddx/tests/
H A Dbug52468.phpt2 Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
H A Dbug70661.phpt23 <field name='ryat'>
28 </field>
H A Dbug72860.phpt17 <field name='F'>
H A Dbug73065.phpt70 <field Name="name">
72 </field>
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.re422 * This function appends a hidden input field after a <form>.
/PHP-7.1/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.1/ext/standard/tests/file/
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 Dfscanf.phpt102 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d
H A Dfscanf_error.phpt75 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d
H A Dfputcsv_variation12.phpt11 other than that in the field is provided */
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 ***
H A Dfgetcsv_variation13.phpt10 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
/PHP-7.1/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 ***
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

Completed in 89 milliseconds

12345