Home
last modified time | relevance | path

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

/PHP-5.3/ext/filter/tests/
H A D044.phpt9 $vals = array(
17 foreach ($vals as $var) {
/PHP-5.3/ext/xml/tests/
H A Dbug26528.phpt11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
13 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 Dxml_parse_into_struct_variation.phpt21 xml_parse_into_struct($p, $simple, $vals, $index);
26 print_r($vals);
H A Dbug50576.phpt21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
25 print_r($vals);
/PHP-5.3/ext/gmp/tests/
H A Dbug52906.phpt8 $vals = array(
19 foreach($vals as $data) {
/PHP-5.3/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-5.3/ext/pcre/tests/
H A D002.phpt2 preg_* with bogus vals
/PHP-5.3/Zend/tests/
H A Dbug43201.phpt2 Bug #43201 (Crash on using unitialized vals and __get/__set)
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c705 zval *vals, *out_opts = NULL; in PHP_FUNCTION() local
710 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s!z|a", &method, &method_len, &vals, &out_op… in PHP_FUNCTION()
727 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
728 XMLRPC_RequestSetData(xRequest, PHP_to_XMLRPC(vals TSRMLS_CC)); in PHP_FUNCTION()
/PHP-5.3/
H A DNEWS3963 - Fixed bug #43201 (Crash on using uninitialized vals and __get/__set). (Dmitry)

Completed in 100 milliseconds