Home
last modified time | relevance | path

Searched refs:to (Results 1 – 10 of 10) sorted by relevance

/web-bugs/src/Repository/
H A DReasonRepository.php120 need a backtrace to see what is happening behind the scenes. To
121 find out how to generate a backtrace, please read
125 Once you have generated a backtrace, please submit it to this bug
126 report and change the status back to "Open". Thank you for helping
137 need a short but complete example script to be able to reproduce
/web-bugs/sql/
H A Ddatabase.sql2 GRANT ALL PRIVILEGES on phpbugsdb.* to 'nobody'@'localhost';
/web-bugs/
H A D.gitignore2 # intentionally untracked to ignore by Git. For other development environment
3 # specific files, such as editor configuration, a good practice is to exclude
H A DREADME.md16 Modify `local_config.php` according to your local development environment.
45 ├─ cron/ # Various systems scripts to run periodically on the server
71 Issues with the application and new feature requests can be reported to
72 [bugs.php.net](https://bugs.php.net) and discussed by sending message to the
73 [webmaster mailing list](http://news.php.net/php.webmaster) to the address
90 A good practice is to also set the upstream remote in case the upstream master
H A Dlocal_config.php.sample4 * Add your local changes here and copy to local_config.php
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
53 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their …
286 … "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
910 "description": "Looks up which function or method a line of code belongs to",
979 "description": "Provides the functionality to compare PHP values for equality",
1108 "description": "Provides functionality to handle HHVM/PHP environments",
1186 "description": "Provides the functionality to export PHP variables for visualization",
1311 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1429 "description": "Provides functionality to recursively process PHP variables",
1774 "description": "Assertions to validate method input/output with nice error messages.",
/web-bugs/include/
H A Dfunctions.php755 $to = trim($in[$name]);
757 if ($from != $to) {
760 $to = $to == 'Y' ? 'Yes' : 'No';
802 $to = rtrim($to); // wordwrap may add spacer to last line
1232 $to = [];
1238 $to[] = $docBugEmail;
1241 $to[] = $secBugEmail;
1243 $to[] = "${user}@php.net";
1265 $to[] = $list_email;
1280 $to[] = $bugEmail;
[all …]
/web-bugs/docs/
H A Dtemplates.md4 methods for creating nested templates and escaping strings to protect against
10 $template = new App\Template\Engine(__DIR__.'/../path/to/templates');
27 'mainHeading' => 'How to report a bug?',
76 which is equivalent to `<?php include __DIR__.'/../forms/contact.php' ?>`,
102 Block content can be appended to existing blocks by the
165 class method needs to be called in the template.
192 To replace all characters to their applicable HTML entities in the given string:
/web-bugs/src/Utils/
H A DGitHub.php69 throw new \Exception('Failed to retrieve pull request from GitHub');
/web-bugs/www/js/
H A Dpackage-affected.js77 function moveOptions(from, to) { argument
81 to.appendChild(option);

Completed in 22 milliseconds