Home
last modified time | relevance | path

Searched refs:vals (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/opcache/tests/jit/
H A Dgh11917.phpt17 $vals = [];
47 $vals[] = $digit;
50 while ($vals[count($vals) - 1] == 0) {
51 unset($vals[count($vals) - 1]);
54 return array_reverse($vals);
/php-src/ext/gd/tests/
H A Dbug71952.phpt7 $vals=[str_repeat("A","200"),0,1,2,3,4,5,6,7,8,9];
8 imageaffinematrixget(4,$vals[0]);
9 var_dump($vals[0]);
/php-src/ext/filter/tests/
H A D044.phpt9 $vals = array(
17 foreach ($vals as $var) {
/php-src/ext/xml/tests/
H A Dbug26528.phpt9 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
11 var_dump($vals);
H A Dbug30875.phpt16 xml_parse_into_struct($parser, $xml, $vals);
18 var_dump($vals);
H A Dbug35447.phpt26 $result = xml_parse_into_struct($parser, $data, $vals, $index);
28 var_dump($vals);
H A Dxml011.phpt18 xml_parse_into_struct($parser, $xml, $vals, $index);
19 print_r($vals);
H A Dxml_parse_into_struct_variation.phpt11 xml_parse_into_struct($p, $simple, $vals, $index);
16 print_r($vals);
H A Dbug50576.phpt19 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
23 print_r($vals);
/php-src/ext/gmp/tests/
H A Dbug52906.phpt8 $vals = array(
19 foreach($vals as $data) {
/php-src/ext/libxml/tests/
H A Dlibxml_entity_loading_disabled_by_default.phpt32 xml_parse_into_struct($p, $xml, $vals, $index);
34 return var_export($vals, true);
/php-src/ext/pdo_mysql/tests/
H A Dbug68371.phpt45 foreach ($attrs as $a => $vals) {
46 foreach ($vals as $v) {
/php-src/ext/pdo_pgsql/tests/
H A Dbug62498.phpt26 $vals = array(
37 $statement->execute($vals);
41 for ($i=0; $i < count($vals); $i++) {
H A Dbug62498-32bit.phpt26 $vals = array(
37 $statement->execute($vals);
41 for ($i=0; $i < count($vals); $i++) {
H A Dbug68371.phpt47 foreach ($attrs as $a => $vals) {
48 foreach ($vals as $v) {
/php-src/ext/pcre/tests/
H A D002.phpt2 preg_* with bogus vals
/php-src/Zend/tests/
H A Dbug43201.phpt2 Bug #43201 (Crash on using uninitialized vals and __get/__set)
/php-src/ext/ldap/
H A Dldap.c310 BerVarray vals = NULL; in _php_ldap_control_to_array() local
313 if (ber_scanf(ber, "[W]", &vals) == LBER_ERROR || vals == NULL) in _php_ldap_control_to_array()
319 for (i = 0; vals[i].bv_val != NULL; i++) { in _php_ldap_control_to_array()
320 add_next_index_stringl(&tmp, vals[i].bv_val, vals[i].bv_len); in _php_ldap_control_to_array()
324 ber_bvarray_free(vals); in _php_ldap_control_to_array()
2542 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2739 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION()
2771 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
2777 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()

Completed in 38 milliseconds