/web-php/include/ |
H A D | releases.inc | 21 'name' => 'PHP 8.1.30 (tar.gz)', 28 'name' => 'PHP 8.1.30 (tar.bz2)', 35 'name' => 'PHP 8.1.30 (tar.xz)', 57 'name' => 'PHP 8.3.13 (tar.gz)', 64 'name' => 'PHP 8.3.13 (tar.bz2)', 71 'name' => 'PHP 8.3.13 (tar.xz)', 93 'name' => 'PHP 8.2.25 (tar.gz)', 100 'name' => 'PHP 8.2.25 (tar.bz2)', 107 'name' => 'PHP 8.2.25 (tar.xz)', 130 'name' => 'PHP 8.2.24 (tar.gz)', [all …]
|
H A D | mozsearch.inc | 2 name="PHP.net" 11 <input name="sourceid" value="Mozilla-search"> 12 <input name="pattern" user="">
|
H A D | get-download.inc | 20 foreach ($possible_files as $name) { 21 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $name)) { 22 $file = $name; 43 // Set local file name
|
H A D | do-download.inc | 16 foreach ($possible_files as $name => $log) { 17 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $name)) { 18 $found = $name;
|
H A D | site.inc | 62 // mirror site's provider's name 136 // dir with $name and $content. Provide $exptime relatively 138 function mirror_setcookie($name, $content, $exptime) 142 return setcookie($name, $content, time() + $exptime, '/', '.php.net'); 145 return setcookie($name, $content, time() + $exptime, '/'); 237 // This should be the main name of the mirror (in case 238 // it works under more then one name). SERVER_NAME is 239 // the name of the Apache vhost. 255 // If the mirror is not registered with this name, provide defaults
|
H A D | version.inc | 8 * "name" => "package name", 83 'name' => "PHP {$version} ({$format})",
|
H A D | shared-manual.inc | 40 // Drop file extension from the name 124 … $name = "\n <strong class=\"user\"><em>" . htmlspecialchars($note->user) . "</em></strong>"; 126 $name = "<strong class=\"user\"><em>Anonymous</em></strong>"; 128 …$name = ($note->id ? "\n <a href=\"#{$note->id}\" class=\"name\">$name</a><a class=\"genanchor\" … 197 …<div class="note" id="{$note->id}">{$votediv}{$name}{$admin}<div class="date" title="$fdatestr"><s… 297 // Drop file extension from the name 361 <form action="/manual/change.php" method="get" id="changelang" name="changelang"> 364 <select onchange="document.changelang.submit()" name="page" id="changelang-langs">
|
H A D | layout.inc | 443 <meta name="Description" content="{$meta_description}" /> 445 <meta name="twitter:card" content="summary_large_image" /> 446 <meta name="twitter:site" content="@official_php" /> 449 <meta name="twitter:creator" content="@official_php" /> 450 <meta name="twitter:image:src" content="{$meta_image_path}" /> 452 <meta itemprop="name" content="PHP: Hypertext Preprocessor" /> 491 name: 'Downloads', 496 name: 'Documentation', 501 name: 'Get Involved', 506 name: 'Help', [all …]
|
/web-php/.github/workflows/ |
H A D | integrate.yaml | 3 name: "Integrate" 13 name: "Code Coverage" 23 - name: "Checkout" 26 - name: "Set up PHP" 58 name: "Coding Standards" 68 - name: "Checkout" 71 - name: "Set up PHP" 100 - name: "Get libxml2-utils" 111 name: "Tests" 124 - name: "Checkout" [all …]
|
H A D | update-screenshots.yaml | 3 name: "Update screenshots" 10 name: "Update Tests snapshots" 25 - name: "Checkout" 28 - name: "Set up PHP" 35 - name: Use Node.js ${{ matrix.node-version }} 40 - name: "Set up problem matchers for PHP" 46 - name: "Determine composer cache directory" 59 - name: "Install dependencies" 62 - name: "Install Playwright" 65 - name: "Run visual tests" [all …]
|
H A D | pr-preview.yml | 1 name: Preview PR 40 name: "Visual Tests" 66 - name: Use Node.js ${{ matrix.node-version }} 71 - name: "Set up problem matchers for PHP" 77 - name: "Determine composer cache directory" 80 - name: "Cache dependencies installed with composer" 87 - name: "Install dependencies with composer" 90 - name: "Install dependencies" 93 - name: "Install Playwright" 96 - name: "Run visual tests" [all …]
|
H A D | remove-needs-feedback.yml | 1 name: Remove needs feedback label 13 …if: "github.repository_owner == 'php' && contains(github.event.issue.labels.*.name, 'Status: Needs…
|
H A D | close-needs-feedback.yml | 1 name: Close old issues that need feedback 18 - name: Close old issues that need feedback
|
/web-php/tests/EndToEnd/ |
H A D | SearchModalTest.spec.ts | 14 await page.getByRole('button', {name: 'Search'}).click(); 15 const modal = await page.getByRole('dialog', { name: 'Search modal' }); 29 const expectOption = async (modal, name) => { 30 await expect(modal.getByRole('option', { name })).toBeVisible(); 33 const expectSelectedOption = async (modal, name) => { 34 await expect(modal.getByRole('option', { name, selected: true })).toBeVisible(); 52 const searchInput = modal.getByRole('searchbox', { name: 'Search docs' }); 59 await modal.getByRole('button', { name: 'Close' }).click(); 65 await modal.getByRole('button', { name: 'Close' }).click(); 89 await modal.getByRole('listbox', { name: 'Search results' }).getByRole('option')
|
H A D | DisabledJavascriptTest.spec.ts | 13 let searchInput = await page.getByRole('searchbox', { name: 'Search docs' }); 18 searchInput = await page.getByRole('searchbox', { name: 'Search docs' }); 31 .getByRole('link', { name: 'Search docs' }) 35 const searchInput = await page.getByRole('searchbox', { name: 'Lookup docs' }); 48 .getByRole('link', { name: 'Menu' })
|
/web-php/manual/ |
H A D | spam_challenge.php | 23 function print_infix($name, $a, $b) { argument 24 return "$a $name $b"; 27 function print_prefix($name, $a, $b) { argument 28 return "$name($a, $b)"; 52 function test_answer($name, $an, $bn, $answer) { argument 54 if ($x[0] === $name) {
|
/web-php/ |
H A D | composer.lock | 11 "name": "clue/ndjson-react", 75 "name": "composer/pcre", 154 "name": "composer/semver", 201 "name": "Rob Bast", 1171 "name": "psr/container", 1274 "name": "psr/log", 1324 "name": "react/cache", 1475 "name": "react/dns", 1623 "name": "react/promise", 1696 "name": "react/socket", [all …]
|
H A D | playwright.config.ts | 29 name: 'chromium', 34 name: 'End-to-End Chromium',
|
H A D | my.php | 48 foreach ($langs as $code => $name) { 49 $options[] = '<option value="' . $code . '">' . $name . "</option>\n";
|
H A D | quickref.php | 38 foreach ($functions as $file => $name) { 39 echo "<li><a href=\"/manual/$LANG/$file\">$name</a></li>\n";
|
H A D | git-php.php | 401 foreach ($groups as $group => $name) { 403 echo "<option value='$group'$selected>$name</option>\n";
|
H A D | menu.php | 24 <a class="menu__link" href="<?= $entry->href ?>"><?= $entry->name ?></a>
|
/web-php/tests/Visual/ |
H A D | SearchModal.spec.ts | 15 await page.getByRole("button", { name: "Search" }).click(); 16 const modal = await page.getByRole("dialog", { name: "Search modal" });
|
/web-php/js/ |
H A D | search.js | 23 .map(([id, [name, description, tag]]) => { 24 if (!name) return null; 53 name, 57 methodName: name.split("::").pop(), 405 ${escape(item.name)}
|
/web-php/src/Navigation/ |
H A D | NavItem.php | 8 public string $name, argument
|