Home
last modified time | relevance | path

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

12

/PHP-8.0/tests/classes/
H A Dtype_hinting_005a.phpt2 Check type hint compatibility in overrides with array hints.
7 // Compatible hint.
10 // Class hint, should be array.
H A Dtype_hinting_005d.phpt2 Check type hint compatibility in overrides with array hints.
7 // Array hint, should be nothing.
H A Dtype_hinting_005c.phpt2 Check type hint compatibility in overrides with array hints.
7 // Array hint, should be class.
/PHP-8.0/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt2 namespace\int is not a valid type hint
/PHP-8.0/Zend/tests/
H A Dbug54624.phpt2 Bug #54624 (class_alias and type hint)
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dbug69802_2.phpt2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
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-8.0/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-8.0/Zend/tests/return_types/
H A Dbug71978.phpt2 Bug #71978 (Existence of return type hint affects other compatibility rules)
/PHP-8.0/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-8.0/ext/opcache/jit/
H A Dzend_jit.c804 ival->hint = NULL; in zend_jit_add_range()
985 ((!ival->hint && last->hint && last->hint != ival) || in zend_jit_sort_intervals()
1000 ((ival->hint && !(*p)->hint && ival->hint != *p) || in zend_jit_sort_intervals()
1423 if (ival->hint) { in zend_jit_compute_liveness()
1525 hint = it->reg; in zend_jit_try_allocate_free_reg()
1538 if (current->hint) { in zend_jit_try_allocate_free_reg()
1539 hint = current->hint->reg; in zend_jit_try_allocate_free_reg()
1540 if (hint != ZREG_NONE && current->hint->used_as_hint == current) { in zend_jit_try_allocate_free_reg()
1611 int hint = -1; in zend_jit_try_allocate_free_reg()
1632 if (hint >= 0) { in zend_jit_try_allocate_free_reg()
[all …]
H A Dzend_jit.h175 zend_lifetime_interval *hint; member
H A Dzend_jit_trace.c2875 list[j].hint = NULL; in zend_jit_trace_allocate_registers()
2910 list[j].hint = NULL; in zend_jit_trace_allocate_registers()
2913 intervals[i]->hint = &list[j]; in zend_jit_trace_allocate_registers()
2929 intervals[phi->sources[1]]->hint = intervals[phi->ssa_var]; in zend_jit_trace_allocate_registers()
2937 if (intervals[i] && !intervals[i]->hint) { in zend_jit_trace_allocate_registers()
3001 intervals[phi->sources[1]]->hint == intervals[ssa->ops[line].op1_use]) { in zend_jit_trace_allocate_registers()
3016 intervals[phi->sources[1]]->hint == intervals[ssa->ops[line].op2_use]) { in zend_jit_trace_allocate_registers()
3033 if (ival->hint) { in zend_jit_trace_allocate_registers()
3034 ival->hint->used_as_hint = ival; in zend_jit_trace_allocate_registers()
3129 intervals[use]->hint = NULL; in zend_jit_trace_allocate_registers()
/PHP-8.0/ext/sockets/
H A Dsockets.c2300 zval *hint, *zhints = NULL; local
2312 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zhints), key, hint) {
2315 hints.ai_flags = zval_get_long(hint);
2317 hints.ai_socktype = zval_get_long(hint);
2319 hints.ai_protocol = zval_get_long(hint);
2321 hints.ai_family = zval_get_long(hint);
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt83 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
H A Dmysqli_stmt_bind_result.phpt124 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12118 # a word like "FATnm " is only a hint for a FAT size on nm-bits
18750 # no hint found, that at offset 22 is version
24804 # Second directory entry name FileHeader hint for Thinkfree Office document
31835 # version Minor of help file format is hint for windows version

Completed in 125 milliseconds

12