Lines Matching refs:strlen

40 	var_dump(strlen($phar->getStub()));
44 var_dump(strlen($phar->getStub()));
123 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
131 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
178 if ($L[1] - strlen($m) < 8192) {
179 $read = $L[1] - strlen($m);
183 } while (strlen($last) && strlen($m) < $L[1]);
185 if (strlen($m) < $L[1]) {
187 strlen($m) .'" should be "' .
236 if ($path[strlen($path) - 1] == '/') {
316 if (strlen($data) != $entry[0]) {
317 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
418 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
426 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
473 if ($L[1] - strlen($m) < 8192) {
474 $read = $L[1] - strlen($m);
478 } while (strlen($last) && strlen($m) < $L[1]);
480 if (strlen($m) < $L[1]) {
482 strlen($m) .'" should be "' .
531 if ($path[strlen($path) - 1] == '/') {
611 if (strlen($data) != $entry[0]) {
612 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
713 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
721 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
768 if ($L[1] - strlen($m) < 8192) {
769 $read = $L[1] - strlen($m);
773 } while (strlen($last) && strlen($m) < $L[1]);
775 if (strlen($m) < $L[1]) {
777 strlen($m) .'" should be "' .
826 if ($path[strlen($path) - 1] == '/') {
906 if (strlen($data) != $entry[0]) {
907 die("Invalid internal .phar file (size error " . strlen($data) . " != " .