Home
last modified time | relevance | path

Searched refs:array_value (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c779 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
786 …AMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { in PHP_FUNCTION()
788 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
790 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
794 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
804 zend_hash_move_forward(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
878 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
884 …parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { in PHP_FUNCTION()
886 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
888 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug36011.phpt15 array_map(array('TestClass', 'test'), array('array_value'));
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation31.phpt38 foreach($array_values as $array_value) {
42 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation43.phpt39 foreach($array_values as $array_value) {
43 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation12.phpt39 foreach($array_values as $array_value) {
44 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation37.phpt37 foreach($array_values as $array_value) {
41 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation24.phpt37 foreach($array_values as $array_value) {
41 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation18.phpt39 foreach($array_values as $array_value) {
43 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation49.phpt40 foreach($array_values as $array_value) {
44 var_dump( sprintf($format, $array_value) );
/PHP-5.5/ext/dom/
H A Dxpath.c552 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
558 …parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { in PHP_FUNCTION()
560 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
562 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
570 zend_hash_move_forward(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/array/
H A Darray_flip_variation4.phpt46 'array_value' => array(1),

Completed in 37 milliseconds