Home
last modified time | relevance | path

Searched refs:zend_weakmap_attach (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/zend_test/tests/
H A Dzend_weakmap.phpt11 var_dump(zend_weakmap_attach($id1, 1));
12 var_dump(zend_weakmap_attach($id1, 3));
13 var_dump(zend_weakmap_attach($id2, 2));
26 var_dump(zend_weakmap_attach($id2, $id2));
/PHP-8.1/ext/zend_test/
H A Dtest.stub.php109 function zend_weakmap_attach(object $object, mixed $value): bool {} function
H A Dtest_arginfo.h149 static ZEND_FUNCTION(zend_weakmap_attach);
193 ZEND_FE(zend_weakmap_attach, arginfo_zend_weakmap_attach)
H A Dtest.c239 static ZEND_FUNCTION(zend_weakmap_attach) in ZEND_FUNCTION() argument

Completed in 16 milliseconds