Test: /ext/ereg/tests/eregi_replace_basic_001.phpt - Version 5.4.5-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
021- string(90) "--- [this is a replacement] --- this contains some matches --- [this is a replacement] ---"
022- --> Pattern: '\\\`\^\.\[\$\(\)\|\*\+\?\{\''; match: '\`^.[$()|*+?{''
023-
024- Deprecated: Function eregi_replace() is deprecated in %s on line %d
025- string(74) "[this is a replacement] this contains some matches [this is a replacement]"
026- --> Pattern: '\a'; match: 'a'
027-
028- Deprecated: Function eregi_replace() is deprecated in %s on line %d
029- string(118) "[this is a replacement] this cont[this is a replacement]ins some m[this is a replacement]tches [this is a replacement]"
030- --> Pattern: '[0-9][^0-9]'; match: '2a'
031-
032- Deprecated: Function eregi_replace() is deprecated in %s on line %d
033- string(74) "[this is a replacement] this contains some matches [this is a replacement]"
034- --> Pattern: '^[[:alnum:]]{62,62}$'; match: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
035-
036- Deprecated: Function eregi_replace() is deprecated in %s on line %d
037- string(152) "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ this contains some matches 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
038- --> Pattern: '^[[:digit:]]{5}'; match: '0123456789'
039-
040- Deprecated: Function eregi_replace() is deprecated in %s on line %d
041- string(66) "[this is a replacement]56789 this contains some matches 0123456789"
042- --> Pattern: '[[:digit:]]{5}$'; match: '0123456789'
043-
044- Deprecated: Function eregi_replace() is deprecated in %s on line %d
045- string(66) "0123456789 this contains some matches 01234[this is a replacement]"
046- --> Pattern: '[[:blank:]]{1,10}'; match: '
047- '
048-
049- Deprecated: Function eregi_replace() is deprecated in %s on line %d
050- string(163) "
051- [this is a replacement]this[this is a replacement]contains[this is a replacement]some[this is a replacement]matches[this is a replacement]
052- [this is a replacement]"
053- --> Pattern: '[[:print:]]{3}'; match: ' a '
054-
055- Deprecated: Function eregi_replace() is deprecated in %s on line %d
056- string(254) "[this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement][this is a replacement] "
057- Done