Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 259) sorted by relevance

1234567891011

/PHP-8.1/ext/enchant/
H A Denchant.stub.php29 function enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool {}
32 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {}
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1001 #define EMIT_DATA_TRANSFER(type, add, target_reg, base_reg, arg) \ argument
1006 #define IS_TYPE1_TRANSFER(type) \ argument
2161 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
2236 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2478 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2513 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type in sljit_emit_ijump()
2554 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2591 sljit_s32 type) in sljit_emit_op_flags()
2630 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2667 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
H A DsljitNativeMIPS_64.c619 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
647 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitNativeARM_T2_32.c297 sljit_s32 type = (jump->flags >> 4) & 0xf; in set_jump_instruction() local
1768 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
1843 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2075 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2110 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type in sljit_emit_ijump()
2142 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2179 sljit_s32 type) in sljit_emit_op_flags()
2230 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2278 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
H A DsljitNativeSPARC_common.c1278 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
1337 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1384 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
1400 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type in sljit_emit_ijump()
1436 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
1461 sljit_s32 type) in sljit_emit_op_flags()
1504 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c430 int type, in decode_reg()
527 unsigned int type, in decode_modrm_reg()
544 unsigned char type, /* register type */ in decode_modrm_rm()
730 enum ud_operand_code type, in decode_operand()
/PHP-8.1/ext/snmp/
H A Dsnmp.stub.php16 function snmpset(string $hostname, string $community, array|string $object_id, array|string $type, …
37 function snmp2_set(string $hostname, string $community, array|string $object_id, array|string $type…
63 function snmp3_set(
109 public function set(array|string $objectId, array|string $type, array|string $value): bool {}
/PHP-8.1/ext/standard/
H A Ddns.c391 int type = DNS_T_MX, i; in PHP_FUNCTION() local
468 u_short type, class, dlen; in php_parserr() local
845 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
1071 u_short type, weight; in PHP_FUNCTION() local
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()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_info.c240 const char *type = zend_rsrc_list_get_rsrc_type(Z_RES_P(data)); in phpdbg_print_symbols() local
377 …const char *type = (ce->ce_flags & ZEND_ACC_INTERFACE) ? "Interface" : (ce->ce_flags & ZEND_ACC_AB… in phpdbg_print_class_name() local
H A Dphpdbg_list.c229 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file()
277 zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { in phpdbg_init_compile_file()
/PHP-8.1/Zend/Optimizer/
H A Dssa_integrity.c88 static inline bool is_var_type(zend_uchar type) { in is_var_type()
120 uint32_t type = ssa->var_info[i].type; in ssa_verify_integrity() local
/PHP-8.1/Zend/
H A Dzend_compile.c214 const zend_uchar type; member
868 zend_string *name, uint32_t type, bool *is_fully_qualified, in zend_resolve_non_class_name()
1285 ZEND_API zend_string *zend_type_to_string(zend_type type) { in zend_type_to_string()
2439 static size_t zend_type_get_num_classes(zend_type type) { in zend_type_get_num_classes()
2452 zend_type type = return_info->type; in zend_emit_return_type_check() local
6305 static bool zend_type_contains_traversable(zend_type type) { in zend_type_contains_traversable()
6323 zend_type type = ZEND_TYPE_INIT_NONE(0); in zend_compile_typename() local
6835 zend_type type = ZEND_TYPE_INIT_NONE(0); in zend_compile_params() local
7391 zend_type type = ZEND_TYPE_INIT_NONE(0); in zend_compile_prop_decl() local
8036 static char *zend_get_use_type_str(uint32_t type) /* {{{ */ in zend_get_use_type_str()
[all …]
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
/PHP-8.1/ext/oci8/
H A Doci8.stub.php6 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {}
13 function ocidefinebyname($statement, string $column, mixed &$var, int $type = 0): bool {}
16 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =…
23 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)…
29 …string $param, &$var, int $max_array_length, int $max_item_length = -1, int $type = SQLT_AFC): boo…
102 function oci_new_descriptor($connection, int $type = OCI_DTYPE_LOB): ?OCILob {}
109 function ocinewdescriptor($connection, int $type = OCI_DTYPE_LOB): ?OCILob {}
666 public function writeTemporary(string $data, int $type = OCI_TEMP_CLOB): bool {}
/PHP-8.1/ext/pdo_dblib/
H A Ddblib_stmt.c38 static char *pdo_dblib_get_field_name(int type) in pdo_dblib_get_field_name()
343 static int pdo_dblib_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *zv, enum pdo_param_type *type) in pdo_dblib_stmt_get_col()
/PHP-8.1/ext/intl/formatter/
H A Dformatter_format.c31 zend_long type = FORMAT_TYPE_DEFAULT; in PHP_FUNCTION() local
/PHP-8.1/ext/sockets/
H A Dsockets.stub.php51 function socket_create(int $domain, int $type, int $protocol): Socket|false {}
96 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
117 function socket_cmsg_space(int $level, int $type, int $num = 0): ?int {}
/PHP-8.1/main/
H A Dmain.c923 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror()
1103 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref()
1115 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1()
1127 …ror_docref2(const char *docref, const char *param1, const char *param2, int type, const char *form… in php_error_docref2()
1183 static void report_zend_debug_error_notify_cb(int type, zend_string *error_filename, uint32_t error… in report_zend_debug_error_notify_cb()
1211 int type = orig_type & E_ALL; in php_error_cb() local
/PHP-8.1/ext/ftp/
H A Dftp.h47 ftptype_t type; /* transfer type */ member
66 ftptype_t type; /* current transfer type */ member
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php94 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT): bool {}
97 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT): bool {}
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c764 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute() local
866 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute() local
/PHP-8.1/ext/com_dotnet/
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 int saproxy_object_cast(zend_object *readobj, zval *writeobj, int type) in saproxy_object_cast()
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c54 int type; member
117 zval *xmlreader_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **cache… in xmlreader_get_property_ptr_ptr()
138 zval *xmlreader_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, … in xmlreader_read_property()
258 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG()
470 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema()
/PHP-8.1/ext/tidy/
H A Dtidy.c87 #define TIDY_NODE_CONST(name, type) REGISTER_LONG_CONSTANT("TIDY_NODETYPE_" #name, TidyNode_##type,… argument
168 tidy_obj_type type; member
511 static int tidy_doc_cast_handler(zend_object *in, zval *out, int type) in tidy_doc_cast_handler()
549 static int tidy_node_cast_handler(zend_object *in, zval *out, int type) in tidy_node_cast_handler()
615 static void tidy_add_default_properties(PHPTidyObj *obj, tidy_obj_type type) in tidy_add_default_properties()
705 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type) in php_tidy_get_opt_val()

Completed in 133 milliseconds

1234567891011