Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 11 of 11) sorted by relevance

/web-php/src/
H A Dautoload.php7 $prefix = 'phpweb\\'; variable
10 $length = strlen($prefix);
12 if (strncmp($prefix, $class, $length) !== 0) {
/web-php/include/
H A Dmanual-lookup.inc7 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 Dbranches.inc418 $prefix = "{$major}.";
420 $prefix .= "{$minor}.";
424 if (!strncmp($prefix, $version, strlen($prefix))) {
430 if (!strncmp($prefix, $version, strlen($prefix))) {
H A Dsite.inc189 // Get all manual prefix search sections
H A Dshared-manual.inc261 // We strip out any class prefix here, we only want method names
H A Derrors.inc301 …'session.upload-progress.prefix' => 'session.configuration.php#ini.session.upload-progress.prefix',
/web-php/.github/
H A Ddependabot.yaml10 prefix: "composer"
22 prefix: "github-actions"
/web-php/releases/8.1/
H A Drelease.inc422 …migration81.new-features.php#migration81.new-features.core.octal-literal-prefix"><?= message('docu…
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt1050 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
H A DNEWS_5_4_0_RC1.txt1095 . 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 DNEWS_5_4_0_beta1.txt999 . 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