Searched refs:vals (Results 1 – 17 of 17) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug71952.phpt | 9 $vals=[str_repeat("A","200"),0,1,2,3,4,5,6,7,8,9]; 10 imageaffinematrixget(4,$vals[0]); 11 var_dump($vals[0]);
|
/PHP-8.0/ext/filter/tests/ |
H A D | 044.phpt | 9 $vals = array( 17 foreach ($vals as $var) {
|
/PHP-8.0/ext/xml/tests/ |
H A D | bug26528.phpt | 11 $res = xml_parse_into_struct($parser,$sample,$vals,$index); 13 var_dump($vals);
|
H A D | bug30875.phpt | 18 xml_parse_into_struct($parser, $xml, $vals); 20 var_dump($vals);
|
H A D | bug35447.phpt | 25 $result = xml_parse_into_struct($parser, $data, $vals, $index); 27 var_dump($vals);
|
H A D | xml011.phpt | 20 xml_parse_into_struct($parser, $xml, $vals, $index); 21 print_r($vals);
|
H A D | xml_parse_into_struct_variation.phpt | 15 xml_parse_into_struct($p, $simple, $vals, $index); 20 print_r($vals);
|
H A D | bug50576.phpt | 21 xml_parse_into_struct($xml_parser, $XML, $vals, $index); 25 print_r($vals);
|
/PHP-8.0/ext/gmp/tests/ |
H A D | bug52906.phpt | 8 $vals = array( 19 foreach($vals as $data) {
|
/PHP-8.0/ext/libxml/tests/ |
H A D | libxml_entity_loading_disabled_by_default.phpt | 31 xml_parse_into_struct($p, $xml, $vals, $index); 33 return var_export($vals, true);
|
/PHP-8.0/ext/pdo_pgsql/tests/ |
H A D | bug62498-32bit.phpt | 24 $vals = array( 35 $statement->execute($vals); 39 for ($i=0; $i < count($vals); $i++) {
|
H A D | bug62498.phpt | 24 $vals = array( 35 $statement->execute($vals); 39 for ($i=0; $i < count($vals); $i++) {
|
H A D | bug68371.phpt | 45 foreach ($attrs as $a => $vals) { 46 foreach ($vals as $v) {
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | bug68371.phpt | 44 foreach ($attrs as $a => $vals) { 45 foreach ($vals as $v) {
|
/PHP-8.0/ext/pcre/tests/ |
H A D | 002.phpt | 2 preg_* with bogus vals
|
/PHP-8.0/Zend/tests/ |
H A D | bug43201.phpt | 2 Bug #43201 (Crash on using uninitialized vals and __get/__set)
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.c | 207 BerVarray vals = NULL; in _php_ldap_control_to_array() local 210 if (ber_scanf(ber, "[W]", &vals) == LBER_ERROR || vals == NULL) in _php_ldap_control_to_array() 216 for (i = 0; vals[i].bv_val != NULL; i++) { in _php_ldap_control_to_array() 217 add_next_index_stringl(&tmp, vals[i].bv_val, vals[i].bv_len); in _php_ldap_control_to_array() 221 ber_bvarray_free(vals); in _php_ldap_control_to_array() 2530 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local 2728 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION() 2760 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION() 2766 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
|
Completed in 21 milliseconds