Home
last modified time | relevance | path

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

12

/PHP-7.3/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.3/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 Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
H A Dclosure_027.phpt2 Closure 027: Testing Closure type-hint
/PHP-7.3/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt2 namespace\int is not a valid type hint
/PHP-7.3/ext/intl/tests/
H A Dbug66921.phpt2 Bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
/PHP-7.3/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.3/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.3/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.3/Zend/tests/return_types/
H A Dbug71978.phpt2 Bug #71978 (Existence of return type hint affects other compatibility rules)
/PHP-7.3/ext/sockets/
H A Dsockets.c2581 zval *hint, *zhints = NULL; local
2592 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zhints), key, hint) {
2595 hints.ai_flags = zval_get_long(hint);
2597 hints.ai_socktype = zval_get_long(hint);
2599 hints.ai_protocol = zval_get_long(hint);
2601 hints.ai_family = zval_get_long(hint);
/PHP-7.3/main/
H A Dmain.c126 char *hint = SG(default_charset); in get_safe_charset_hint() local
127 size_t len = strlen(hint); in get_safe_charset_hint()
134 lastHint = hint; in get_safe_charset_hint()
139 && zend_binary_strcasecmp(hint, len, charset_map[i].codeset, len) == 0) { in get_safe_charset_hint()
/PHP-7.3/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.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c175229 Blob hint = {0, 0, 0}; /* Hint read from %_stat table */
175239 rc = fts3IncrmergeHintLoad(p, &hint);
175268 if( rc==SQLITE_OK && hint.n ){
175269 int nHint = hint.n;
175273 rc = fts3IncrmergeHintPop(&hint, &iHintAbsLevel, &nHintSeg);
175282 hint.n = nHint;
175341 fts3IncrmergeHintPush(&hint, iAbsLevel, nSeg, &rc);
175360 rc = fts3IncrmergeHintStore(p, &hint);
175364 sqlite3_free(hint.a);

Completed in 501 milliseconds

12