Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 10 of 10) sorted by path

/web-php/bin/
H A Dnews2html95 $parts = explode('.', $version, 3); variable
96 if (count($parts) < 2) {
101 $tag = "<a id=\"PHP_{$parts[0]}_{$parts[1]}\"></a>";
/web-php/
H A Derror.php63 if (preg_match("!^manual/(\\w+)/(print|printwn)/figures/(.+)$!", $URI, $parts)) {
64 mirror_redirect("/manual/$parts[1]/figures/$parts[3]");
H A Dquickref.php52 $functions = $maybe = $temp = $parts = []; variable
62 if (preg_match('!^(function|class)\.(.+)\.php$!', $entry, $parts)) {
63 $funcname = str_replace('-', '_', $parts[2]);
/web-php/include/
H A Dbranches.inc90 $parts = explode('.', $version);
91 if (count($parts) > 1) {
92 return "$parts[0].$parts[1]";
216 $parts = explode('.', $version);
217 $major = $parts[0];
H A Derrors.inc632 $parts = explode('/', $uri);
634 …sprintf('https://php-legacy-docs.zend.com/manual/php%s/%s/%s', $php_version, $parts[1], $parts[2]);
H A Dip-to-country.inc163 // Split the record to it's parts
H A Dpregen-news.inc22997 …expect 450 attendees from Bulgaria, the Balkans region, Europe, and other parts of the world. We w…
23004 …expect 450 attendees from Bulgaria, the Balkans region, Europe, and other parts of the world. We w…
H A Dprepend.inc80 // Choose language used for translated parts
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt5907 - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts). (Jani)
5914 - Fixed bug #34148 (+,- and . not supported as parts of scheme). (Ilia)
6338 multiple parts). (Dmitry)
H A DNEWS_5_4_0_beta1.txt5811 - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts). (Jani)
5818 - Fixed bug #34148 (+,- and . not supported as parts of scheme). (Ilia)
6242 multiple parts). (Dmitry)

Completed in 103 milliseconds