/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | property.h | 23 lxb_css_property_type_t type; member 44 lxb_css_visibility_type_t type; member 64 lxb_css_box_sizing_type_t type; member 107 lxb_css_position_type_t type; member 129 lxb_css_text_align_type_t type; member 164 lxb_css_word_break_type_t type; member 174 lxb_css_hyphens_type_t type; member 184 lxb_css_word_wrap_type_t type; member 238 lxb_css_clear_type_t type; member 246 lxb_css_wrap_flow_type_t type; member [all …]
|
H A D | value.h | 39 lxb_css_value_type_t type; member 49 lxb_css_value_type_t type; member 60 lxb_css_value_type_t type; member 70 lxb_css_value_type_t type; member 80 lxb_css_value_type_t type; member 86 lxb_css_value_type_t type; member 92 lxb_css_value_type_t type; member 98 lxb_css_value_type_t type; member 117 lxb_css_value_type_t type; member 123 lxb_css_value_type_t type; member [all …]
|
H A D | log.c | 94 lxb_css_log_append(lxb_css_log_t *log, lxb_css_log_type_t type, in lxb_css_log_append() 120 lxb_css_log_push(lxb_css_log_t *log, lxb_css_log_type_t type, size_t length) in lxb_css_log_push() 140 lxb_css_log_format(lxb_css_log_t *log, lxb_css_log_type_t type, in lxb_css_log_format() 180 lxb_css_log_type_by_id(lxb_css_log_type_t type, size_t *out_length) in lxb_css_log_type_by_id()
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 270 static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) in find_encoder_by_type_name() 633 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user() 2138 sdlTypePtr type, in add_xml_array_elements() 2525 const char *type; in to_zval_array() local 2546 const char *type; in to_zval_array() local 2578 char *type, *end; in to_zval_array() local 3052 sdlTypePtr type; in to_xml_list() local 3225 sdlTypePtr type; in sdl_guess_convert_zval() local 3289 sdlTypePtr type; in sdl_guess_convert_xml() local 3406 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type() [all …]
|
H A D | php_schema.c | 438 const char *type; in schema_list() local 522 const char *type; in schema_union() local 665 const char *type; in schema_restriction_simpleContent() local 770 const char *type; in schema_restriction_complexContent() local 895 const char *type; in schema_extension_simpleContent() local 950 const char *type; in schema_extension_complexContent() local 1099 const char *type; in schema_group() local 1537 const char *type; in schema_element() local 2314 sdlTypePtr type; in schema_pass2() local 2401 sdlTypePtr type = Z_PTR_P(zv); in delete_type() local [all …]
|
/php-src/ext/ffi/ |
H A D | ffi.c | 120 zend_ffi_type *type; member 124 zend_ffi_type *type; member 4208 zend_ffi_type *type; in ZEND_METHOD() local 4249 zend_ffi_type *type; in ZEND_METHOD() local 4384 zend_ffi_type *type; in ZEND_METHOD() local 4410 zend_ffi_type *type; in ZEND_METHOD() local 4567 zend_ffi_type *type; in ZEND_METHOD() local 4598 zend_ffi_type *type; in ZEND_METHOD() local 4641 zend_ffi_type *type; in ZEND_METHOD() local 4690 zend_ffi_type *type; in ZEND_METHOD() local [all …]
|
H A D | ffi.stub.php | 18 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … 27 public static function cast(FFI\CType|string $type, $ptr): FFI\CData {} 29 public static function type(string $type): FFI\CType {} argument 34 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
|
/php-src/TSRM/ |
H A D | TSRM.h | 169 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument 170 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument 171 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument 172 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument 174 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument 175 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument 176 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument 177 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument 194 #define TSRMG_STATIC(id, type, element) argument
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_debug.c | 31 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-src/sapi/fpm/fpm/ |
H A D | fpm_cleanup.c | 11 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-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 93 #define SSIZE_OF(type) ((sljit_s32)sizeof(sljit_ ## type)) argument 145 #define SLJIT_SIMD_GET_OPCODE(type) ((type) & 0xff) argument 146 #define SLJIT_SIMD_GET_REG_SIZE(type) (((type) >> 12) & 0x3f) argument 147 #define SLJIT_SIMD_GET_ELEM_SIZE(type) (((type) >> 18) & 0x3f) argument 148 #define SLJIT_SIMD_GET_ELEM2_SIZE(type) (((type) >> 24) & 0x3f) argument 308 #define GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, type) \ argument 2185 #define CHECK_UNORDERED(type, last_flags) \ argument 2189 #define CHECK_UNORDERED(type, last_flags) 0 argument 2381 sljit_s32 type) in check_sljit_emit_op_flags() 3082 static sljit_s32 sljit_emit_mem_unaligned(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem_unaligned() [all …]
|
H A D | sljitNativeARM_64.c | 603 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) in sljit_cmp_info() 1136 sljit_u32 type = (shift << 30); in emit_op_mem() local 1887 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 type, sljit_s32 reg) in sljit_get_register_index() 1917 sljit_ins type = (shift << 30); in emit_fop_mem() local 2237 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc() 2384 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, in emit_cmp_to0() 2449 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall() 2479 sljit_s32 type) in sljit_emit_op_flags() 2525 …JIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_select() 2552 …IT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fselect() [all …]
|
/php-src/win32/ |
H A D | sockets.c | 27 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-src/ext/standard/ |
H A D | dl.c | 110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() 271 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() 281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
|
H A D | php_dns.h | 23 #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
|
/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 198 … public function format(int|float $num, int $type = NumberFormatter::TYPE_DEFAULT): string|false {} 205 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): … 273 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 46 #define IR_TYPE_NAME(name, type, field, flags) #name, argument 47 #define IR_TYPE_CNAME(name, type, field, flags) #type, argument 48 #define IR_TYPE_SIZE(name, type, field, flags) sizeof(type), argument 544 ir_ref ir_const(ir_ctx *ctx, ir_val val, uint8_t type) 2250 ir_type type; local 2298 ir_ref _ir_CALL(ir_ctx *ctx, ir_type type, ir_ref func) 2414 void _ir_TAILCALL(ir_ctx *ctx, ir_type type, ir_ref func) 2741 ir_ref _ir_VLOAD(ir_ctx *ctx, ir_type type, ir_ref var) 2842 ir_ref _ir_RLOAD(ir_ctx *ctx, ir_type type, ir_ref reg) 2854 ir_ref _ir_LOAD(ir_ctx *ctx, ir_type type, ir_ref addr) [all …]
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.stub.php | 11 …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-src/ext/mbstring/ucgendat/ |
H A D | uctest.php | 48 function testCaseMap($type, int $origCode, array $newCodes) { 61 function testSimpleCaseMap($type, int $origCode, int $newCode) {
|
/php-src/Zend/ |
H A D | zend.c | 1438 int type = orig_type & E_ALL; in zend_error_zstr_at() local 1601 static ZEND_COLD void get_filename_lineno(int type, zend_string **filename, uint32_t *lineno) { in get_filename_lineno() 1643 int type, zend_string *filename, uint32_t lineno, const char *format, ...) { in zend_error_at() 1656 #define zend_error_impl(type, format) do { \ argument 1666 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error() 1670 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked() 1675 int type, zend_string *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn() 1691 #define zend_error_noreturn_impl(type, format) do { \ argument 1703 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() 1731 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr() [all …]
|
H A D | zend_dtrace.c | 44 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()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_out.c | 43 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-src/ext/dom/lexbor/lexbor/core/ |
H A D | avl.c | 91 lexbor_avl_node_make(lexbor_avl_t *avl, size_t type, void *value) in lexbor_avl_node_make() 259 size_t type, void *value) in lexbor_avl_insert() 399 lexbor_avl_remove(lexbor_avl_t *avl, lexbor_avl_node_t **scope, size_t type) in lexbor_avl_remove() 437 lexbor_avl_search(lexbor_avl_t *avl, lexbor_avl_node_t *node, size_t type) in lexbor_avl_search()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 505 uint32_t type = Z_TYPE_P(zv); in zend_jit_needs_arg_dtor() local 4212 uint8_t type, mem_type; in zend_jit_trace() local 5594 uint8_t type; in zend_jit_trace() local 6536 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local 6654 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local 6722 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local 6776 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local 6812 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local 6834 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local 7888 const char *type; in zend_jit_dump_trace() local [all …]
|
/php-src/ext/intl/uchar/ |
H A D | uchar.stub.php | 1401 …public static function charFromName(string $name, int $type = IntlChar::UNICODE_CHAR_NAME): ?int {} 1407 …public static function charName(int|string $codepoint, int $type = IntlChar::UNICODE_CHAR_NAME): ?… 1419 …n enumCharNames(int|string $start, int|string $end, callable $callback, int $type = IntlChar::UNIC… 1458 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s… 1464 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_…
|