Searched refs:LEN (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/ext/phar/ |
H A D | shortarc.php | 111 const LEN = XXXX; define in Extract_Phar 116 fseek($fp, self::LEN);
|
/PHP-7.1/ext/phar/tests/ |
H A D | phar_createdefaultstub.phpt | 147 const LEN = 6643; 152 fseek($fp, self::LEN); 441 const LEN = 6654; 446 fseek($fp, self::LEN); 743 const LEN = 6656; 748 fseek($fp, self::LEN);
|
H A D | phar_setdefaultstub.phpt | 167 const LEN = 6643; 172 fseek($fp, self::LEN); 462 const LEN = 6654; 467 fseek($fp, self::LEN); 757 const LEN = 6656; 762 fseek($fp, self::LEN);
|
/PHP-7.1/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-7.1/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);
|
/PHP-7.1/ext/openssl/tests/ |
H A D | bug65538.phar | 111 const LEN = 6685; 116 fseek($fp, self::LEN);
|
/PHP-7.1/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 80 foreach ($db->query('SELECT id, data from TEST ORDER BY LEN(data) ASC') as $row) {
|
Completed in 13 milliseconds