Test: /ext/mbstring/tests/mb_ereg_variation6.phpt - Version 7.4.9    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
006+ /usr/local/php7/php-7.4.9/sapi/cli/php: symbol lookup error: /usr/local/php7/php-7.4.9/modules/mbstring.so: undefined symbol: onig_new_match_param 006- int(4) 007- array(1) { 008- [0]=> 009- string(8) "VGhpcw==" 010- } 011- -- Multibyte String: -- 012- int(27) 013- array(1) { 014- [0]=> 015- string(36) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ" 016- } 017- 018- --** Pattern is: \W+ **-- 019- -- ASCII String: -- 020- int(1) 021- array(1) { 022- [0]=> 023- string(4) "IA==" 024- } 025- -- Multibyte String: -- 026- int(3) 027- array(1) { 028- [0]=> 029- string(4) "44CC" 030- } 031- 032- --** Pattern is: \s+ **-- 033- -- ASCII String: -- 034- int(1) 035- array(1) { 036- [0]=> 037- string(4) "IA==" 038- } 039- -- Multibyte String: -- 040- bool(false) 041- NULL 042- 043- --** Pattern is: \S+ **-- 044- -- ASCII String: -- 045- int(4) 046- array(1) { 047- [0]=> 048- string(8) "VGhpcw==" 049- } 050- -- Multibyte String: -- 051- int(53) 052- array(1) { 053- [0]=> 054- string(72) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII=" 055- } 056- 057- --** Pattern is: \d+ **-- 058- -- ASCII String: -- 059- int(10) 060- array(1) { 061- [0]=> 062- string(16) "MDEyMzQ1Njc4OQ==" 063- } 064- -- Multibyte String: -- 065- int(20) 066- array(1) { 067- [0]=> 068- string(28) "MDEyMzTvvJXvvJbvvJfvvJjvvJk=" 069- } 070- 071- --** Pattern is: \D+ **-- 072- -- ASCII String: -- 073- int(27) 074- array(1) { 075- [0]=> 076- string(36) "VGhpcyBpcyBhbiBFbmdsaXNoIHN0cmluZy4g" 077- } 078- -- Multibyte String: -- 079- int(30) 080- array(1) { 081- [0]=> 082- string(40) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC" 083- } 084- 085- --** Pattern is: \b **-- 086- -- ASCII String: -- 087- int(1) 088- array(1) { 089- [0]=> 090- bool(false) 091- } 092- -- Multibyte String: -- 093- int(1) 094- array(1) { 095- [0]=> 096- bool(false) 097- } 098- 099- --** Pattern is: \B **-- 100- -- ASCII String: -- 101- int(1) 102- array(1) { 103- [0]=> 104- bool(false) 105- } 106- -- Multibyte String: -- 107- int(1) 108- array(1) { 109- [0]=> 110- bool(false) 111- } 112- Done