Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/ext/snmp/
H A Dsnmp.stub.php124 function snmpset(string $hostname, string $community, array|string $object_id, array|string $type, …
145 function snmp2_set(string $hostname, string $community, array|string $object_id, array|string $type…
171 function snmp3_set(
243 public function set(array|string $objectId, array|string $type, array|string $value): bool {}
/php-src/ext/pcre/pcre2lib/sljit/
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/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/standard/
H A Dexec.c92 static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { in handle_line()
112 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/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()
233 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
432 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema()
/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()
1090 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()
1575 …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()
1643 …*zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, int type) /* {{{ */ in zend_std_get_static_property()
1918 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_observer.h112 static inline void zend_observer_error_notify(int type, zend_string *error_filename, uint32_t error… in zend_observer_error_notify()
H A Dzend_map_ptr.h33 #define ZEND_MAP_PTR_DEF(type, name) \ argument
H A Dzend_modules.h96 unsigned char type; member
120 unsigned char type; /* dependency type */ member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken_attr.h45 lxb_html_token_attr_type_t 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/opcache/jit/ir/
H A Dir_sccp.c936 static bool ir_may_promote_i2i(ir_ctx *ctx, ir_type type, ir_ref ref) in ir_may_promote_i2i()
971 static ir_ref ir_promote_i2i(ir_ctx *ctx, ir_type type, ir_ref ref, ir_ref use) in ir_promote_i2i()
1035 static ir_ref ir_ext_const(ir_ctx *ctx, ir_insn *val_insn, ir_op op, ir_type type) in ir_ext_const()
1071 static ir_ref ir_ext_ref(ir_ctx *ctx, ir_ref var_ref, ir_ref src_ref, ir_op op, ir_type type, ir_bi… in ir_ext_ref()
1103 ir_type type = insn->type; in ir_try_promote_ext() local
1410 ir_type type = insn->type; in ir_optimize_phi() local
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php250 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT): bool {}
253 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT): bool {}
/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/intl/
H A Dphp_intl.stub.php226 function intlcal_get_locale(IntlCalendar $calendar, int $type): string|false {}
311 function collator_get_locale(Collator $object, int $type): string|false {}
362 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f…
395 function numfmt_format(NumberFormatter $formatter, int|float $num, int $type = NumberFormatter::TYP…
398 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE…
424 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals…
451 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…
573 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset …

Completed in 72 milliseconds

12345678910>>...12