Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 259) sorted by relevance

1234567891011

/PHP-8.1/ext/soap/
H A Dphp_encoding.c268 static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) in find_encoder_by_type_name()
624 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
2079 sdlTypePtr type, in add_xml_array_elements()
2449 char *type, *end, *ns; in to_zval_array() local
2470 char *type, *ns; in to_zval_array() local
2502 char *type, *end; in to_zval_array() local
2954 sdlTypePtr type; in to_xml_list() local
3130 sdlTypePtr type; in sdl_guess_convert_zval() local
3194 sdlTypePtr type; in sdl_guess_convert_xml() local
3311 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
[all …]
H A Dphp_schema.c415 char *type, *ns; in schema_list() local
499 char *type, *ns; in schema_union() local
642 char *type, *ns; in schema_restriction_simpleContent() local
747 char *type, *ns; in schema_restriction_complexContent() local
872 char *type, *ns; in schema_extension_simpleContent() local
927 char *type, *ns; in schema_extension_complexContent() local
1076 char *type, *ns; in schema_group() local
1511 char *type, *ns; in schema_element() local
2288 sdlTypePtr type; in schema_pass2() local
2375 sdlTypePtr type = Z_PTR_P(zv); in delete_type() local
[all …]
/PHP-8.1/ext/ffi/
H A Dffi.c107 zend_ffi_type *type; member
111 zend_ffi_type *type; member
4048 zend_ffi_type *type; in ZEND_METHOD() local
4089 zend_ffi_type *type; in ZEND_METHOD() local
4218 zend_ffi_type *type; in ZEND_METHOD() local
4244 zend_ffi_type *type; in ZEND_METHOD() local
4401 zend_ffi_type *type; in ZEND_METHOD() local
4432 zend_ffi_type *type; in ZEND_METHOD() local
4475 zend_ffi_type *type; in ZEND_METHOD() local
4524 zend_ffi_type *type; in ZEND_METHOD() local
[all …]
H A Dffi.stub.php16 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): …
25 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {}
27 public static function type(string $type): ?FFI\CType {} argument
32 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
/PHP-8.1/TSRM/
H A DTSRM.h161 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
162 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
163 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
164 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument
166 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
167 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
168 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
169 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
186 #define TSRMG_STATIC(id, type, element) argument
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_debug.c31 static void zend_accel_error_va_args(int type, const char *format, va_list args) in zend_accel_error_va_args()
99 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
107 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) in zend_accel_error_noreturn()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_cleanup.c11 int type; member
18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
36 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
/PHP-8.1/win32/
H A Dsockets.c27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32()
94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/PHP-8.1/ext/standard/
H A Dphp_dns.h23 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
30 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
44 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Ddl.c110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
282 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
292 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
H A Dcrc32_x86.c291 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) in crc32_x86_simd_update()
314 static size_t crc32_x86_simd_update_default(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char… in crc32_x86_simd_update_default()
335 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr)… in crc32_x86_simd_update()
H A Dtype.c24 zend_string *type; in PHP_FUNCTION() local
88 zend_string *type; in PHP_FUNCTION() local
240 static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type()
/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php20 … public function format(int|float $num, int $type = NumberFormatter::TYPE_DEFAULT): string|false {}
27 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): …
95 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c978 #define JUMP_POSTFIX(type) \ argument
1679 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmp()
1812 sljit_s32 type) in check_sljit_emit_op_flags()
1881 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_mem()
2051 …tic SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov_generic()
2132 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2239 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2260 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
2603 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2618 sljit_s32 type) in sljit_emit_op_flags()
[all …]
H A DsljitNativeARM_64.c861 sljit_u32 type = (shift << 30); in emit_op_mem() local
1381 sljit_ins type = (shift << 30); in emit_fop_mem() local
1608 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
1683 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1709 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
1723 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, in emit_cmp_to0()
1785 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
1802 sljit_s32 type) in sljit_emit_op_flags()
1848 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
1872 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
[all …]
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.stub.php11 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe…
14 …public function bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLeng…
17 public function bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool {}
/PHP-8.1/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) {
61 function testSimpleCaseMap($type, int $origCode, int $newCode) {
/PHP-8.1/ext/filter/
H A Dfilter.stub.php7 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options…
12 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_out.c43 static int phpdbg_process_print(int fd, int type, const char *msg, int msglen) { in phpdbg_process_print()
123 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *strfmt, va_list args) { in phpdbg_vprint()
194 PHPDBG_API int phpdbg_print(int type, int fd, const char *strfmt, ...) { in phpdbg_print()
/PHP-8.1/Zend/
H A Dzend_dtrace.c44 ZEND_API zend_op_array *dtrace_compile_file(zend_file_handle *file_handle, int type) in dtrace_compile_file()
112 void dtrace_error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_stri… in dtrace_error_notify_cb()
H A Dzend_ini_scanner.l144 #define RETURN_TOKEN(type, str, len) { \ argument
156 zend_uchar type; in convert_to_number() local
174 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c537 uint32_t type = Z_TYPE_P(zv); in zend_jit_needs_arg_dtor() local
4104 uint8_t type, mem_type; in zend_jit_trace() local
5424 zend_uchar type; in zend_jit_trace() local
6300 zend_uchar type = IS_UNKNOWN; in zend_jit_trace() local
6368 zend_uchar type = IS_UNKNOWN; in zend_jit_trace() local
6436 zend_uchar type = IS_UNKNOWN; in zend_jit_trace() local
6490 zend_uchar type = IS_UNKNOWN; in zend_jit_trace() local
6526 zend_uchar type = IS_UNKNOWN; in zend_jit_trace() local
6548 zend_uchar type = IS_UNKNOWN; in zend_jit_trace() local
6933 uint8_t type = STACK_TYPE(stack, i); in zend_jit_trace() local
[all …]
/PHP-8.1/ext/intl/uchar/
H A Duchar.stub.php20 …public static function charFromName(string $name, int $type = IntlChar::UNICODE_CHAR_NAME): ?int {}
26 …public static function charName(int|string $codepoint, int $type = IntlChar::UNICODE_CHAR_NAME): ?…
38 …n enumCharNames(int|string $start, int|string $end, callable $callback, int $type = IntlChar::UNIC…
79 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s…
85 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_…
/PHP-8.1/ext/intl/common/
H A Dcommon_date.cpp33 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, in timezone_convert_datetimezone()
169 int type; in intl_zval_to_millis() local
/PHP-8.1/ext/iconv/
H A Diconv.stub.php29 function iconv_set_encoding(string $type, string $encoding): bool {}
35 function iconv_get_encoding(string $type = "all"): array|string|false {}

Completed in 172 milliseconds

1234567891011