Browse Source

- New parameter parsing API

PECL
Felipe Pena 18 years ago
parent
commit
0e63639070
  1. 1098
      ext/imap/php_imap.c
  2. 4
      ext/imap/tests/imap_utf8.phpt

1098
ext/imap/php_imap.c
File diff suppressed because it is too large
View File

4
ext/imap/tests/imap_utf8.phpt

@ -16,7 +16,7 @@ echo "Done\n";
string(0) ""
string(1) "1"
Notice: Array to string conversion in %s on line %d
string(5) "%s"
Warning: imap_utf8() expects parameter 1 to be string, array given in %s on line %d
NULL
string(4) "%s"
Done
Loading…
Cancel
Save