Home
last modified time | relevance | path

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

/PHP-8.2/ext/phar/tests/
H A Dbug77565.phpt2 Bug #77565 (Incorrect locator detection in ZIP-based phars)
/PHP-8.2/ext/phar/
H A Dzip.c199 phar_zip_dir_end locator; in phar_parse_zipfile() local
200 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile()
210 if (size > sizeof(locator) + 65536) { in phar_parse_zipfile()
212 size = sizeof(locator) + 65536; in phar_parse_zipfile()
233 memcpy((void *)&locator, (void *) p, sizeof(locator)); in phar_parse_zipfile()
234 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()
243 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()
255 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
257 metadata = p + sizeof(locator); in phar_parse_zipfile()
361 for (i = 0; i < PHAR_GET_16(locator.count); ++i) { in phar_parse_zipfile()
[all …]
/PHP-8.2/ext/oci8/tests/
H A Dbug43497.phpt47 // Read all XML data using explicit LOB locator
62 // Read all XML data using explicit LOB locator but without freeing the temp lobs
76 // Read all XML data using implicit LOB locator
H A Dlob_null.phpt133 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
140 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
147 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)
23 echo "Test 1: CLOB as locator\n";
45 Test 1: CLOB as locator
/PHP-8.2/
H A Dphp.ini-development1292 ; Oracle Database when an Oracle LOB locator is initially retrieved as
H A Dphp.ini-production1294 ; Oracle Database when an Oracle LOB locator is initially retrieved as

Completed in 20 milliseconds