Home
last modified time | relevance | path

Searched refs:locator (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/phar/tests/
H A Dbug77565.phpt2 Bug #77565 (Incorrect locator detection in ZIP-based phars)
/PHP-7.4/ext/phar/
H A Dzip.c198 phar_zip_dir_end locator; in phar_parse_zipfile() local
199 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile()
209 if (size > sizeof(locator) + 65536) { in phar_parse_zipfile()
211 size = sizeof(locator) + 65536; in phar_parse_zipfile()
232 memcpy((void *)&locator, (void *) p, sizeof(locator)); in phar_parse_zipfile()
233 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()
242 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()
254 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
256 metadata = p + sizeof(locator); in phar_parse_zipfile()
367 for (i = 0; i < PHAR_GET_16(locator.count); ++i) { in phar_parse_zipfile()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt45 // Read all XML data using explicit LOB locator
60 // Read all XML data using explicit LOB locator but without freeing the temp lobs
74 // Read all XML data using implicit LOB locator
H A Dlob_null.phpt129 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
136 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
143 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
H A Dlob_040.phpt2 Bug #37706 (Test LOB locator reuse. Extends simple test of lob_037.phpt)
21 echo "Test 1: CLOB as locator\n";
43 Test 1: CLOB as locator
/PHP-7.4/
H A DNEWS475 . Fixed bug #77565 (Incorrect locator detection in ZIP-based phars). (cmb)

Completed in 18 milliseconds