Searched refs:vals (Results 1 – 18 of 18) sorted by relevance
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | gh11917.phpt | 17 $vals = []; 47 $vals[] = $digit; 50 while ($vals[count($vals) - 1] == 0) { 51 unset($vals[count($vals) - 1]); 54 return array_reverse($vals);
|
/PHP-8.1/ext/gd/tests/ |
H A D | bug71952.phpt | 7 $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-8.1/ext/filter/tests/ |
H A D | 044.phpt | 9 $vals = array( 17 foreach ($vals as $var) {
|
/PHP-8.1/ext/xml/tests/ |
H A D | bug26528.phpt | 9 $res = xml_parse_into_struct($parser,$sample,$vals,$index); 11 var_dump($vals);
|
H A D | bug30875.phpt | 16 xml_parse_into_struct($parser, $xml, $vals); 18 var_dump($vals);
|
H A D | bug35447.phpt | 26 $result = xml_parse_into_struct($parser, $data, $vals, $index); 28 var_dump($vals);
|
H A D | xml011.phpt | 18 xml_parse_into_struct($parser, $xml, $vals, $index); 19 print_r($vals);
|
H A D | xml_parse_into_struct_variation.phpt | 11 xml_parse_into_struct($p, $simple, $vals, $index); 16 print_r($vals);
|
H A D | bug50576.phpt | 19 xml_parse_into_struct($xml_parser, $XML, $vals, $index); 23 print_r($vals);
|
/PHP-8.1/ext/gmp/tests/ |
H A D | bug52906.phpt | 8 $vals = array( 19 foreach($vals as $data) {
|
/PHP-8.1/ext/libxml/tests/ |
H A D | libxml_entity_loading_disabled_by_default.phpt | 32 xml_parse_into_struct($p, $xml, $vals, $index); 34 return var_export($vals, true);
|
/PHP-8.1/ext/pdo_pgsql/tests/ |
H A D | bug62498.phpt | 26 $vals = array( 37 $statement->execute($vals); 41 for ($i=0; $i < count($vals); $i++) {
|
H A D | bug62498-32bit.phpt | 26 $vals = array( 37 $statement->execute($vals); 41 for ($i=0; $i < count($vals); $i++) {
|
H A D | bug68371.phpt | 47 foreach ($attrs as $a => $vals) { 48 foreach ($vals as $v) {
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | bug68371.phpt | 45 foreach ($attrs as $a => $vals) { 46 foreach ($vals as $v) {
|
/PHP-8.1/ext/pcre/tests/ |
H A D | 002.phpt | 2 preg_* with bogus vals
|
/PHP-8.1/Zend/tests/ |
H A D | bug43201.phpt | 2 Bug #43201 (Crash on using uninitialized vals and __get/__set)
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 311 BerVarray vals = NULL; in _php_ldap_control_to_array() local 314 if (ber_scanf(ber, "[W]", &vals) == LBER_ERROR || vals == NULL) in _php_ldap_control_to_array() 320 for (i = 0; vals[i].bv_val != NULL; i++) { in _php_ldap_control_to_array() 321 add_next_index_stringl(&tmp, vals[i].bv_val, vals[i].bv_len); in _php_ldap_control_to_array() 325 ber_bvarray_free(vals); in _php_ldap_control_to_array() 2666 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local 2863 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION() 2895 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION() 2901 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
|
Completed in 43 milliseconds