Searched refs:prefix (Results 1 – 11 of 11) sorted by relevance
/web-php/src/ |
H A D | autoload.php | 7 $prefix = 'phpweb\\'; variable 10 $length = strlen($prefix); 12 if (strncmp($prefix, $class, $length) !== 0) {
|
/web-php/include/ |
H A D | manual-lookup.inc | 7 function tryprefix($lang, $keyword, $prefix) 15 // Try the keyword with the prefix 16 $try = "/manual/{$lang}/{$prefix}{$keyword}.php"; 22 $try = "/manual/{$lang}/{$prefix}{$nosp}.php"; 29 $try = "/manual/{$lang}/{$prefix}{$dasp}.php"; 36 $try = "/manual/{$lang}/{$prefix}{$noul}.php"; 44 $try = "/manual/{$lang}/{$prefix}{$noul}.php"; 49 // Only necessary when prefix is empty 50 if (empty($prefix)) { 140 // If there is a dot in the $keyword, then a prefix [all …]
|
H A D | branches.inc | 418 $prefix = "{$major}."; 420 $prefix .= "{$minor}."; 424 if (!strncmp($prefix, $version, strlen($prefix))) { 430 if (!strncmp($prefix, $version, strlen($prefix))) {
|
H A D | site.inc | 189 // Get all manual prefix search sections
|
H A D | shared-manual.inc | 261 // We strip out any class prefix here, we only want method names
|
H A D | errors.inc | 301 …'session.upload-progress.prefix' => 'session.configuration.php#ini.session.upload-progress.prefix',
|
/web-php/.github/ |
H A D | dependabot.yaml | 10 prefix: "composer" 22 prefix: "github-actions"
|
/web-php/releases/8.1/ |
H A D | release.inc | 422 …migration81.new-features.php#migration81.new-features.core.octal-literal-prefix"><?= message('docu…
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 1050 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
|
H A D | NEWS_5_4_0_RC1.txt | 1095 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple 1478 - Fixed handling of session variable serialization on certain prefix 1660 - Fixed bug #49490 (XPath namespace prefix conflict). (Rob) 1819 - Fixed bug #50334 (crypt ignores sha512 prefix). (Pierre) 2066 - Fixed bug #49018 (phar tar stores long filenames wit prefix/name reversed). 4254 - Added forward support for 'b' prefix in front of string literals. (Andrei) 5823 - Fixed bug #34850 (--program-suffix and --program-prefix not included in
|
H A D | NEWS_5_4_0_beta1.txt | 999 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple 1382 - Fixed handling of session variable serialization on certain prefix 1564 - Fixed bug #49490 (XPath namespace prefix conflict). (Rob) 1723 - Fixed bug #50334 (crypt ignores sha512 prefix). (Pierre) 1970 - Fixed bug #49018 (phar tar stores long filenames wit prefix/name reversed). 4158 - Added forward support for 'b' prefix in front of string literals. (Andrei) 5727 - Fixed bug #34850 (--program-suffix and --program-prefix not included in
|
Completed in 59 milliseconds