Home
last modified time | relevance | path

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

/PHP-8.3/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
466 zend_long field, value; in PHP_FUNCTION() local
494 zend_long field; in PHP_FUNCTION() local
518 zend_long field; in PHP_FUNCTION() local
595 zend_long field; in _php_intlcal_field_ret_in32t_method() local
794 zend_long field; in PHP_FUNCTION() local
H A Dcalendar_class.cpp118 UCalendarDateFields field; member
/PHP-8.3/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.c997 MYSQLND_FIELD *field = meta->fields; in MYSQLND_METHOD() local
1041 MYSQLND_FIELD *field = result->meta->fields; in MYSQLND_METHOD() local
/PHP-8.3/ext/pgsql/
H A Dpgsql.stub.php569 function pg_field_name(PgSql\Result $result, int $field): string {}
575 function pg_fieldname(PgSql\Result $result, int $field): string {}
577 function pg_field_size(PgSql\Result $result, int $field): int {}
583 function pg_fieldsize(PgSql\Result $result, int $field): int {}
585 function pg_field_type(PgSql\Result $result, int $field): string {}
591 function pg_fieldtype(PgSql\Result $result, int $field): string {}
594 function pg_field_type_oid(PgSql\Result $result, int $field): string|int {}
596 function pg_field_num(PgSql\Result $result, string $field): int {}
602 function pg_fieldnum(PgSql\Result $result, string $field): int {}
648 function pg_fetch_all_columns(PgSql\Result $result, int $field = 0): array {}
[all …]
H A Dpgsql.c1581 zend_long field; in php_pgsql_get_field_info() local
1657 char *field; in PHP_FUNCTION() local
3402 char *field = NULL; in PHP_FUNCTION() local
4520 zend_string *field = NULL; in php_pgsql_convert() local
/PHP-8.3/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): true {}
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.3/ext/sockets/
H A Dconversions.c369 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int()
388 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32()
407 static void from_zval_write_net_uint16(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_net_uint16()
426 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family()
447 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t()
466 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t()
/PHP-8.3/ext/ffi/
H A Dffi.c358 zend_ffi_field *field; in zend_ffi_face_struct_add_fields() local
1228 zend_ffi_field *field; in zend_ffi_cdata_read_field() local
1301 zend_ffi_field *field; in zend_ffi_cdata_write_field() local
2343 zend_ffi_field *field = Z_PTR_P(zv); in zend_ffi_field_hash_dtor() local
2351 zend_ffi_field *field = Z_PTR_P(zv); in zend_ffi_field_hash_persistent_dtor() local
3181 zend_ffi_field *field; in zend_ffi_subst_old_type() local
3700 zend_ffi_field *field; in zend_ffi_subst_type() local
6052 zend_ffi_field *field = NULL; local
6085 zend_ffi_field *field; local
6131 zend_ffi_field *field; local
[all …]
/PHP-8.3/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.3/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.3/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.3/ext/pcntl/
H A Dpcntl.c210 #define PHP_RUSAGE_PARA(from, to, field) \ argument
/PHP-8.3/Zend/
H A Dzend_portability.h370 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument

Completed in 84 milliseconds