Searched refs:to (Results 1 – 10 of 10) sorted by relevance
/web-bugs/src/Repository/ |
H A D | ReasonRepository.php | 120 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 D | database.sql | 2 GRANT ALL PRIVILEGES on phpbugsdb.* to 'nobody'@'localhost';
|
/web-bugs/ |
H A D | .gitignore | 2 # 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 D | README.md | 16 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 D | local_config.php.sample | 4 * Add your local changes here and copy to local_config.php
|
H A D | composer.lock | 3 "This file locks the dependencies of your project to a known state", 54 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 596 "ext-soap": "To be able to generate mocks based on WSDL files", 694 "description": "Looks up which function or method a line of code belongs to", 763 "description": "Provides the functionality to compare PHP values for equality", 892 "description": "Provides functionality to handle HHVM/PHP environments", 970 "description": "Provides the functionality to export PHP variables for visualization", 1095 … "description": "Traverses array structures and object graphs to enumerate all referenced objects", 1213 "description": "Provides functionality to recursively process PHP variables",
|
/web-bugs/include/ |
H A D | functions.php | 755 $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 D | templates.md | 4 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 D | GitHub.php | 69 throw new \Exception('Failed to retrieve pull request from GitHub');
|
/web-bugs/www/js/ |
H A D | package-affected.js | 77 function moveOptions(from, to) { argument 81 to.appendChild(option);
|
Completed in 15 milliseconds