Lines Matching refs:zend_zval_value_name

252 …	zend_type_error("LDAP value must be of type string|int|bool, %s given", zend_zval_value_name(zv));  in php_ldap_try_get_ldap_value_from_zval()
1496 …zend_argument_type_error(4, "must be a list of strings, %s given", zend_zval_value_name(attribute_… in php_ldap_do_search()
1599 …zend_argument_type_error(2, "must be a list of strings, %s given", zend_zval_value_name(base_dn_zv… in php_ldap_do_search()
1615 …zend_argument_type_error(3, "must be a list of strings, %s given", zend_zval_value_name(filter_zv)… in php_ldap_do_search()
1731 …ment_type_error(1, "must be of type LDAP\\Connection|array, %s given", zend_zval_value_name(link)); in php_ldap_do_search()
2628 … \"" LDAP_MODIFY_BATCH_ATTRIB "\" must be of type string, %s given", zend_zval_value_name(attrib)); in PHP_FUNCTION()
2644 …on \"" LDAP_MODIFY_BATCH_MODTYPE "\" must be of type int, %s given", zend_zval_value_name(attrib)); in PHP_FUNCTION()
2680 …n \"" LDAP_MODIFY_BATCH_VALUES "\" must be of type array, %s given", zend_zval_value_name(attrib)); in PHP_FUNCTION()
3154 …_type_error(3, "must be of type int for the given option, %s given", zend_zval_value_name(newval)); in PHP_FUNCTION()
3174 …t be of type int for the LDAP_OPT_NETWORK_TIMEOUT option, %s given", zend_zval_value_name(newval)); in PHP_FUNCTION()
3190 …be of type int for the LDAP_X_OPT_CONNECT_TIMEOUT option, %s given", zend_zval_value_name(newval)); in PHP_FUNCTION()
3207 …(3, "must be of type int for the LDAP_OPT_TIMEOUT option, %s given", zend_zval_value_name(newval)); in PHP_FUNCTION()
3278 …be of type array for the LDAP_OPT_CLIENT_CONTROLS option, %s given", zend_zval_value_name(newval)); in PHP_FUNCTION()