import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / strncmp_basic.php.expectregex
blob37e8d20988d33b89e218366e6bb0e7e01277fafe
1 \*\*\* Testing strncmp\(\) function: basic functionality \*\*\*
2 -- Testing strncmp\(\) with single quoted string --
3 int\(0\)
4 int\(-[1-9][0-9]*\)
5 int\([1-9][0-9]*\)
6 -- Testing strncmp\(\) with double quoted string --
7 int\(0\)
8 int\(-[1-9][0-9]*\)
9 int\([1-9][0-9]*\)
10 -- Testing strncmp\(\) with here-doc string --
11 int\(0\)
12 int\(-[1-9][0-9]*\)
13 int\([1-9][0-9]*\)
14 \*\*\* Done \*\*\*