This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271669 - PhpDoc mistake into the pcre.php
Summary: PhpDoc mistake into the pcre.php
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 17:20 UTC by dbyk
Modified: 2017-10-18 17:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
pcre.php (17.59 KB, application/x-php)
2017-10-18 17:20 UTC, dbyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbyk 2017-10-18 17:20:01 UTC
Created attachment 165314 [details]
pcre.php

I don't really know where it file became from. I haven't found it in the hg.netbeans.org so I'm not sure is it your project or no.
Into my file (see in attachments) there are `preg_match` function with right phpDoc for `$matches` & `$offset` parameters AND `preg_match_all` where `$matches` description contains the one about `$offset`, but the `$offset` parameter has only half of it's full description.