Home
last modified time | relevance | path

Searched refs:wr (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/Zend/tests/weakrefs/
H A Dweakrefs_003.phpt5 $wr = WeakReference::create(new stdClass);
7 var_dump($wr->disallow);
8 var_dump(isset($wr->disallow));
9 unset($wr->disallow);
12 $wr->disallow = "writes";
18 $disallow = &$wr->disallowed;
H A Dweakrefs_001.phpt9 $wr = WeakReference::create($std);
14 var_dump($wr, $wr2);
16 debug_zval_dump($wr->get());
21 debug_zval_dump($wr->get());
H A Dweakrefs_002.phpt5 $wr = WeakReference::create(new stdClass);
8 serialize($wr);
/PHP-8.0/Zend/
H A Dzend_weakrefs.c62 zend_weakref *wr = ptr; in zend_weakref_unref_single() local
63 wr->referent = NULL; in zend_weakref_unref_single()
197 return &wr->std; in zend_weakref_new()
209 zend_weakref *wr; in zend_weakref_find() local
211 wr = ptr; in zend_weakref_find()
212 RETVAL_OBJ_COPY(&wr->std); in zend_weakref_find()
229 zend_weakref *wr; in zend_weakref_create() local
236 zend_weakref_register(wr->referent, ZEND_WEAKREF_ENCODE(wr, ZEND_WEAKREF_TAG_REF)); in zend_weakref_create()
242 if (wr->referent) { in zend_weakref_get()
250 if (wr->referent) { in zend_weakref_free()
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dbug48709.phpt12 'wr', // ditto
28 wr => R
H A Dstrtok_variation5.phpt26 "wr",
H A Dget_html_translation_table_basic5.phpt1527 [≀] => ≀
H A Dhtml_entity_decode_html5.phpt2080 "≀",
4214 ≀ => ≀ e28980
H A Dhtmlentities_html5.phpt763 ≀ U+02240
/PHP-8.0/ext/hash/tests/
H A Dfnv164.phpt108 array( "http://hvo.wr.usgs.gov/cam3/", "f3c6ba64cf7ca99b" ),
109 array( "http://hvo.wr.usgs.gov/cams/HMcam/", "ebfb69b427ea80fe" ),
110 array( "http://hvo.wr.usgs.gov/kilauea/update/deformation.html", "39b50c3ed970f46c" ),
111 array( "http://hvo.wr.usgs.gov/kilauea/update/images.html", "5b9b177aa3eb3e8a" ),
112 array( "http://hvo.wr.usgs.gov/kilauea/update/maps.html", "6510063ecf4ec903" ),
113 array( "http://hvo.wr.usgs.gov/volcanowatch/current_issue.html", "2b3bbd2c00797c7a" ),
118 array( "http://tux.wr.usgs.gov/Maps/155.25-19.5.html", "305d1a9c9ee43bdf" ),
119 array( "http://volcano.wr.usgs.gov/kilaueastatus.php", "15c366948ffc6997" ),
H A Dfnv132.phpt108 array( "http://hvo.wr.usgs.gov/cam3/", "7704cddb" ),
109 array( "http://hvo.wr.usgs.gov/cams/HMcam/", "d0071bfe" ),
110 array( "http://hvo.wr.usgs.gov/kilauea/update/deformation.html", "0ff3774c" ),
111 array( "http://hvo.wr.usgs.gov/kilauea/update/images.html", "b0fea0ea" ),
112 array( "http://hvo.wr.usgs.gov/kilauea/update/maps.html", "58177303" ),
113 array( "http://hvo.wr.usgs.gov/volcanowatch/current_issue.html", "4f599cda" ),
118 array( "http://tux.wr.usgs.gov/Maps/155.25-19.5.html", "23c99b7f" ),
119 array( "http://volcano.wr.usgs.gov/kilaueastatus.php", "6e568b17" ),
H A Dfnv1a64.phpt205 array( '?#P"jb$?MlVThj\'%&6[d]it`#w19itA)wr,bU1##', 'c1b2b80d012bdf50' ),
/PHP-8.0/ext/standard/tests/streams/
H A Dbug61115-1.phpt12 $fileResourceTemp = fopen('php://temp', 'wr');
/PHP-8.0/ext/bz2/tests/
H A D002.phpt56 $fp = fopen("bz_open_002.txt", "wr");
59 $fp = fopen("bz_open_002.txt", "wr");
111 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
/PHP-8.0/ext/standard/html_tables/
H A Dents_html5.txt2075 wr 02240

Completed in 32 milliseconds