Searched defs:new_string (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/dom/ |
| H A D | xpath.c | 552 zval *array_value, **entry, *new_string; local 566 MAKE_STD_ZVAL(new_string); 567 ZVAL_LONG(new_string,1); 569 zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL); 578 MAKE_STD_ZVAL(new_string); 579 ZVAL_LONG(new_string,1); 580 zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL);
|
| /PHP_5_5/ext/xsl/ |
| H A D | xsltprocessor.c | 772 zval *array_value, **entry, *new_string; local 792 ALLOC_ZVAL(new_string); 794 COPY_PZVAL_TO_ZVAL(*new_string, *entry); 796 zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL); 805 MAKE_STD_ZVAL(new_string); 806 ZVAL_STRING(new_string, value, 1); 808 zend_hash_update(intern->parameter, name, name_len + 1, &new_string, sizeof(zval*), NULL); 871 zval *array_value, **entry, *new_string; local 885 MAKE_STD_ZVAL(new_string); 886 ZVAL_LONG(new_string, [all...] |
Completed in 4 milliseconds