summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/ldap_err2str_basic.phpt
blob: fe04d3ca44ddbbdd78ec8cc69a4989b49cc7d0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
ldap_err2str() - Basic error number to string conversion
--CREDITS--
Patrick Allaert <patrickallaert@php.net>
# Belgian PHP Testfest 2009
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
var_dump(ldap_err2str(2));
?>
--EXPECT--
string(14) "Protocol error"