Searched refs:attrib_zv (Results 1 – 1 of 1) sorted by relevance
2717 …zval *attrib_zv = zend_hash_str_find_deref(Z_ARRVAL_P(modification_zv), LDAP_MODIFY_BATCH_ATTRIB, … in PHP_FUNCTION() local2718 ZEND_ASSERT(Z_TYPE_P(attrib_zv) == IS_STRING); in PHP_FUNCTION()2742 ldap_mods[modification_index]->mod_type = estrndup(Z_STRVAL_P(attrib_zv), Z_STRLEN_P(attrib_zv)); in PHP_FUNCTION()
Completed in 13 milliseconds