/PHP-8.4/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | element.c | 222 weak = style->weak; in lxb_html_element_style_walk_cb() 231 weak = weak->next; in lxb_html_element_style_walk_cb() 346 weak = node->weak; in lxb_html_element_style_weak_append() 356 weak = weak->next; in lxb_html_element_style_weak_append() 367 weak = weak->next; in lxb_html_element_style_weak_append() 450 weak = style->weak; in lxb_html_element_style_remove_all_not() 486 weak = style->weak; in lxb_html_element_style_remove_all_not() 490 style->weak = weak->next; in lxb_html_element_style_remove_all_not() 504 weak = style->weak; in lxb_html_element_style_remove_all() 529 weak = style->weak; in lxb_html_element_style_remove_by_list() [all …]
|
/PHP-8.4/Zend/tests/weakrefs/ |
H A D | weakrefs_debug_dump.phpt | 9 $weak = WeakReference::create($s); 10 var_dump($weak); 12 var_dump($weak);
|
H A D | gh13612.phpt | 2 GH-13612 (Corrupted memory in destructor with weak references)
|
H A D | weakmap_weakness.phpt | 2 The weak part of the WeakMap
|
/PHP-8.4/Zend/tests/type_declarations/ |
H A D | strict_include_weak_2.inc | 3 // implicitly weak code 9 takes_int(1.0); // succeeds in weak mode
|
H A D | strict_include_weak.phpt | 8 // file that's implicitly weak 11 // calls within that file should stay weak, despite being included by strict file
|
H A D | strict_include_explicit_weak.phpt | 8 // file that's explicitly weak 11 // calls within that file should stay weak, despite being included by strict file
|
H A D | weak_call_strict.phpt | 12 // This file uses weak mode, so the call is weak, and float accepted for int
|
H A D | weak_explicit_call_strict.phpt | 12 // This file uses weak mode, so the call is weak, and float accepted for int
|
H A D | scalar_weak_reference.phpt | 6 // implicitly weak mode code 15 to_int($x); // because $x is by-reference, the weak type converts it
|
H A D | weak_include_strict.phpt | 6 // implicitly weak code 11 // calls within that file should stay strict, despite being included by weak file
|
H A D | strict_call_weak.phpt | 8 // file that's implicitly weak 11 // Will succeed: Function was declared in weak mode, but that does not matter
|
H A D | strict_call_weak_explicit.phpt | 8 // file that's explicitly weak 11 // Will succeed: Function was declared in weak mode, but that does not matter
|
H A D | strict_nested.phpt | 30 takes_int(1.0); // should succeed, weak mode 35 takes_int(1.0); // should succeed, weak mode
|
H A D | strict_call_weak_2.inc | 3 // implicitly weak code
|
H A D | strict_include_explicit_weak_2.inc | 9 takes_int(1.0); // succeeds in weak mode
|
H A D | typed_properties_041.phpt | 2 Test typed properties weak conversion of strings
|
H A D | typed_properties_071.phpt | 2 Test assignment to typed reference with weak type conversion
|
H A D | explicit_weak_include_strict.phpt | 11 // calls within that file should stay strict, despite being included by weak file
|
/PHP-8.4/ext/dom/lexbor/lexbor/html/ |
H A D | style.h | 30 lxb_html_style_weak_t *weak; member
|
/PHP-8.4/Zend/tests/type_declarations/mixed/validation/ |
H A D | mixed_parameter_weak_success.phpt | 2 Test that the mixed parameter type accepts any kind of arguments in weak mode
|
H A D | mixed_return_weak_success.phpt | 2 Test that the mixed return type is compatible with any kind of return value in weak mode
|
H A D | mixed_property_weak_success.phpt | 2 Test that the mixed property type accepts any kind of value in weak mode
|
/PHP-8.4/ext/standard/tests/array/ |
H A D | count_invalid_mode.phpt | 2 Test count() function : invalid modes in weak type mode
|
/PHP-8.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 51 // a weak test without unicode etc. - lets leave that to dedicated tests 72 // a weak test without unicode etc. - lets leave that to dedicated tests
|