Searched refs:parts (Results 1 – 10 of 10) sorted by relevance
/web-php/ |
H A D | error.php | 65 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 D | quickref.php | 52 $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 D | news2html | 97 $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 D | branches.inc | 93 $parts = explode('.', $version); 94 if (count($parts) > 1) { 95 return "$parts[0].$parts[1]"; 219 $parts = explode('.', $version); 220 $major = $parts[0];
|
H A D | prepend.inc | 86 // Choose language used for translated parts
|
H A D | ip-to-country.inc | 163 // Split the record to it's parts
|
H A D | errors.inc | 634 $parts = explode('/', $uri); 636 …sprintf('https://php-legacy-docs.zend.com/manual/php%s/%s/%s', $php_version, $parts[1], $parts[2]);
|
H A D | pregen-news.inc | 22997 …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 D | NEWS_5_4_0_RC1.txt | 5907 - 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 D | NEWS_5_4_0_beta1.txt | 5811 - 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