Searched refs:zend_weakmap_attach (Results 1 – 4 of 4) sorted by relevance
11 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));
109 function zend_weakmap_attach(object $object, mixed $value): bool {} function
149 static ZEND_FUNCTION(zend_weakmap_attach);193 ZEND_FE(zend_weakmap_attach, arginfo_zend_weakmap_attach)
239 static ZEND_FUNCTION(zend_weakmap_attach) in ZEND_FUNCTION() argument
Completed in 40 milliseconds