[PHP-DEV] htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated

2025-01-02 Thread Daniel Baldwin
class so sometime $fieldValue is a string and other times it is null. Both are valid. $fieldValue = null; echo htmlentities($fieldValue ?? '’); Thanks -- Daniel Baldwin 541-401-7797 smime.p7s Description: S/MIME cryptographic signature

Re: [PHP-DEV] Return When

2024-12-04 Thread Daniel Baldwin
t it will not return anything if $result['success’] == true. ---------- Daniel Baldwin 541-401-7797 > On Nov 26, 2024, at 8:10 AM, Volodymyr Volynets > wrote: > > Hi PHP Mailing list, > > My username is vvolynets. > > I have an idea whi

[PHP-DEV] Proposal for New Feature: Multi-level Directory Navigation Function

2024-09-10 Thread Daniel Baldwin
s the current depth of the path? Is there a significant demand or use case from the community that justifies the inclusion of this function in the core PHP library? I look forward to feedback from the community to refine this proposal and gauge interest in moving forward with an RFC. Thanks! D