Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/tests/classes/
H A Dtype_hinting_005a.phpt2 Check type hint compatibility in overrides with array hints.
7 echo "Compatible hint.\n";
10 echo "Class hint, should be array.\n";
16 Compatible hint.
17 Class hint, should be array.
H A Dtype_hinting_005d.phpt2 Check type hint compatibility in overrides with array hints.
7 echo "Array hint, should be nothing.\n";
13 Array hint, should be nothing.
H A Dtype_hinting_005c.phpt2 Check type hint compatibility in overrides with array hints.
7 echo "Array hint, should be class.\n";
13 Array hint, should be class.
/PHP-7.4/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt2 namespace\int is not a valid type hint
/PHP-7.4/Zend/tests/
H A Dbug54624.phpt2 Bug #54624 (class_alias and type hint)
H A Dbug69802_2.phpt2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
H A Dns_056.phpt2 056: type-hint compatibility in namespaces
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
H A Dclosure_027.phpt2 Closure 027: Testing Closure type-hint
H A Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
/PHP-7.4/ext/intl/tests/
H A Dbug66921.phpt2 Bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
/PHP-7.4/ext/reflection/tests/
H A Dbug39884.phpt2 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self)
H A Dbug69802.phpt2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
/PHP-7.4/ext/sockets/tests/
H A Dsocket_addrinfo_lookup.phpt18 Notice: socket_addrinfo_lookup(): Unknown hint invalid in %ssocket_addrinfo_lookup.php on line %d
/PHP-7.4/Zend/tests/object_types/
H A Dtype_hint_in_function.phpt2 Adding a function object type hint
H A Dtype_hint_in_class_method.phpt2 Adding a class method object type hint
H A Dtype_hint_reflection.phpt2 Reflecting object type hint
/PHP-7.4/Zend/tests/return_types/
H A Dbug71978.phpt2 Bug #71978 (Existence of return type hint affects other compatibility rules)
/PHP-7.4/ext/sockets/
H A Dsockets.c2571 zval *hint, *zhints = NULL; local
2582 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zhints), key, hint) {
2585 zend_long flags = zval_get_long(hint);
2594 hints.ai_socktype = zval_get_long(hint);
2596 hints.ai_protocol = zval_get_long(hint);
2598 hints.ai_family = zval_get_long(hint);
/PHP-7.4/main/
H A Dmain.c103 char *hint = SG(default_charset); in get_safe_charset_hint() local
104 size_t len = strlen(hint); in get_safe_charset_hint()
111 lastHint = hint; in get_safe_charset_hint()
116 && zend_binary_strcasecmp(hint, len, charset_map[i].codeset, len) == 0) { in get_safe_charset_hint()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt84 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
H A Dmysqli_stmt_bind_result.phpt129 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11417 # a word like "FATnm " is only a hint for a FAT size on nm-bits
17304 # no hint found, that at offset 22 is version
28786 # version Minor of help file format is hint for windows version

Completed in 99 milliseconds

12