issues Search Results · repo:php/php-src language:C
Filter by
3k results
(67 ms)3k results
inphp/php-src (press backspace or delete to remove)Description
The following code:
?php
user = {myUser};
$password = {myPassword};
$rdb = {myDsn};
$dsn = DSN={{$rdb}};NAM=1;ALWAYSCALCLEN=1;CCSID=1208 ;
$sql =
SELECT long_char_field
FROM table
...
Bug
Extension: pdo_odbc
Status: Needs Triage
fleadram
- 3
- Opened 13 hours ago
- #18349
Description
The following code:
?php
fputcsv($fh, [ Jan , He said Hello , Line1\nLine2 ], ; , , );
Resulted in this output:
Jan; He said Hello ; Line1
Line2
But I expected this output ...
Bug
Status: Needs Triage
vavra
- 1
- Opened 18 hours ago
- #18348
Description
ICU4C has a ListFormatter API allowing to format lists based on the convention of each locale.
It would be great to introduce a PHP API based on it.
Other languages have such API exposed ...
Extension: intl
Feature
stof
- 3
- Opened 21 hours ago
- #18346
Description
ICU4C has uloc_isRightToLeft to determine this.
It would be great to expose this in PHP. It is useful to manage the dir attribute in HTML based on the locale being
used, instead of having ...
Extension: intl
Feature
Status: Needs Triage
stof
- 1
- Opened 22 hours ago
- #18345
Description
UTS#35 has algorithms to add or remove likely subtags for a locale. This is useful for instance when wanting to use
\Locale::getScript to get the script associated with a locale, to get the ...
Extension: intl
Feature
stof
- 1
- Opened 23 hours ago
- #18344
Description
3v4l reproduction
When using a virtual property, if the set hook returns a value, that value get stored inside the object.
While that would be expected as the value is returned, it collides ...
Bug
Category: Engine
Status: Invalid
DarkGhostHunter
- 1
- Opened yesterday
- #18341
Description
function my_cb($b) {
ob_start();
var_dump($b);
$r = ob_get_clean();
return $b . $r;
}
ob_start( my_cb );
echo hello ;
Will result in: Fatal error: ob_start(): Cannot use ...
Feature
Status: Needs Triage
kkmuffme
- 2
- Opened yesterday
- #18340
Description
The following code:
?php
$interval = new \DateInterval( PT0S );
$unit = h ;
$interval- $unit += 0;
var_dump($interval- h);
https://3v4l.org/XP384#v8.3.20
Resulted in this output:
Segmentation ...
Bug
Status: Duplicate
kylekatarnls
- 1
- Opened yesterday
- #18339
Description
With the latest Laravel 11 (version 11.44.2), the following code:
The script crash with sleep function.
?php
/code$ php artisan tinker
Psy Shell v0.12.8 (PHP 8.3.20 — cli) by Justin Hileman ...
Bug
Status: Needs Triage
jeff1326
- 7
- Opened yesterday
- #18337
Description
Currently, CLI exists with zero exit code and no warning when the input file is empty.
This was discovered in #18272.
Although empty file is rendered as empty as there is no ?php starting ...
Feature
Status: Needs Triage
mvorisek
- Opened yesterday
- #18336

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.