Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 31) sorted by relevance

12

/web-php/manual/en/toc/
H A Dref.strings.inc5 0 => 'function.addcslashes.php',
10 0 => 'function.addslashes.php',
15 0 => 'function.bin2hex.php',
20 0 => 'function.chop.php',
25 0 => 'function.chr.php',
55 0 => 'function.crc32.php',
60 0 => 'function.crypt.php',
65 0 => 'function.echo.php',
125 0 => 'function.join.php',
155 0 => 'function.md5.php',
[all …]
/web-php/backend/notes/d7/
H A Dd7742c269d23ea861 111422|function.strpos|67|1361224553|Anonymous|VGhlIG1vc3Qgc3RyYWlnaHRmb3J3YXJkIHdheSB0byBwcmV2ZW50…
2 110464|function.strpos|83|1351105628|Aleksey Korzun|SnVzdCBhIHF1aWNrIG5vdGUsIGlmIGJ5IHNvbWUgY2hhbmN…
5 107240|function.strpos|50|1327390683|rjeggens at ijskoud dot org|SSBsb3N0IGFuIGhvdXIgYmVmb3JlIEkgbm…
11 99476|function.strpos|67|1282186230|Anonymous|YmV3YXJlIHRoZSBtaW5kbGVzcyAiaWYgbmVlZGxlIGlzIG5vdCBzd…
18 93816|function.strpos|80|1254343074|digitalpbk [at] gmail.com|VGhpcyBmdW5jdGlvbnMgdGhyb3dzIGFuICJPZ…
20 93566|function.strpos|50|1253094436|juniordez at gmail dot com|RnVuY3Rpb24gdG8gZ2V0IHRoZSBzdHJpbmcg…
23 89788|function.strpos|60|1237801686|teddanzig at yahoo dot com|cm91dGluZSB0byByZXR1cm4gLTEgaWYgdGhl…
35 74432|function.strpos|50|1176269720|sinai [at] simnet [dot] is|SWYgeW91IHdhbnQgdG8gY2hlY2sgZm9yIGVp…
42 47879|function.strpos|50|1102066114|takapz at flor dot it|aGVyZSBhIGxpdHRsZSBmdW5jdGlvbiBmb3IgdGFnI…
45 40617|function.strpos|0|1078853206|ebypdx at comcast dot net|Y291bnRpbmcgdGhlIG9jY3VycmVuY2VzIG9mIG…
[all …]
/web-php/
H A Dmanual-lookup.php9 $function = ''; variable
11 $function = htmlspecialchars($_GET['function'], ENT_QUOTES, 'UTF-8'); variable
13 $function = htmlspecialchars($_GET['pattern'], ENT_QUOTES, 'UTF-8'); variable
23 if ($function) {
24 $function = strtolower($function); variable
27 if ($file = find_manual_page($LANG, $function)) {
33 $notfound = $function;
H A DREADME.md38 Code must function on a vanilla PHP 8.2 installation.
/web-php/include/
H A Dchangelogs.inc3 function bugfix($number): void {
7 function bugl($number): void {
11 function implemented($number): void {
15 function peclbugfix($number): void {
19 function peclbugl($number): void {
23 function githubissue($repo, $number): void {
27 function githubissuel($repo, $number): void {
31 function release_date($in): void {
38 function changelog_makelink(string $branch): string {
42 function changelog_header(int $major_version, array $minor_versions): void {
[all …]
H A Dsite.inc39 function is_primary_site($site = false)
48 function is_official_mirror($site = false)
55 function default_language($site = false)
64 function mirror_provider($site = false)
82 function mirror_provider_url($site = false)
100 function mirror_type($site = false)
117 function mirror_redirect($absoluteURI): void
154 function header_nocache(): void
164 function get_available_sqlites() {
191 function get_manual_search_sections() {
[all …]
H A Dbranches.inc47 function format_interval($from, DateTime $to) {
68 function ($t) {
98 function get_all_branches() {
135 function get_active_branches($include_recent_eols = true) {
170 function get_eol_branches($always_include = null) {
246 function get_initial_release($branch) {
270 function get_final_release($branch) {
301 function get_branch_bug_eol_date($branch): ?DateTime
320 function get_branch_security_eol_date($branch): ?DateTime
347 function get_branch_release_date($branch): ?DateTime
[all …]
H A Dlayout.inc13 function highlight_php($code, $return = false)
39 function highlight_php_trimmed($code, $return = false)
51 function resize_image($img, $width = 1, $height = 1)
158 function download_link($file, $title): void
194 function clean($var) {
199 function clean_note($text)
212 function display_errors($errors): void
330 function news_archive_sidebar(): void
457 function site_footer(array $config = []): void
462 function get_news_changes()
[all …]
H A Dprepend.inc18 (function (): void {
97 function myphpnet_load(): void
118 function myphpnet_language(): string
134 function myphpnet_urlsearch($type = false)
149 function myphpnet_showug($enable = null) {
172 function myphpnet_save(): void
186 function google_cse(): void {
193 (function() {
H A Dmanual-lookup.inc7 function tryprefix($lang, $keyword, $prefix)
12 // Replace everything in parentheses with a hyphen (ie. function call)
67 function find_manual_page_slow($lang, $keyword)
102 function find_manual_page($lang, $keyword)
144 // search [eg. function.echo or function.mysql-close]
154 name = /manual/en/function.str-replace.php
156 prefix = function.
159 … Therefore, the query below matches: str-replace, function.str-replace and function.str-replace.php
H A Dshared-manual.inc7 to the website function collection. These functions display
35 function manual_notes($notes):void {
90 function manual_notes_load(string $id): array
200 function manual_navigation_breadcrumbs(array $setup) {
220 function manual_navigation_related(array $setup) {
241 function manual_navigation_deprecated(array $setup) {
254 function manual_navigation_methodname($methodname) {
267 function manual_setup($setup): void {
367 function manual_footer($setup): void {
421 function relTime(DateTime $date) {
[all …]
H A Derrors.inc9 function error_404(): void
22 function error_404_manual(): void
64 function error_noservice(): void
79 function error_nomirror($mirror): void {
91 function status_header(int $status): bool
295 'session.hash-function' => 'session.configuration.php#ini.session.hash-function',
391 'date' => 'function.date.php',
403 'file' => 'function.file.php',
406 'fopen' => 'function.fopen.php',
428 'mail' => 'function.mail.php',
[all …]
H A Demail-validation.inc4 function clean_AntiSPAM($email)
11 function is_emailable_address($email)
44 function blacklisted($email) {
H A Ddo-download.inc9 function get_actual_download_file($file)
26 function download_file($mirror, $file): void
H A Dgpg-keys.inc6 function gpg_key_get(string $rm): ?string {
164 function gpg_key_get_branches(bool $activeOnly): array {
184 return array_filter($branches, function ($branch) use ($active) {
190 function gpg_key_show_keys(bool $activeOnly): void {
193 array_map(function ($rm) { return gpg_key_get($rm); }, $rms),
194 function ($key) { return $key !== null; });
H A Dversion.inc18 $RELEASES = (function () {
82 function release_get_latest() {
H A Dposttohost.inc9 function posttohost($url, $data)
H A Dip-to-country.inc46 function i2c_go()
84 function i2c_search_in_index($ip)
127 function i2c_search_in_db($ip, $idx)
180 function i2c_valid_country()
187 function i2c_realip()
H A Dlangchooser.inc34 // The code is encapsulated in a function,
41 function language_choose_code()
175 function language_add($langcode, &$langs)
199 function language_accept_order($a, $b)
/web-php/tests/Unit/
H A DGenChallengeTest.php25 [$function, $argumentOne, $argumentTwo, $question] = gen_challenge();
28 'function' => $function,
H A DTestAnswerTest.php21 string $function, argument
28 $function,
/web-php/releases/8.2/
H A Drelease.inc3 use function releases\php82\common_header;
4 use function releases\php82\language_chooser;
5 use function releases\php82\message;
59 public function __construct(string $title, Status $status)
112 public function bar(mixed $entity) {
132 public function bar((A&B)|null $entity) {
160 public function almostFalse(): bool { /* ... */ *}
162 public function almostTrue(): bool { /* ... */ *}
179 public function alwaysFalse(): false { /* ... */ *}
181 public function alwaysTrue(): true { /* ... */ *}
[all …]
/web-php/releases/8.3/
H A Drelease.inc3 use function releases\php83\common_header;
4 use function releases\php83\language_chooser;
5 use function releases\php83\message;
144 protected function setUp(): void {
148 protected function taerDown(): void {
172 protected function setUp(): void {
177 protected function taerDown(): void {
212 public function __construct(
216 public function __clone(): void {
241 public function __construct(
[all …]
/web-php/releases/8.1/
H A Drelease.inc3 use function releases\php81\common_header;
4 use function releases\php81\language_chooser;
5 use function releases\php81\message;
54 function acceptStatus(string $status) {...}
104 public function getStatus(): Status
191 public function __construct(
211 public function __construct(
328 function redirect(string $uri) {
333 function redirectToLoginPage() {
348 function redirect(string $uri): never {
[all …]
/web-php/styles/
H A Drtl.css4 .function {

Completed in 60 milliseconds

12