Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 25 of 36) sorted by relevance

12

/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c222 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-src/Zend/tests/weakrefs/
H A Dweakrefs_debug_dump.phpt9 $weak = WeakReference::create($s);
10 var_dump($weak);
12 var_dump($weak);
H A Dgh13612.phpt2 GH-13612 (Corrupted memory in destructor with weak references)
H A Dweakmap_weakness.phpt2 The weak part of the WeakMap
/php-src/Zend/tests/type_declarations/
H A Dstrict_include_weak_2.inc3 // implicitly weak code
9 takes_int(1.0); // succeeds in weak mode
H A Dstrict_include_weak.phpt8 // file that's implicitly weak
11 // calls within that file should stay weak, despite being included by strict file
H A Dstrict_include_explicit_weak.phpt8 // file that's explicitly weak
11 // calls within that file should stay weak, despite being included by strict file
H A Dweak_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dscalar_weak_reference.phpt6 // implicitly weak mode code
15 to_int($x); // because $x is by-reference, the weak type converts it
H A Dweak_include_strict.phpt6 // implicitly weak code
11 // calls within that file should stay strict, despite being included by weak file
H A Dstrict_call_weak.phpt8 // file that's implicitly weak
11 // Will succeed: Function was declared in weak mode, but that does not matter
H A Dstrict_call_weak_explicit.phpt8 // file that's explicitly weak
11 // Will succeed: Function was declared in weak mode, but that does not matter
H A Dstrict_nested.phpt30 takes_int(1.0); // should succeed, weak mode
35 takes_int(1.0); // should succeed, weak mode
H A Dstrict_call_weak_2.inc3 // implicitly weak code
H A Dstrict_include_explicit_weak_2.inc9 takes_int(1.0); // succeeds in weak mode
H A Dtyped_properties_041.phpt2 Test typed properties weak conversion of strings
H A Dtyped_properties_071.phpt2 Test assignment to typed reference with weak type conversion
H A Dexplicit_weak_include_strict.phpt11 // calls within that file should stay strict, despite being included by weak file
/php-src/ext/dom/lexbor/lexbor/html/
H A Dstyle.h30 lxb_html_style_weak_t *weak; member
/php-src/Zend/tests/type_declarations/mixed/validation/
H A Dmixed_parameter_weak_success.phpt2 Test that the mixed parameter type accepts any kind of arguments in weak mode
H A Dmixed_return_weak_success.phpt2 Test that the mixed return type is compatible with any kind of return value in weak mode
H A Dmixed_property_weak_success.phpt2 Test that the mixed property type accepts any kind of value in weak mode
/php-src/ext/standard/tests/array/
H A Dcount_invalid_mode.phpt2 Test count() function : invalid modes in weak type mode
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt51 // 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

Completed in 36 milliseconds

12