Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php26 public function fieldDifference(float $timestamp, int $field): int|false {}
32 public function add(int $field, int $value): bool {}
62 public function get(int $field): int|false {}
68 public function getActualMaximum(int $field): int|false {}
74 public function getActualMinimum(int $field): int|false {}
111 public function getGreatestMinimum(int $field): int|false {}
123 public function getLeastMaximum(int $field): int|false {}
135 public function getMaximum(int $field): int|false {}
153 public function getMinimum(int $field): int|false {}
226 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.1/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.c992 MYSQLND_FIELD *field = meta->fields; in MYSQLND_METHOD() local
1036 MYSQLND_FIELD *field = result->meta->fields; in MYSQLND_METHOD() local
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php141 function pg_field_name(PgSql\Result $result, int $field): string {}
147 function pg_fieldname(PgSql\Result $result, int $field): string {}
149 function pg_field_size(PgSql\Result $result, int $field): int {}
155 function pg_fieldsize(PgSql\Result $result, int $field): int {}
157 function pg_field_type(PgSql\Result $result, int $field): string {}
163 function pg_fieldtype(PgSql\Result $result, int $field): string {}
166 function pg_field_type_oid(PgSql\Result $result, int $field): string|int {}
168 function pg_field_num(PgSql\Result $result, string $field): int {}
174 function pg_fieldnum(PgSql\Result $result, string $field): int {}
220 function pg_fetch_all_columns(PgSql\Result $result, int $field = 0): array {}
[all …]
H A Dpgsql.c1671 zend_long field; in php_pgsql_get_field_info() local
1747 char *field; in PHP_FUNCTION() local
3457 char *field = NULL; in PHP_FUNCTION() local
4566 zend_string *field = NULL; in php_pgsql_convert() local
/PHP-8.1/ext/odbc/
H A Dodbc.stub.php61 function odbc_result($statement, string|int $field): string|bool|null {}
93 function odbc_field_name($statement, int $field): string|false {}
96 function odbc_field_type($statement, int $field): string|false {}
99 function odbc_field_len($statement, int $field): int|false {}
105 function odbc_field_precision($statement, int $field): int|false {}
108 function odbc_field_scale($statement, int $field): int|false {}
111 function odbc_field_num($statement, string $field): int|false {}
H A Dphp_odbc.c1733 char *field; in PHP_FUNCTION() local
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php24 function intlcal_get(IntlCalendar $calendar, int $field): int|false {}
30 function intlcal_add(IntlCalendar $calendar, int $field, int $value): bool {}
42 function intlcal_roll(IntlCalendar $calendar, int $field, $value): bool {}
44 function intlcal_clear(IntlCalendar $calendar, ?int $field = null): bool {}
48 function intlcal_get_actual_maximum(IntlCalendar $calendar, int $field): int|false {}
50 function intlcal_get_actual_minimum(IntlCalendar $calendar, int $field): int|false {}
56 function intlcal_get_least_maximum(IntlCalendar $calendar, int $field): int|false {}
58 function intlcal_get_greatest_minimum(IntlCalendar $calendar, int $field): int|false {}
62 function intlcal_get_maximum(IntlCalendar $calendar, int $field): int|false {}
68 function intlcal_get_minimum(IntlCalendar $calendar, int $field): int|false {}
[all …]
/PHP-8.1/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.1/ext/ffi/
H A Dffi.c298 zend_ffi_field *field; in zend_ffi_face_struct_add_fields() local
1168 zend_ffi_field *field; in zend_ffi_cdata_read_field() local
1241 zend_ffi_field *field; in zend_ffi_cdata_write_field() local
2281 zend_ffi_field *field = Z_PTR_P(zv); in zend_ffi_field_hash_dtor() local
2289 zend_ffi_field *field = Z_PTR_P(zv); in zend_ffi_field_hash_persistent_dtor() local
3103 zend_ffi_field *field; in zend_ffi_subst_old_type() local
3607 zend_ffi_field *field; in zend_ffi_subst_type() local
5954 zend_ffi_field *field = NULL; local
5987 zend_ffi_field *field; local
6033 zend_ffi_field *field; local
[all …]
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c45 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
46 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c1133 static void php_add_field_properties(zval *value, const MYSQL_FIELD *field)
1167 const MYSQL_FIELD *field; local
1203 const MYSQL_FIELD *field = mysql_fetch_field_direct(result, i); local
1218 const MYSQL_FIELD *field; local
/PHP-8.1/ext/pcntl/
H A Dpcntl.c557 #define PHP_RUSAGE_PARA(from, to, field) \ argument
/PHP-8.1/Zend/
H A Dzend_portability.h345 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1681 char* field = pemalloc(new_length + 1, 1); in php_cli_server_client_read_request_on_header_field() local

Completed in 127 milliseconds