From: Nikita Popov Date: Fri, 23 Mar 2018 17:57:16 +0000 (+0100) Subject: Merge branch 'PHP-7.2' X-Git-Tag: php-7.3.0alpha1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad87e2bd6a3cdc792a15bdab987d36cb85a68563;p=php Merge branch 'PHP-7.2' --- ad87e2bd6a3cdc792a15bdab987d36cb85a68563 diff --cc ext/ldap/tests/ldap_exop_refresh.phpt index 2c579931ca,0000000000..13539d53c1 mode 100644,000000..100644 --- a/ext/ldap/tests/ldap_exop_refresh.phpt +++ b/ext/ldap/tests/ldap_exop_refresh.phpt @@@ -1,43 -1,0 +1,43 @@@ +--TEST-- +ldap_exop_refresh() - Test LDAP refresh extended operation +--CREDITS-- +Emmanuel Dreyfus +--SKIPIF-- + + + +--FILE-- + array("person", "dynamicObject"), + "cn" => "tmp", + "sn" => "tmp" +)); +var_dump( + ldap_exop_refresh($link, "cn=tmp,$base", 1234) +); +?> +===DONE=== +--CLEAN-- + +--EXPECT-- +int(1234) +===DONE===