Annotation of embedaddon/php/ext/ldap/tests/ldap_connect_basic.phpt, revision 1.1
1.1 ! misho 1: --TEST--
! 2: ldap_connect() - Basic connection
! 3: --CREDITS--
! 4: Patrick Allaert <patrickallaert@php.net>
! 5: # Belgian PHP Testfest 2009
! 6: --SKIPIF--
! 7: <?php require_once('skipif.inc'); ?>
! 8: --FILE--
! 9: <?php
! 10: require "connect.inc";
! 11:
! 12: $link = ldap_connect($host, $port);
! 13: var_dump($link);
! 14: ?>
! 15: ===DONE===
! 16: --EXPECTF--
! 17: resource(%d) of type (ldap link)
! 18: ===DONE===
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>