Searched refs:array_value (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/dom/ |
| H A D | xpath.c | 552 zval *array_value, **entry, *new_string; local 558 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { 560 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); 562 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { 570 zend_hash_move_forward(Z_ARRVAL_P(array_value));
|
| /PHP_TRUNK/ext/xsl/ |
| H A D | xsltprocessor.c | 772 zval *array_value, **entry, *new_string; local 779 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { 781 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); 783 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { 787 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { 797 zend_hash_move_forward(Z_ARRVAL_P(array_value)); 871 zval *array_value, **entry, *new_string; local 877 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { 879 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); 881 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (voi [all...] |
Completed in 4 milliseconds