/PHP-7.2/tests/classes/ |
H A D | type_hinting_005a.phpt | 2 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 D | type_hinting_005d.phpt | 2 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 D | type_hinting_005c.phpt | 2 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.2/Zend/tests/ |
H A D | bug54624.phpt | 2 Bug #54624 (class_alias and type hint)
|
H A D | bug69802_2.phpt | 2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
|
H A D | bug37251.phpt | 2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
|
H A D | bug43332_2.phpt | 2 Bug #43332.2 (self and parent as type hint in namespace)
|
H A D | ns_056.phpt | 2 056: type-hint compatibility in namespaces
|
H A D | bug43332_1.phpt | 2 Bug #43332.1 (self and parent as type hint in namespace)
|
H A D | closure_027.phpt | 2 Closure 027: Testing Closure type-hint
|
H A D | objects_022.phpt | 2 Testing 'self', 'parent' as type-hint
|
/PHP-7.2/Zend/tests/typehints/ |
H A D | namespace_relative_scalar.phpt | 2 namespace\int is not a valid type hint
|
/PHP-7.2/ext/intl/tests/ |
H A D | bug66921.phpt | 2 Bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
|
/PHP-7.2/ext/reflection/tests/ |
H A D | bug39884.phpt | 2 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self)
|
H A D | bug69802.phpt | 2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
|
/PHP-7.2/ext/sockets/tests/ |
H A D | socket_addrinfo_lookup.phpt | 18 Notice: socket_addrinfo_lookup(): Unknown hint invalid in %ssocket_addrinfo_lookup.php on line %d
|
/PHP-7.2/Zend/tests/object_types/ |
H A D | type_hint_in_function.phpt | 2 Adding a function object type hint
|
H A D | type_hint_in_class_method.phpt | 2 Adding a class method object type hint
|
H A D | type_hint_reflection.phpt | 2 Reflecting object type hint
|
/PHP-7.2/Zend/tests/return_types/ |
H A D | bug71978.phpt | 2 Bug #71978 (Existence of return type hint affects other compatibility rules)
|
/PHP-7.2/ext/sockets/ |
H A D | sockets.c | 2547 zval *hint, *zhints = NULL; local 2558 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zhints), key, hint) { 2561 hints.ai_flags = zval_get_long(hint); 2563 hints.ai_socktype = zval_get_long(hint); 2565 hints.ai_protocol = zval_get_long(hint); 2567 hints.ai_family = zval_get_long(hint);
|
/PHP-7.2/main/ |
H A D | main.c | 127 char *hint = SG(default_charset); in get_safe_charset_hint() local 128 size_t len = strlen(hint); in get_safe_charset_hint() 135 lastHint = hint; in get_safe_charset_hint() 140 && zend_binary_strcasecmp(hint, len, charset_map[i].codeset, len) == 0) { in get_safe_charset_hint()
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_get_result_types.phpt | 84 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
|
H A D | mysqli_stmt_bind_result.phpt | 129 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 175229 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);
|