Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dbug71952.phpt9 $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-7.4/ext/filter/tests/
H A D044.phpt9 $vals = array(
17 foreach ($vals as $var) {
/PHP-7.4/ext/xml/tests/
H A Dbug26528.phpt11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
13 var_dump($vals);
H A Dbug30875.phpt18 xml_parse_into_struct($parser, $xml, $vals);
20 var_dump($vals);
H A Dbug35447.phpt25 $result = xml_parse_into_struct($parser, $data, $vals, $index);
27 var_dump($vals);
H A Dxml011.phpt20 xml_parse_into_struct($parser, $xml, $vals, $index);
21 print_r($vals);
H A Dbug50576.phpt21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
25 print_r($vals);
H A Dxml_parse_into_struct_variation.phpt21 xml_parse_into_struct($p, $simple, $vals, $index);
26 print_r($vals);
/PHP-7.4/ext/gmp/tests/
H A Dbug52906.phpt8 $vals = array(
19 foreach($vals as $data) {
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt24 $vals = array(
35 $statement->execute($vals);
39 for ($i=0; $i < count($vals); $i++) {
H A Dbug62498.phpt24 $vals = array(
35 $statement->execute($vals);
39 for ($i=0; $i < count($vals); $i++) {
H A Dbug68371.phpt45 foreach ($attrs as $a => $vals) {
46 foreach ($vals as $v) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug68371.phpt44 foreach ($attrs as $a => $vals) {
45 foreach ($vals as $v) {
/PHP-7.4/ext/pcre/tests/
H A D002.phpt2 preg_* with bogus vals
/PHP-7.4/Zend/tests/
H A Dbug43201.phpt2 Bug #43201 (Crash on using uninitialized vals and __get/__set)
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c673 zval *vals, *out_opts = NULL; in PHP_FUNCTION() local
678 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s!z|a", &method, &method_len, &vals, &out_opts) == FAI… in PHP_FUNCTION()
695 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
696 XMLRPC_RequestSetData(xRequest, PHP_to_XMLRPC(vals)); in PHP_FUNCTION()
/PHP-7.4/ext/ldap/
H A Dldap.c209 BerVarray vals = NULL; in _php_ldap_control_to_array() local
212 if (ber_scanf(ber, "[W]", &vals) == LBER_ERROR || vals == NULL) in _php_ldap_control_to_array()
218 for (i = 0; vals[i].bv_val != NULL; i++) { in _php_ldap_control_to_array()
219 add_next_index_stringl(&tmp, vals[i].bv_val, vals[i].bv_len); in _php_ldap_control_to_array()
223 ber_bvarray_free(vals); in _php_ldap_control_to_array()
2573 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2771 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION()
2803 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
2809 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()

Completed in 60 milliseconds