Home
last modified time | relevance | path

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

/PHP-5.5/ext/filter/tests/
H A D044.phpt9 $vals = array(
17 foreach ($vals as $var) {
/PHP-5.5/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 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-5.5/ext/gmp/tests/
H A Dbug52906.phpt8 $vals = array(
19 foreach($vals as $data) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug68371.phpt44 foreach ($attrs as $a => $vals) {
45 foreach ($vals as $v) {
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug68371.phpt45 foreach ($attrs as $a => $vals) {
46 foreach ($vals as $v) {
/PHP-5.5/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.5/ext/pcre/tests/
H A D002.phpt2 preg_* with bogus vals
/PHP-5.5/Zend/tests/
H A Dbug43201.phpt2 Bug #43201 (Crash on using uninitialized vals and __get/__set)
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c714 zval *vals, *out_opts = NULL; in PHP_FUNCTION() local
719 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s!z|a", &method, &method_len, &vals, &out_op… in PHP_FUNCTION()
736 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
737 XMLRPC_RequestSetData(xRequest, PHP_to_XMLRPC(vals TSRMLS_CC)); in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c1528 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
1732 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION()
1761 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
1767 zend_hash_index_find(Z_ARRVAL_P(vals), j, (void **) &fetched); in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS7013 - Fixed bug #43201 (Crash on using uninitialized vals and __get/__set). (Dmitry)

Completed in 50 milliseconds