Searched refs:LDAP_CONTROL_PRE_READ (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_delete_ext.phpt | 11 skipifunsupportedcontrol(LDAP_CONTROL_PRE_READ); 29 … [['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['dc', 'o']]]] 34 $ctrls[LDAP_CONTROL_PRE_READ],
|
H A D | ldap_rename_ext.phpt | 11 skipifunsupportedcontrol(LDAP_CONTROL_PRE_READ); 24 ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['cn']]], 31 $ctrls[LDAP_CONTROL_PRE_READ],
|
H A D | ldap_mod_ext.phpt | 12 skipifunsupportedcontrol(LDAP_CONTROL_PRE_READ); 29 … ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]], 43 … ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 471 const LDAP_CONTROL_PRE_READ = UNKNOWN; define
|
H A D | ldap_arginfo.h | 770 REGISTER_STRING_CONSTANT("LDAP_CONTROL_PRE_READ", LDAP_CONTROL_PRE_READ, CONST_PERSISTENT); in register_ldap_symbols()
|
H A D | ldap.c | 296 …} else if ((strcmp(ctrl->ldctl_oid, LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ctrl->ldctl_oid, LDAP_… in _php_ldap_control_to_array() 497 …} else if ((strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ZSTR_VAL(control… in _php_ldap_control_from_array()
|
Completed in 22 milliseconds