php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81434 Editing page showing the error
Submitted: 2021-09-13 10:21 UTC Modified: 2021-09-26 04:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: megha dot t at induatrylane dot com Assigned: cmb (profile)
Status: No Feedback Package: *URL Functions
PHP Version: 8.1.0RC1 OS: windows 8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2021-09-13 10:21 UTC] megha dot t at induatrylane dot com
Description:
------------
Fatal Uncaught ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1

Test script:
---------------
Fatal Uncaught ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1

Expected result:
----------------
Fatal Uncaught ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1

Actual result:
--------------
Fatal Uncaught ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-09-13 10:37 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-09-13 10:37 UTC] cmb@php.net
Feedback	
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.
 [2021-09-26 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC