1--TEST--
2ldap_connect() - With two parameters is marked as deprecated
3--EXTENSIONS--
4ldap
5--FILE--
6<?php
7require "connect.inc";
8
9ldap_connect('foobar', 123);
10?>
11--EXPECTF--
12Deprecated: Usage of ldap_connect with two arguments is deprecated in %s on line %d
13