Searched refs:array_value (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 557 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { 559 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); 561 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { 569 zend_hash_move_forward(Z_ARRVAL_P(array_value));
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 749 zval *array_value, **entry, *new_string; local 756 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { 758 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); 760 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { 764 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { 774 zend_hash_move_forward(Z_ARRVAL_P(array_value)); 848 zval *array_value, **entry, *new_string; local 854 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { 856 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); 858 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (voi [all...] |
Completed in 4 milliseconds