Searched refs:hint (Results 1 – 25 of 27) sorted by relevance
12
/PHP-8.1/tests/classes/ |
H A D | type_hinting_005a.phpt | 2 Check type hint compatibility in overrides with array hints. 7 // Compatible hint. 10 // Class hint, should be array.
|
H A D | type_hinting_005d.phpt | 2 Check type hint compatibility in overrides with array hints. 7 // Array hint, should be nothing.
|
H A D | type_hinting_005c.phpt | 2 Check type hint compatibility in overrides with array hints. 7 // Array hint, should be class.
|
/PHP-8.1/Zend/tests/ |
H A D | bug54624.phpt | 2 Bug #54624 (class_alias and type hint)
|
H A D | bug37251.phpt | 2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
|
H A D | bug69802_2.phpt | 2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
|
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-8.1/Zend/tests/typehints/ |
H A D | namespace_relative_scalar.phpt | 2 namespace\int is not a valid type hint
|
/PHP-8.1/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-8.1/Zend/tests/return_types/ |
H A D | bug71978.phpt | 2 Bug #71978 (Existence of return type hint affects other compatibility rules)
|
/PHP-8.1/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-8.1/ext/opcache/jit/ |
H A D | zend_jit.c | 1382 ival->hint = NULL; in zend_jit_add_range() 1563 ((!ival->hint && last->hint && last->hint != ival) || in zend_jit_sort_intervals() 1578 ((ival->hint && !(*p)->hint && ival->hint != *p) || in zend_jit_sort_intervals() 2001 if (ival->hint) { in zend_jit_compute_liveness() 2103 hint = it->reg; in zend_jit_try_allocate_free_reg() 2116 if (current->hint) { in zend_jit_try_allocate_free_reg() 2117 hint = current->hint->reg; in zend_jit_try_allocate_free_reg() 2118 if (hint != ZREG_NONE && current->hint->used_as_hint == current) { in zend_jit_try_allocate_free_reg() 2189 int hint = -1; in zend_jit_try_allocate_free_reg() 2210 if (hint >= 0) { in zend_jit_try_allocate_free_reg() [all …]
|
H A D | zend_jit.h | 186 zend_lifetime_interval *hint; member
|
H A D | zend_jit_trace.c | 3143 list[j].hint = NULL; in zend_jit_trace_allocate_registers() 3178 list[j].hint = NULL; in zend_jit_trace_allocate_registers() 3181 intervals[i]->hint = &list[j]; in zend_jit_trace_allocate_registers() 3197 intervals[phi->sources[1]]->hint = intervals[phi->ssa_var]; in zend_jit_trace_allocate_registers() 3205 if (intervals[i] && !intervals[i]->hint) { in zend_jit_trace_allocate_registers() 3269 intervals[phi->sources[1]]->hint == intervals[ssa->ops[line].op1_use]) { in zend_jit_trace_allocate_registers() 3284 intervals[phi->sources[1]]->hint == intervals[ssa->ops[line].op2_use]) { in zend_jit_trace_allocate_registers() 3301 if (ival->hint) { in zend_jit_trace_allocate_registers() 3302 ival->hint->used_as_hint = ival; in zend_jit_trace_allocate_registers() 3397 intervals[use]->hint = NULL; in zend_jit_trace_allocate_registers()
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.c | 2349 zval *hint, *zhints = NULL; local 2361 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zhints), key, hint) { 2364 hints.ai_flags = zval_get_long(hint); 2366 hints.ai_socktype = zval_get_long(hint); 2368 hints.ai_protocol = zval_get_long(hint); 2370 hints.ai_family = zval_get_long(hint);
|
/PHP-8.1/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 | 125 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
|
/PHP-8.1/ext/mbstring/tests/data/ |
H A D | MacJapanese-SJIS.txt | 303 # standard Unicodes for Roman numerals 1-12). Using the grouping hint 351 # character to standard Unicodes + transcoding hint: 357 # single corporate character to standard Unicodes + transcoding hint:
|
Completed in 60 milliseconds
12