Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 282) sorted by relevance

12345678910>>...12

/php-src/ext/phar/
H A Dfunc_interceptors.c333 static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return_value) in phar_fancy_stat()
482 static void phar_file_stat(const char *filename, size_t filename_length, int type, zif_handler orig… in phar_file_stat()
/php-src/ext/soap/
H A Dphp_http.c1352 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len) in get_http_header_value_nodup()
1405 static char *get_http_header_value(char *headers, char *type) in get_http_header_value()
/php-src/ext/date/lib/
H A Dtimelib.h157 int type; // 1=Jn, 2=n, 3=Mm.w.d member
212 ttinfo *type; member
236 unsigned int type; member
347 int type; member
/php-src/win32/
H A Dregistry.c88 DWORD name_len, type, value_len; in LoadDirectory() local
/php-src/ext/opcache/
H A Dzend_persist_calc.c182 static void zend_persist_type_calc(zend_type *type) in zend_persist_type_calc()
H A Dzend_file_cache.c102 static int zend_file_cache_flock(int fd, int type) in zend_file_cache_flock()
439 zend_type *type, zend_persistent_script *script, zend_file_cache_metainfo *info, void *buf)
1284 zend_type *type, zend_class_entry *scope, zend_persistent_script *script, void *buf)
/php-src/Zend/Optimizer/
H A Dzend_ssa.h58 zend_ssa_type_constraint type; member
122 uint32_t type; /* inferred type (see zend_inference.h) */ member
/php-src/ext/json/
H A Djson_encoder.c333 int type; in php_json_escape_string() local
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c242 zval *resourcebundle_array_get(zend_object *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h39 lxb_dom_document_dtype_t type; member
/php-src/ext/date/
H A Dphp_date.h71 int type; member
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h69 # define OP_ADDR(opline, type, op) \ argument
74 # define OP_ADDR(opline, type, op) \ argument
80 #define OP_REG_ADDR(opline, type, op, _ssa_op) \ argument
434 uint8_t type; /* variable type (for type inference) */ member
/php-src/Zend/
H A Dzend_inheritance.c87 static void zend_type_copy_ctor(zend_type *const type, bool use_arena, bool persistent) { in zend_type_copy_ctor()
349 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()
556 static void register_unresolved_classes(zend_class_entry *scope, zend_type type) { in register_unresolved_classes()
2549 zend_type type = property_info->type; in zend_do_traits_property_binding() local
2657 } type; member
H A Dzend_API.c110 ZEND_API const char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const()
441 ZEND_API ZEND_COLD void zend_class_redeclaration_error_ex(int type, zend_string *new_name, zend_cla… in zend_class_redeclaration_error_ex()
456 ZEND_API ZEND_COLD void zend_class_redeclaration_error(int type, zend_class_entry *old_ce) in zend_class_redeclaration_error()
506 const char *type = type_str ? ZSTR_VAL(type_str) : fallback_type; in zend_null_arg_deprecated() local
574 uint8_t type; in zend_parse_arg_long_weak() local
643 uint8_t type; in zend_parse_arg_double_weak() local
690 uint8_t type = is_numeric_str_function(str, &lval, &dval); in zend_parse_arg_number_slow() local
2854 …_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type) /* {{{ */ in zend_register_functions()
4411 …_string *name, zval *property, int access_type, zend_string *doc_comment, zend_type type) /* {{{ */ in zend_declare_typed_property()
4725 …*ce, zend_string *name, zval *value, int flags, zend_string *doc_comment, zend_type type) /* {{{ */ in zend_declare_typed_class_constant()
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php320 function addSpecialCasing(UnicodeData $data, string $type, int $code, array $caseCodes) : void {
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h176 uint8_t type; member
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c77 const char **code_mime, const char **type) in file_encoding()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.h70 phpdbg_watchtype type; member
/php-src/ext/mbstring/
H A Dmbstring.stub.php64 function mb_http_input(?string $type = null): array|string|false {}
186 function mb_get_info(string $type = "all"): array|string|int|false|null {}
H A Dphp_unicode.c119 #define CASE_LOOKUP(code, type) \ argument
/php-src/ext/snmp/
H A Dsnmp.c198 static void php_snmp_error(zval *object, int type, const char *format, ...) in php_snmp_error()
1680 zval *php_snmp_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, z… in php_snmp_read_property()
1807 static zval *php_snmp_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void *… in php_snmp_get_property_ptr_ptr()
/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h39 zend_long type; member
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp175 Formattable::Type type, in umsg_parse_format() local
/php-src/ext/spl/
H A Dspl_directory.h58 SPL_FS_OBJ_TYPE type; member
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c494 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col()

Completed in 98 milliseconds

12345678910>>...12