Home
last modified time | relevance | path

Searched refs:type (Results 1776 – 1800 of 2679) sorted by relevance

1...<<71727374757677787980>>...108

/PHP-8.0/Zend/tests/
H A Dbug68446.phpt35 Fatal error: Uncaught TypeError: a(): Argument #1 ($a) must be of type array, null given, called in…
H A Dbug80781.phpt28 Fatal error: Uncaught TypeError: Illegal offset type in isset or empty in %s:%d
H A Dbug70121.phpt9 Fatal error: Uncaught TypeError: Cannot assign stdClass to property Exception::$previous of type ?T…
/PHP-8.0/ext/date/tests/
H A DDateTime_createFromImmutable-002.phpt35 DateTime::createFromImmutable(): Argument #1 ($object) must be of type DateTimeImmutable, DateTime …
H A D014.phpt36 Fatal error: Uncaught TypeError: timezone_offset_get(): Argument #1 ($object) must be of type DateT…
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_basic.phpt18 <data type="NCName"/>
/PHP-8.0/Zend/tests/object_types/
H A Dtype_hint_reflection.phpt2 Reflecting object type hint
/PHP-8.0/ext/pdo_odbc/tests/
H A Dbug44643.phpt2 Bug #44643 (bound parameters ignore explicit type definitions)
/PHP-8.0/ext/ffi/tests/
H A Dbug78761.phpt22 attempt to cast to larger type
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c105 if (EXPECTED(function->type == ZEND_USER_FUNCTION) in zend_accel_move_user_functions()
136 if (EXPECTED(ce->type == ZEND_USER_CLASS) in zend_accel_move_user_classes()
240 if (ZEND_TYPE_HAS_LIST(prop_info->type)) { in zend_hash_clone_prop_info()
241 zend_type_list *list = ZEND_TYPE_LIST(prop_info->type); in zend_hash_clone_prop_info()
244 ZEND_TYPE_SET_PTR(prop_info->type, list); in zend_hash_clone_prop_info()
247 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(prop_info->type), list_type) { in zend_hash_clone_prop_info()
257 } else if (ZEND_TYPE_HAS_CE(prop_info->type)) { in zend_hash_clone_prop_info()
258 zend_class_entry *ce = ZEND_TYPE_CE(prop_info->type); in zend_hash_clone_prop_info()
261 ZEND_TYPE_SET_PTR(prop_info->type, ce); in zend_hash_clone_prop_info()
468 if (function2->type == ZEND_USER_FUNCTION in zend_accel_function_hash_copy()
[all …]
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c54 int type; member
68 hnd.type = rettype; in xmlreader_register_prop_handler()
95 switch (hnd->type) { in xmlreader_property_reader()
119 zval *xmlreader_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **cache… in xmlreader_get_property_ptr_ptr() argument
132 retval = zend_std_get_property_ptr_ptr(object, name, type, cache_slot); in xmlreader_get_property_ptr_ptr()
140 zval *xmlreader_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, … in xmlreader_read_property() argument
159 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
257 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_len, size_t type, in _xmlreader_get_relaxNG() argument
266 switch (type) { in _xmlreader_get_relaxNG()
471 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema() argument
[all …]
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c725 uint32_t type = Z_TYPE_P(op1); in ct_eval_type_check() local
726 if (type == PARTIAL_ARRAY) { in ct_eval_type_check()
727 type = IS_ARRAY; in ct_eval_type_check()
729 type = IS_OBJECT; in ct_eval_type_check()
1034 uint32_t type = ctx->scdf.ssa->var_info[ssa_op->op1_use].type; in sccp_visit_instr() local
1036 if (!(type & expected_type_mask) && !(type & MAY_BE_UNDEF)) { in sccp_visit_instr()
1967 zend_uchar type = Z_TYPE_P(op1); in sccp_mark_feasible_successors() local
1971 || (opline->opcode == ZEND_MATCH && (type == IS_LONG || type == IS_STRING)); in sccp_mark_feasible_successors()
1977 zval *jmp_zv = type == IS_LONG in sccp_mark_feasible_successors()
2144 if (info->type & MAY_BE_UNDEF) { in value_from_type_and_range()
[all …]
/PHP-8.0/ext/standard/tests/math/
H A Dbase_convert_error.phpt34 base_convert(): Argument #1 ($num) must be of type string, classA given
/PHP-8.0/sapi/cgi/tests/
H A Dapache_request_headers.phpt34 Content-type: text/%s
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_007.phpt36 Content-type: text/html; charset=UTF-8
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_033.phpt28 Cannot assign float to reference held by property class@anonymous::$qux of type int
H A Dtyped_properties_055.phpt25 Fatal error: Uncaught TypeError: Cannot assign string to reference held by property A::$bar of type
/PHP-8.0/ext/ldap/tests/
H A Dldap_first_entry_basic.phpt29 resource(%d) of type (ldap result entry)
/PHP-8.0/ext/opcache/tests/
H A Dbug73746.phpt14 …public function get(string $countryIsoCode = null) : string // Works correctly if return type is r…
/PHP-8.0/ext/standard/tests/array/
H A Dmin_basic.phpt2 Test return type and value for expected input min()
/PHP-8.0/ext/phar/tests/cache_list/
H A Dfrontcontroller29.phpt15 Content-type: text/html; charset=UTF-8
/PHP-8.0/ext/reflection/tests/
H A DReflectionExtension_constructor_error.phpt31 Ok - ReflectionExtension::__construct(): Argument #1 ($name) must be of type string, array given
/PHP-8.0/ext/oci8/tests/
H A Dcoll_002_func.phpt32 resource(%d) of type (oci8 collection)
/PHP-8.0/ext/curl/tests/
H A Dbug78775.phpt33 resource(%d) of type (stream)
/PHP-8.0/ext/phar/tests/
H A Dfrontcontroller31.phpt11 Content-type: text/html; charset=UTF-8

Completed in 131 milliseconds

1...<<71727374757677787980>>...108