Searched refs:LDAP_CONTROL_POST_READ (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/ldap/tests/ |
H A D | ldap_add_ext.phpt | 11 skipifunsupportedcontrol(LDAP_CONTROL_POST_READ); 25 ), [['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['o']]]]), 29 $ctrls[LDAP_CONTROL_POST_READ],
|
H A D | ldap_rename_ext.phpt | 12 skipifunsupportedcontrol(LDAP_CONTROL_POST_READ); 25 ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['cn']]] 32 $ctrls[LDAP_CONTROL_POST_READ],
|
H A D | ldap_mod_ext.phpt | 13 skipifunsupportedcontrol(LDAP_CONTROL_POST_READ); 30 … ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]], 44 … ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
|
/php-src/ext/ldap/ |
H A D | ldap.stub.php | 491 const LDAP_CONTROL_POST_READ = UNKNOWN; define
|
H A D | ldap_arginfo.h | 746 REGISTER_STRING_CONSTANT("LDAP_CONTROL_POST_READ", LDAP_CONTROL_POST_READ, CONST_PERSISTENT); in register_ldap_symbols()
|
H A D | ldap.c | 317 …dctl_oid, LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ctrl->ldctl_oid, LDAP_CONTROL_POST_READ) == 0)) { in _php_ldap_control_to_array() 517 …l_oid, LDAP_CONTROL_PRE_READ) || zend_string_equals_literal(control_oid, LDAP_CONTROL_POST_READ)) { in php_ldap_control_from_array()
|
Completed in 21 milliseconds