Searched refs:hashData (Results 1 – 2 of 2) sorted by relevance
51 zval** hashData = NULL; in collator_convert_hash_item_from_utf8_to_utf16() local55 zend_hash_get_current_data( hash, (void**) &hashData ); in collator_convert_hash_item_from_utf8_to_utf16()58 if( Z_TYPE_P( *hashData ) != IS_STRING ) in collator_convert_hash_item_from_utf8_to_utf16()61 old_val = Z_STRVAL_P( *hashData ); in collator_convert_hash_item_from_utf8_to_utf16()62 old_val_len = Z_STRLEN_P( *hashData ); in collator_convert_hash_item_from_utf8_to_utf16()95 zval** hashData = NULL; in collator_convert_hash_item_from_utf16_to_utf8() local99 zend_hash_get_current_data( hash, (void**) &hashData ); in collator_convert_hash_item_from_utf16_to_utf8()102 if( Z_TYPE_P( *hashData ) != IS_STRING ) in collator_convert_hash_item_from_utf16_to_utf8()105 old_val = Z_STRVAL_P( *hashData ); in collator_convert_hash_item_from_utf16_to_utf8()106 old_val_len = Z_STRLEN_P( *hashData ); in collator_convert_hash_item_from_utf16_to_utf8()
361 …zval** hashData = NULL; /* currently processed item of input … in PHP_FUNCTION() local422 while( zend_hash_get_current_data( hash, (void**) &hashData ) == SUCCESS ) in PHP_FUNCTION()429 if( Z_TYPE_PP( hashData ) == IS_STRING ) in PHP_FUNCTION()431 …convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_PP( hashData ), Z_STRLEN_PP( hashData ), C… in PHP_FUNCTION()491 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
Completed in 9 milliseconds