Home
last modified time | relevance | path

Searched defs:field (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php232 public function add(int $field, int $value): bool {}
250 public function clear(?int $field = null) {} // TODO make return type void
262 public function get(int $field): int|false {}
268 public function getActualMaximum(int $field): int|false {}
274 public function getActualMinimum(int $field): int|false {}
311 public function getGreatestMinimum(int $field): int|false {}
323 public function getLeastMaximum(int $field): int|false {}
335 public function getMaximum(int $field): int|false {}
353 public function getMinimum(int $field): int|false {}
426 public function roll(int $field, $value): bool {}
[all …]
H A Dcalendar_methods.cpp220 zend_long field; in _php_intlcal_field_uec_ret_in32t_method() local
283 zend_long field, in PHP_FUNCTION() local
414 zend_long field, value; in PHP_FUNCTION() local
442 zend_long field; in PHP_FUNCTION() local
466 zend_long field; in PHP_FUNCTION() local
543 zend_long field; in _php_intlcal_field_ret_in32t_method() local
742 zend_long field; in PHP_FUNCTION() local
H A Dcalendar_class.cpp118 UCalendarDateFields field; member
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c55 ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_le… in ps_fetch_from_1_to_8_bytes()
127 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_… in ps_fetch_null()
136 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_int8()
145 ps_fetch_int16(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int16()
154 ps_fetch_int32(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int32()
163 ps_fetch_int64(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int64()
172 ps_fetch_float(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_float()
195 ps_fetch_double(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const ze… in ps_fetch_double()
210 ps_fetch_time(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_time()
255 ps_fetch_date(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_date()
[all …]
H A Dmysqlnd_result.c999 MYSQLND_FIELD *field = meta->fields; in MYSQLND_METHOD() local
1043 MYSQLND_FIELD *field = result->meta->fields; in MYSQLND_METHOD() local
/PHP-8.2/ext/pgsql/
H A Dpgsql.stub.php522 function pg_field_name(PgSql\Result $result, int $field): string {}
528 function pg_fieldname(PgSql\Result $result, int $field): string {}
530 function pg_field_size(PgSql\Result $result, int $field): int {}
536 function pg_fieldsize(PgSql\Result $result, int $field): int {}
538 function pg_field_type(PgSql\Result $result, int $field): string {}
544 function pg_fieldtype(PgSql\Result $result, int $field): string {}
547 function pg_field_type_oid(PgSql\Result $result, int $field): string|int {}
549 function pg_field_num(PgSql\Result $result, string $field): int {}
555 function pg_fieldnum(PgSql\Result $result, string $field): int {}
601 function pg_fetch_all_columns(PgSql\Result $result, int $field = 0): array {}
[all …]
H A Dpgsql.c1577 zend_long field; in php_pgsql_get_field_info() local
1653 char *field; in PHP_FUNCTION() local
3363 char *field = NULL; in PHP_FUNCTION() local
4472 zend_string *field = NULL; in php_pgsql_convert() local
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php189 function intlcal_get(IntlCalendar $calendar, int $field): int|false {}
195 function intlcal_add(IntlCalendar $calendar, int $field, int $value): bool {}
207 function intlcal_roll(IntlCalendar $calendar, int $field, $value): bool {}
209 function intlcal_clear(IntlCalendar $calendar, ?int $field = null): bool {}
213 function intlcal_get_actual_maximum(IntlCalendar $calendar, int $field): int|false {}
215 function intlcal_get_actual_minimum(IntlCalendar $calendar, int $field): int|false {}
221 function intlcal_get_least_maximum(IntlCalendar $calendar, int $field): int|false {}
223 function intlcal_get_greatest_minimum(IntlCalendar $calendar, int $field): int|false {}
227 function intlcal_get_maximum(IntlCalendar $calendar, int $field): int|false {}
233 function intlcal_get_minimum(IntlCalendar $calendar, int $field): int|false {}
[all …]
/PHP-8.2/ext/sockets/
H A Dconversions.c361 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int()
380 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32()
399 static void from_zval_write_net_uint16(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_net_uint16()
418 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family()
439 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t()
458 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t()
/PHP-8.2/ext/ffi/
H A Dffi.c347 zend_ffi_field *field; in zend_ffi_face_struct_add_fields() local
1215 zend_ffi_field *field; in zend_ffi_cdata_read_field() local
1288 zend_ffi_field *field; in zend_ffi_cdata_write_field() local
2332 zend_ffi_field *field = Z_PTR_P(zv); in zend_ffi_field_hash_dtor() local
2340 zend_ffi_field *field = Z_PTR_P(zv); in zend_ffi_field_hash_persistent_dtor() local
3154 zend_ffi_field *field; in zend_ffi_subst_old_type() local
3662 zend_ffi_field *field; in zend_ffi_subst_type() local
5981 zend_ffi_field *field = NULL; local
6014 zend_ffi_field *field; local
6060 zend_ffi_field *field; local
[all …]
/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/mysqli/
H A Dmysqli_api.c650 static void php_add_field_properties(zval *value, const MYSQL_FIELD *field) in php_add_field_properties()
680 const MYSQL_FIELD *field; in PHP_FUNCTION() local
716 const MYSQL_FIELD *field = mysql_fetch_field_direct(result, i); in PHP_FUNCTION() local
731 const MYSQL_FIELD *field; in PHP_FUNCTION() local
/PHP-8.2/ext/odbc/
H A Dodbc.stub.php371 function odbc_result($statement, string|int $field): string|bool|null {}
H A Dphp_odbc.c1661 char *field; in PHP_FUNCTION() local
/PHP-8.2/ext/pcntl/
H A Dpcntl.c210 #define PHP_RUSAGE_PARA(from, to, field) \ argument
/PHP-8.2/Zend/
H A Dzend_portability.h371 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument

Completed in 148 milliseconds