Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/phar/
H A Dshortarc.php111 const LEN = XXXX; define in Extract_Phar
116 fseek($fp, self::LEN);
/PHP-8.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt146 const LEN = 6643;
151 fseek($fp, self::LEN);
440 const LEN = 6654;
445 fseek($fp, self::LEN);
742 const LEN = 6656;
747 fseek($fp, self::LEN);
H A Dphar_setdefaultstub.phpt166 const LEN = 6643;
171 fseek($fp, self::LEN);
461 const LEN = 6654;
466 fseek($fp, self::LEN);
756 const LEN = 6656;
761 fseek($fp, self::LEN);
/PHP-8.1/ext/phar/tests/files/
H A Dinclude_path2.phar111 const LEN = 6653;
116 fseek($fp, self::LEN);
H A Dnophar.phar111 const LEN = 6651;
116 fseek($fp, self::LEN);
H A Dopenssl.phar111 const LEN = 6651;
116 fseek($fp, self::LEN);
H A Dopenssl256.phar111 const LEN = 6651;
116 fseek($fp, self::LEN);
H A Dopenssl512.phar111 const LEN = 6651;
116 fseek($fp, self::LEN);
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar111 const LEN = 6651;
116 fseek($fp, self::LEN);
H A Dopenssl.phar111 const LEN = 6651;
116 fseek($fp, self::LEN);
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt81 foreach ($db->query('SELECT id, data from TEST ORDER BY LEN(data) ASC') as $row) {

Completed in 20 milliseconds