Lines Matching refs:tmp1
752 zval tmp1; in _php_ldap_controls_to_array() local
765 _php_ldap_control_to_array(ld, *ctrlp, &tmp1, request); in _php_ldap_controls_to_array()
766 add_assoc_zval(array, (*ctrlp)->ldctl_oid, &tmp1); in _php_ldap_controls_to_array()
1878 zval tmp1, tmp2; in PHP_FUNCTION() local
1916 array_init(&tmp1); in PHP_FUNCTION()
1934 zend_hash_str_update(Z_ARRVAL(tmp1), attribute, attr_len, &tmp2); in PHP_FUNCTION()
1935 add_index_string(&tmp1, num_attrib, attribute); in PHP_FUNCTION()
1949 add_assoc_long(&tmp1, "count", num_attrib); in PHP_FUNCTION()
1952 add_assoc_string(&tmp1, "dn", dn); in PHP_FUNCTION()
1954 add_assoc_null(&tmp1, "dn"); in PHP_FUNCTION()
1962 zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, &tmp1); in PHP_FUNCTION()