Lines Matching refs:tmp1
729 zval tmp1; in _php_ldap_controls_to_array() local
742 _php_ldap_control_to_array(ld, *ctrlp, &tmp1, request); in _php_ldap_controls_to_array()
743 add_assoc_zval(array, (*ctrlp)->ldctl_oid, &tmp1); in _php_ldap_controls_to_array()
1959 zval tmp1, tmp2; in PHP_FUNCTION() local
1997 array_init(&tmp1); in PHP_FUNCTION()
2015 zend_hash_str_update(Z_ARRVAL(tmp1), attribute, attr_len, &tmp2); in PHP_FUNCTION()
2016 add_index_string(&tmp1, num_attrib, attribute); in PHP_FUNCTION()
2030 add_assoc_long(&tmp1, "count", num_attrib); in PHP_FUNCTION()
2033 add_assoc_string(&tmp1, "dn", dn); in PHP_FUNCTION()
2035 add_assoc_null(&tmp1, "dn"); in PHP_FUNCTION()
2043 zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, &tmp1); in PHP_FUNCTION()