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));
164 function zend_weakmap_attach(object $object, mixed $value): bool {} function
223 static ZEND_FUNCTION(zend_weakmap_attach);289 ZEND_FE(zend_weakmap_attach, arginfo_zend_weakmap_attach)
282 static ZEND_FUNCTION(zend_weakmap_attach) in ZEND_FUNCTION() argument
Completed in 14 milliseconds