Home
last modified time | relevance | path

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

1234567891011

/PHP-8.0/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()
628 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
2955 sdlTypePtr type; in to_xml_list() local
3131 sdlTypePtr type; in sdl_guess_convert_zval() local
3195 sdlTypePtr type; in sdl_guess_convert_xml() local
3312 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
2281 sdlTypePtr type; in schema_pass2() local
2368 sdlTypePtr type = Z_PTR_P(zv); in delete_type() local
[all …]
/PHP-8.0/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
184 #define TSRMG_STATIC(id, type, element) argument
/PHP-8.0/ext/ffi/
H A Dffi.c107 zend_ffi_type *type; member
111 zend_ffi_type *type; member
4033 zend_ffi_type *type; in ZEND_METHOD() local
4074 zend_ffi_type *type; in ZEND_METHOD() local
4203 zend_ffi_type *type; in ZEND_METHOD() local
4229 zend_ffi_type *type; in ZEND_METHOD() local
4386 zend_ffi_type *type; in ZEND_METHOD() local
4417 zend_ffi_type *type; in ZEND_METHOD() local
4460 zend_ffi_type *type; in ZEND_METHOD() local
5367 zend_ffi_type *type; local
[all …]
H A Dffi.stub.php15 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): …
24 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {}
26 public static function type(string $type): ?FFI\CType {} function in FFI
31 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
/PHP-8.0/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.0/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.0/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.c98 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
255 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
265 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
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()
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 Ddns_win32.c99 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
145 int type; in php_parserr() local
353 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php19 public function format(int|float $num, int $type = NumberFormatter::TYPE_DEFAULT) {}
26 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null) {}
94 public function getLocale(int $type = ULOC_ACTUAL_LOCALE) {}
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.stub.php8 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe…
11 …public function bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLeng…
14 public function bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR) {}
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c963 #define JUMP_POSTFIX(type) \ argument
1665 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmp()
1798 sljit_s32 type) in check_sljit_emit_op_flags()
1869 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_mem()
2039 …tic SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov_generic()
2120 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2248 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
2589 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2604 sljit_s32 type) in sljit_emit_op_flags()
[all …]
H A DsljitNativeARM_64.c865 sljit_u32 type = (shift << 30); in emit_op_mem() local
1385 sljit_ins type = (shift << 30); in emit_fop_mem() local
1612 static sljit_uw get_cc(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.0/ext/filter/
H A Dfilter.stub.php7 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options…
11 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
/PHP-8.0/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) {
61 function testSimpleCaseMap($type, int $origCode, int $newCode) {
/PHP-8.0/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, const char *error_filename, uint32_t error_lineno, zend_strin… 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()
H A Dzend_stack.c99 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply()
122 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument()
/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php21 public static function charFromName(string $name, int $type = IntlChar::UNICODE_CHAR_NAME) {}
27 … public static function charName(int|string $codepoint, int $type = IntlChar::UNICODE_CHAR_NAME) {}
39 …n enumCharNames(int|string $start, int|string $end, callable $callback, int $type = IntlChar::UNIC…
82 … public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME) {}
88 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_…
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.h37 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) argument
39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) argument
52 #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PH… argument
61 #define phpdbg_script_ex(out, type, fmt, ...) phpdbg_print(type , out, NULL, NULL… argument
/PHP-8.0/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.0/ext/iconv/
H A Diconv.stub.php21 function iconv_set_encoding(string $type, string $encoding): bool {}
23 function iconv_get_encoding(string $type = "all"): array|string|false {}

Completed in 168 milliseconds

1234567891011