Searched refs:wr (Results 1 – 17 of 17) sorted by relevance
/php-src/Zend/tests/weakrefs/ |
H A D | weakrefs_003.phpt | 5 $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 D | weakrefs_001.phpt | 9 $wr = WeakReference::create($std); 14 var_dump($wr, $wr2); 16 debug_zval_dump($wr->get()); 21 debug_zval_dump($wr->get());
|
H A D | weakrefs_002.phpt | 5 $wr = WeakReference::create(new stdClass); 8 serialize($wr);
|
/php-src/Zend/ |
H A D | zend_weakrefs.c | 72 zend_weakref *wr = ptr; in zend_weakref_unref_single() local 73 wr->referent = NULL; in zend_weakref_unref_single() 221 return &wr->std; in zend_weakref_new() 233 zend_weakref *wr; in zend_weakref_find() local 235 wr = ptr; in zend_weakref_find() 236 RETVAL_OBJ_COPY(&wr->std); in zend_weakref_find() 253 zend_weakref *wr; in zend_weakref_create() local 258 wr->referent = referent; in zend_weakref_create() 260 zend_weakref_register(wr->referent, ZEND_WEAKREF_ENCODE(wr, ZEND_WEAKREF_TAG_REF)); in zend_weakref_create() 266 if (wr->referent) { in zend_weakref_get() [all …]
|
/php-src/ext/standard/tests/strings/ |
H A D | bug48709.phpt | 12 'wr', // ditto 28 wr => R
|
H A D | strtok_variation5.phpt | 26 "wr",
|
H A D | get_html_translation_table_basic5.phpt | 1527 [≀] => ≀
|
H A D | html_entity_decode_html5.phpt | 2080 "≀", 4214 ≀ => ≀ e28980
|
H A D | htmlentities_html5.phpt | 763 ≀ U+02240
|
/php-src/ext/hash/tests/ |
H A D | fnv132.phpt | 108 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 D | fnv164.phpt | 108 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 D | fnv1a64.phpt | 205 array( '?#P"jb$?MlVThj\'%&6[d]it`#w19itA)wr,bU1##', 'c1b2b80d012bdf50' ),
|
/php-src/ext/dom/tests/ |
H A D | gh16594.phpt | 8 $v1 = new DOMText("wr");
|
/php-src/ext/standard/tests/streams/ |
H A D | bug61115-1.phpt | 12 $fileResourceTemp = fopen('php://temp', 'wr');
|
/php-src/ext/bz2/tests/ |
H A D | 002.phpt | 56 $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-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 800 int wr = LZ_decompress_write(dec, old, old_remaining); in uncompresslzlib() local 801 if (wr < 0) in uncompresslzlib() 803 old_remaining -= wr; in uncompresslzlib() 804 old += wr; in uncompresslzlib()
|
/php-src/ext/standard/html_tables/ |
H A D | ents_html5.txt | 2075 wr 02240
|
Completed in 51 milliseconds