Searched refs:functions (Results 1 – 13 of 13) sorted by relevance
/web-php/ |
H A D | quickref.php | 26 function quickref_table($functions, $sort = true): void argument 34 asort($functions); 38 foreach ($functions as $file => $name) { 52 $functions = $maybe = $temp = $parts = []; variable 64 $functions[$entry] = $funcname; 95 if ($p >= 70 || (strpos($functions[$file], $notfound) !== false)) { 96 $maybe[$file] = '<b>' . $functions[$file] . '</b>'; 100 $maybe[$file] = $functions[$file];
|
H A D | composer.lock | 3341 "description": "Symfony polyfill for ctype functions", 3417 "description": "Symfony polyfill for intl's grapheme_* functions", 3498 "description": "Symfony polyfill for intl's Normalizer class and related functions", 4004 "Resources/functions.php"
|
/web-php/releases/ |
H A D | NEWS_5_4_0_alpha1.txt | 19 functions. (Kalle) 67 functions. Now the first arg_info for internal functions (which has special 94 . Added caches to eliminate repeatable run-time bindings of functions, 126 . Added apache compatible functions: apache_child_terminate(), 130 - Improved core functions: 147 - Improved filesystem functions: 216 . Sanitized return values of existing functions. Now it returns FALSE on
|
H A D | NEWS_5_4_0_beta2.txt | 64 sort functions (sort, rsort, ksort, krsort, asort, arsort and 133 - Improved core functions 166 - Improved core functions: 195 functions. (Kalle) 244 functions. Now the first arg_info for internal functions (which has special 303 . Added apache compatible functions: apache_child_terminate(), 307 - Improved core functions: 324 - Improved filesystem functions: 622 functions that allows disabling addition of empty elements. (Ilia) 780 . Added options to debug backtrace functions. (Stas) [all …]
|
H A D | NEWS_5_4_0_RC1.txt | 176 - Improved core functions 209 - Improved core functions: 238 functions. (Kalle) 289 functions. Now the first arg_info for internal functions (which has special 352 - Improved core functions: 369 - Improved filesystem functions: 2299 related functions. (Pierre) 2615 prepending functions). (Scott) 5600 - Added new functions: 5790 current() functions). (Ilia) [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 82 - Improved core functions 115 - Improved core functions: 144 functions. (Kalle) 193 functions. Now the first arg_info for internal functions (which has special 256 - Improved core functions: 273 - Improved filesystem functions: 2203 related functions. (Pierre) 2519 prepending functions). (Scott) 5504 - Added new functions: 5694 current() functions). (Ilia) [all …]
|
/web-php/manual/en/toc/ |
H A D | langref.inc | 40 0 => 'language.functions.php',
|
/web-php/include/ |
H A D | errors.inc | 3 This script provides functions to print out 118 everything like functions, variables, constants, common search terms, etc. 143 'disable-functions' => 'ini.core.php#ini.disable-functions', 391 'closures' => 'functions.anonymous.php', 413 'function' => 'language.functions.php', 553 and also many <a href="/ref.strings">string functions.</a>', 555 Many <a href="/ref.strings">string functions</a> begin with <b>str</b>, 565 PHP contains thousands of functions. You might be interested in how a 566 <a href="/language.functions">function is defined</a>, or
|
H A D | prepend.inc | 92 // Common layout functions
|
H A D | shared-manual.inc | 7 to the website function collection. These functions display 22 // User note display functions
|
H A D | pregen-news.inc | 16471 … in ext/curl</a> & <a href="https://wiki.php.net/rfc/new-curl-error-functions">other ext/curl …
|
/web-php/releases/8.1/ |
H A D | release.inc | 142 …callable_syntax">RFC</a> <a class="php8-rfc" href="/manual/<?= $lang ?>/functions.first_class_call…
|
/web-php/styles/ |
H A D | theme-base.css | 1209 margin-top:-1.5rem; /* for functions with OO and procedural definitions */
|
Completed in 266 milliseconds