Home
last modified time | relevance | path

Searched refs:field (Results 101 – 125 of 136) sorted by relevance

123456

/PHP-8.2/ext/intl/
H A Dphp_intl_arginfo.h23 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
37 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
65 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
71 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, field, IS_LONG, 1, "null")
77 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
131 ZEND_ARG_TYPE_INFO(0, field, IS_LONG, 0)
/PHP-8.2/ext/pcntl/tests/
H A D002.phpt58 * "sigprocmask: unknown 'how' field 2147483647"
/PHP-8.2/Zend/
H A Dzend_portability.h371 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_result.c999 MYSQLND_FIELD *field = meta->fields; in MYSQLND_METHOD() local
1000 for (unsigned i = 0; i < meta->field_count; i++, field++) { in MYSQLND_METHOD()
1043 MYSQLND_FIELD *field = result->meta->fields; in MYSQLND_METHOD() local
1046 for (unsigned i = 0; i < field_count; i++, field++) { in MYSQLND_METHOD()
/PHP-8.2/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-8.2/ext/pcntl/
H A Dpcntl.c210 #define PHP_RUSAGE_PARA(from, to, field) \ argument
211 add_assoc_long(to, #field, from.field)
/PHP-8.2/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt5 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
H A Dfputcsv_variation12.phpt6 other than that in the field is provided */
H A Dfputcsv_variation6.phpt7 present in the field to be written to the file
H A Dfputcsv_variation7.phpt7 present in the field to be written to the file
H A Dfputcsv_variation8.phpt7 present in the field to be written to the file
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt154 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
H A Dopenssl_error_string_basic_openssl3.phpt157 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
/PHP-8.2/ext/oci8/tests/
H A Dimp_res_field.phpt2 Oracle Database 12c Implicit Result Sets: field tests
H A Dbug43497.phpt90 function createxmltab($c) // create table w/ field of XML type
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_conf.c46 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
47 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-8.2/ext/standard/tests/strings/
H A Dprintf.phpt37 /* Number of arguments not matching as specified in format field */
H A Dprintf_64bit.phpt37 /* Number of arguments not matching as specified in format field */
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc517 |.macro LOAD_ADDR_ZTS, reg, struct, field
522 | LOAD_ADDR reg, &struct.field
553 | MEM_STORE str_ins, reg, &struct.field, tmp_reg
562 | MEM_STORE str_ins, reg, &struct.field, tmp_reg
571 | MEM_STORE strb_ins, reg, &struct.field, tmp_reg
591 |.macro MEM_LOAD_64_ZTS, ldr_ins, reg, struct, field, tmp_reg
596 | MEM_LOAD ldr_ins, reg, &struct.field, tmp_reg
605 | MEM_LOAD ldr_ins, reg, &struct.field, tmp_reg
614 | MEM_LOAD ldrb_ins, reg, &struct.field, tmp_reg
702 |.macro LOAD_IP_ADDR_ZTS, struct, field, tmp_reg
[all …]
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt98 printf("[%03d + 4] Table or field name is wrong, %s\n", $offset,
/PHP-8.2/ext/spl/tests/SplFileObject/
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 79 milliseconds

123456