Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 282) sorted by relevance

12345678910>>...12

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c363 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code() local
876 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
896 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
1006 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
H A DsljitNativeMIPS_32.c353 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
409 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitNativeX86_32.c288 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code() local
1038 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
1088 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
1252 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dat_rule.h20 lxb_css_at_rule_type_t type; member
H A Drule.h44 lxb_css_rule_type_t type; member
66 uintptr_t type; member
102 uintptr_t type; member
290 lxb_css_rule_type_t type) in lxb_css_rule_create()
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c127 zend_uchar *type; in fpm_php_trace_dump() local
/php-src/ext/standard/
H A Dexec.c94 static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { in handle_line()
114 PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value) in php_exec()
H A Durl_scanner_ex.h54 int type; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c786 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute() local
888 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute() local
/php-src/ext/xsl/
H A Dphp_xsl.c189 static zval *xsl_objects_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, v… in xsl_objects_get_property_ptr_ptr()
198 static zval *xsl_objects_read_property(zend_object *object, zend_string *member, int type, void **c… in xsl_objects_read_property()
/php-src/ext/com_dotnet/
H A Dcom_extension.stub.php339 function variant_set_type(variant $variant, int $type): void {}
341 function variant_cast(variant $variant, int $type): variant {}
358 … public function __construct(mixed $value = null, int $type = VT_EMPTY, int $codepage = CP_ACP) {}
H A Dcom_saproxy.c69 static zval *saproxy_property_read(zend_object *object, zend_string *member, int type, void **cache… in saproxy_property_read()
84 static zval *saproxy_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in saproxy_read_dimension()
335 static zend_result saproxy_object_cast(zend_object *readobj, zval *writeobj, int type) in saproxy_object_cast()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c53 int type; member
113 zval *xmlreader_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **cache… in xmlreader_get_property_ptr_ptr()
127 zval *xmlreader_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, … in xmlreader_read_property()
228 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
427 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken_attr.h45 lxb_html_token_attr_type_t type; member
/php-src/Zend/
H A Dzend_object_handlers.c607 ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *name, int type, void **cache_… in zend_std_read_property()
987 ZEND_API zval *zend_std_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* {{… in zend_std_read_dimension()
1088 ZEND_API zval *zend_std_get_property_ptr_ptr(zend_object *zobj, zend_string *name, int type, void *… in zend_std_get_property_ptr_ptr()
1573 …ic_property_with_info(zend_class_entry *ce, zend_string *property_name, int type, zend_property_in… in zend_std_get_static_property_with_info()
1641 …*zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, int type) /* {{{ */ in zend_std_get_static_property()
1915 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *readobj, zval *writeobj, int type) … in zend_std_cast_object_tostring()
H A Dzend_map_ptr.h31 #define ZEND_MAP_PTR_DEF(type, name) \ argument
H A Dzend_observer.h110 static inline void zend_observer_error_notify(int type, zend_string *error_filename, uint32_t error… in zend_observer_error_notify()
H A Dzend_modules.h96 unsigned char type; member
120 unsigned char type; /* dependency type */ member
/php-src/ext/intl/formatter/
H A Dformatter_parse.c33 zend_long type = FORMAT_TYPE_DOUBLE; in PHP_FUNCTION() local
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c669 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) /* {{{ */ in pdo_mysql_stmt_get_col()
716 static char *type_to_name_native(int type) /* {{{ */ in type_to_name_native()
/php-src/ext/intl/collator/
H A Dcollator.stub.php138 public function getLocale(int $type): string|false {}
/php-src/ext/simplexml/
H A Dsimplexml.c151 …sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char *name, SXE_ITER *type) /* {{{ */ in sxe_get_element_by_name()
189 …e_prop_dim_read(zend_object *object, zval *member, bool elements, bool attribs, int type, zval *rv) in sxe_prop_dim_read()
329 static zval *sxe_property_read(zend_object *object, zend_string *name, int type, void **cache_slot,… in sxe_property_read()
338 static zval *sxe_dimension_read(zend_object *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
617 SXE_ITER type; in sxe_property_get_adr() local
1762 static zend_result cast_object(zval *object, int type, char *contents) in cast_object()
1791 static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast_ex()
1844 static zend_result sxe_object_cast(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c935 static bool ir_may_promote_i2i(ir_ctx *ctx, ir_type type, ir_ref ref) in ir_may_promote_i2i()
970 static ir_ref ir_promote_i2i(ir_ctx *ctx, ir_type type, ir_ref ref, ir_ref use) in ir_promote_i2i()
1034 static ir_ref ir_ext_const(ir_ctx *ctx, ir_insn *val_insn, ir_op op, ir_type type) in ir_ext_const()
1070 static ir_ref ir_ext_ref(ir_ctx *ctx, ir_ref var_ref, ir_ref src_ref, ir_op op, ir_type type) in ir_ext_ref()
1099 ir_type type = insn->type; in ir_try_promote_ext() local
1409 ir_type type = insn->type; in ir_optimize_phi() local
/php-src/ext/sockets/
H A Dsendrecvmsg.c100 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
287 type, in PHP_FUNCTION() local
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php361 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT): bool {}
364 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT): bool {}

Completed in 68 milliseconds

12345678910>>...12