Lines Matching refs:strlen

14 var_dump(strlen(Phar::createDefaultStub(str_repeat('a', 400))));
29 var_dump(strlen(Phar::createDefaultStub('index.php', str_repeat('a', 400))));
103 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
111 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
158 if ($L[1] - strlen($m) < 8192) {
159 $read = $L[1] - strlen($m);
163 } while (strlen($last) && strlen($m) < $L[1]);
165 if (strlen($m) < $L[1]) {
167 strlen($m) .'" should be "' .
216 if ($path[strlen($path) - 1] == '/') {
296 if (strlen($data) != $entry[0]) {
297 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
397 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
405 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
452 if ($L[1] - strlen($m) < 8192) {
453 $read = $L[1] - strlen($m);
457 } while (strlen($last) && strlen($m) < $L[1]);
459 if (strlen($m) < $L[1]) {
461 strlen($m) .'" should be "' .
510 if ($path[strlen($path) - 1] == '/') {
590 if (strlen($data) != $entry[0]) {
591 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
699 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
707 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
754 if ($L[1] - strlen($m) < 8192) {
755 $read = $L[1] - strlen($m);
759 } while (strlen($last) && strlen($m) < $L[1]);
761 if (strlen($m) < $L[1]) {
763 strlen($m) .'" should be "' .
812 if ($path[strlen($path) - 1] == '/') {
892 if (strlen($data) != $entry[0]) {
893 die("Invalid internal .phar file (size error " . strlen($data) . " != " .