Home
last modified time | relevance | path

Searched refs:explode (Results 1 – 20 of 20) sorted by relevance

/web-php/src/
H A DUserPreferences.php7 use function explode; alias
49 $preferences = explode(",", $_COOKIE['MYPHPNET']);
H A DLangChooser.php93 $browser_accept = explode(",", $acceptLanguageHeader);
/web-php/
H A Dmod.php30 [$none, $site, $token, $sender] = explode("/", $_SERVER["PATH_INFO"]);
H A Dindex.php111 [$major, $minor, $_] = explode('.', $version);
H A Derror.php272 $parts = explode('#', $manual_page_moves[$match[2]], 2);
H A Dcal.php362 @[$recur, $recur_day] = explode(":", $recur, 2);
/web-php/images/
H A Dlogo.php46 $encodings = explode(',', $_SERVER['HTTP_ACCEPT_ENCODING']);
/web-php/tests/Unit/UserNotes/
H A DSorterTest.php106 @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode('|', $line);
/web-php/bin/
H A Dnews2html97 $parts = explode('.', $version, 3);
H A DcreateNewsEntry75 explode(" ", rtrim(fgets(STDIN))),
/web-php/manual/en/toc/
H A Dref.strings.inc70 0 => 'function.explode.php',
71 1 => 'explode',
/web-php/include/
H A Dversion.inc72 [$major] = explode('.', $version, 2);
H A Dbranches.inc93 $parts = explode('.', $version);
219 $parts = explode('.', $version);
406 explode('.', $version),
H A Dip-to-country.inc55 list($COUNTRY, $storedip) = explode(",", $_COOKIE['COUNTRY']);
205 $ips = explode(", ", $_SERVER['HTTP_X_FORWARDED_FOR']);
H A Dshared-manual.inc112 @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode("|", $line);
263 $tmp = explode('::', $methodname);
H A Dgpg-keys.inc200 [$major] = explode('.', $branch, 2);
H A Derrors.inc634 $parts = explode('/', $uri);
/web-php/releases/8.4/
H A Drelease.inc83 [$languageCode, $countryCode] = explode('_', $combinedCode, 2);
124 [$this->countryCode, $this->languageCode] = explode('_', $value, 2);
170 [$major, $minor] = explode('.', $this->version);
192 [$major, $minor] = explode('.', $this->version);
303 $classes = explode(" ", $node->className); // Simplified
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt2647 - Fixed bug #47560 (explode()'s limit parameter odd behaviour). (Matt)
3007 - Fixed explode() behavior with empty string to respect negative limit. (Shire)
H A DNEWS_5_4_0_beta1.txt2551 - Fixed bug #47560 (explode()'s limit parameter odd behaviour). (Matt)
2911 - Fixed explode() behavior with empty string to respect negative limit. (Shire)

Completed in 60 milliseconds