Searched refs:LEN (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/phar/ |
H A D | shortarc.php | 111 const LEN = XXXX; define in Extract_Phar 116 fseek($fp, self::LEN);
|
/PHP-8.2/ext/phar/tests/ |
H A D | phar_setdefaultstub.phpt | 166 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);
|
H A D | phar_createdefaultstub.phpt | 146 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);
|
/PHP-8.2/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar | 111 const LEN = 6651; 116 fseek($fp, self::LEN);
|
H A D | openssl.phar | 111 const LEN = 6651; 116 fseek($fp, self::LEN);
|
/PHP-8.2/ext/phar/tests/files/ |
H A D | include_path2.phar | 111 const LEN = 6653; 116 fseek($fp, self::LEN);
|
H A D | nophar.phar | 111 const LEN = 6651; 116 fseek($fp, self::LEN);
|
H A D | openssl.phar | 111 const LEN = 6651; 116 fseek($fp, self::LEN);
|
H A D | openssl256.phar | 111 const LEN = 6651; 116 fseek($fp, self::LEN);
|
H A D | openssl512.phar | 111 const LEN = 6651; 116 fseek($fp, self::LEN);
|
/PHP-8.2/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 81 foreach ($db->query('SELECT id, data from TEST ORDER BY LEN(data) ASC') as $row) {
|
Completed in 18 milliseconds