diff options
author | Fabien Villepinte <fabien.villepinte@gmail.com> | 2020-06-29 21:31:44 +0200 |
---|---|---|
committer | Fabien Villepinte <fabien.villepinte@gmail.com> | 2020-06-29 21:31:44 +0200 |
commit | 0c6d06ecfa8f75f5afc4daf852a76c905b672b25 (patch) | |
tree | 6148c53323122770695070e156e7a874522104ce /ext/ldap | |
parent | 24a8065f8bd58decf1f27ef0aa790c7a51b8d4db (diff) | |
download | php-git-0c6d06ecfa8f75f5afc4daf852a76c905b672b25.tar.gz |
Replace EXPECTF when possible
Closes GH-5779
Diffstat (limited to 'ext/ldap')
-rw-r--r-- | ext/ldap/tests/ldap_explode_dn.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/tests/ldap_explode_dn.phpt b/ext/ldap/tests/ldap_explode_dn.phpt index aa8ab10088..f573bcfc39 100644 --- a/ext/ldap/tests/ldap_explode_dn.phpt +++ b/ext/ldap/tests/ldap_explode_dn.phpt @@ -32,7 +32,7 @@ var_dump(ldap_explode_dn("bob,dc=example,dc=com", 1)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- array(4) { ["count"]=> int(3) |