Home
last modified time | relevance | path

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

/web-php/
H A Derror.php65 if (preg_match("!^manual/(\\w+)/(print|printwn)/figures/(.+)$!", $URI, $parts)) {
66 mirror_redirect("/manual/$parts[1]/figures/$parts[3]");
272 $parts = explode('#', $manual_page_moves[$match[2]], 2); variable
273 if (count($parts) === 1) {
274 mirror_redirect("/manual/{$match[1]}/{$parts[0]}.php");
276 mirror_redirect("/manual/{$match[1]}/{$parts[0]}.php#{$parts[1]}");
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/bin/
H A Dnews2html97 $parts = explode('.', $version, 3); variable
98 if (count($parts) < 2) {
103 $tag = "<a id=\"PHP_{$parts[0]}_{$parts[1]}\"></a>";
/web-php/include/
H A Dbranches.inc93 $parts = explode('.', $version);
94 if (count($parts) > 1) {
95 return "$parts[0].$parts[1]";
219 $parts = explode('.', $version);
220 $major = $parts[0];
H A Dprepend.inc86 // Choose language used for translated parts
H A Dip-to-country.inc163 // Split the record to it's parts
H A Derrors.inc634 $parts = explode('/', $uri);
636 …sprintf('https://php-legacy-docs.zend.com/manual/php%s/%s/%s', $php_version, $parts[1], $parts[2]);
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…
/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 131 milliseconds