Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug36011.phpt15 array_map(array('TestClass', 'test'), array('array_value'));
/PHP-7.4/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-7.4/ext/xsl/
H A Dxsltprocessor.c749 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
756 …_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { in PHP_FUNCTION()
758 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(array_value), string_key, entry) { in PHP_FUNCTION()
844 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
849 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
852 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(array_value), entry) { in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Dxpath.c512 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
517 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
519 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(array_value), entry) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation4.phpt46 'array_value' => array(1),

Completed in 18 milliseconds