Home
last modified time | relevance | path

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

/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c783 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
790 …AMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { in PHP_FUNCTION()
792 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
794 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
798 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
808 zend_hash_move_forward(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
882 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
888 …parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { in PHP_FUNCTION()
890 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
892 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug36011.phpt15 array_map(array('TestClass', 'test'), array('array_value'));
/PHP-5.6/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_variation24.phpt37 foreach($array_values as $array_value) {
41 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_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.6/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.6/ext/standard/tests/array/
H A Darray_flip_variation4.phpt46 'array_value' => array(1),

Completed in 23 milliseconds