Home
last modified time | relevance | path

Searched refs:fresh (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A Dnew_in_attributes.phpt21 // Check that we get fresh instances each time:
/PHP-8.2/ext/gd/libgd/
H A Dgd_gif_in.c84 int fresh; member
446 sd->fresh = TRUE; in LWZReadByte_()
458 } else if (sd->fresh) { in LWZReadByte_()
459 sd->fresh = FALSE; in LWZReadByte_()
/PHP-8.2/ext/hash/tests/
H A Dhash_serialize_001.phpt33 $fresh = hash_init($algo);
34 hash_update($fresh, "I can't remember anythingCan’t tell if this is true or dream");
35 var_dump(hash_final($fresh));

Completed in 13 milliseconds