Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/filter/tests/
H A D044.phpt9 $vals = array(
17 foreach ($vals as $var) {
/PHP-7.2/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.2/ext/gmp/tests/
H A Dbug52906.phpt8 $vals = array(
19 foreach($vals as $data) {
/PHP-7.2/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.2/ext/pdo_mysql/tests/
H A Dbug68371.phpt44 foreach ($attrs as $a => $vals) {
45 foreach ($vals as $v) {
/PHP-7.2/ext/pcre/tests/
H A D002.phpt2 preg_* with bogus vals
/PHP-7.2/ext/bcmath/libbcmath/
H A Dconfigure1784 rm -f conftest.vals
1792 sed -n -f conftest.hdr confdefs.h > conftest.vals
1798 cat >> conftest.vals <<\EOF
1808 ac_lines=`grep -c . conftest.vals`
1813 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1819 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1820 rm -f conftest.vals
1821 mv conftest.tail conftest.vals
1823 rm -f conftest.vals
/PHP-7.2/Zend/tests/
H A Dbug43201.phpt2 Bug #43201 (Crash on using uninitialized vals and __get/__set)
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c675 zval *vals, *out_opts = NULL; in PHP_FUNCTION() local
680 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s!z|a", &method, &method_len, &vals, &out_opts) == FAI… in PHP_FUNCTION()
697 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
698 XMLRPC_RequestSetData(xRequest, PHP_to_XMLRPC(vals)); in PHP_FUNCTION()
/PHP-7.2/ext/ldap/
H A Dldap.c1776 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
1980 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION()
2012 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
2018 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()

Completed in 37 milliseconds