Searched refs:new_string (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/dom/ |
| H A D | xpath.c | 551 zval *array_value, **entry, *new_string; local 565 MAKE_STD_ZVAL(new_string); 566 ZVAL_LONG(new_string,1); 568 zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL); 577 MAKE_STD_ZVAL(new_string); 578 ZVAL_LONG(new_string,1); 579 zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL);
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 749 zval *array_value, **entry, *new_string; local 769 ALLOC_ZVAL(new_string); 771 COPY_PZVAL_TO_ZVAL(*new_string, *entry); 773 zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL); 782 MAKE_STD_ZVAL(new_string); 783 ZVAL_STRING(new_string, value, 1); 785 zend_hash_update(intern->parameter, name, name_len + 1, &new_string, sizeof(zval*), NULL); 848 zval *array_value, **entry, *new_string; local 862 MAKE_STD_ZVAL(new_string); 863 ZVAL_LONG(new_string, [all...] |
Completed in 4 milliseconds