Home
last modified time | relevance | path

Searched refs:param (Results 176 – 200 of 266) sorted by relevance

1234567891011

/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003w.phpt9 $param = array(
13 $client->echo2DStringArray($param);
H A Dr2_groupB_004w.phpt10 $param = (object)array(
21 $client->echoNestedStruct($param);
H A Dr2_groupB_003p.phpt7 $param = array(
11 $client->__soapCall("echo2DStringArray", array($param), array("soapaction"=>"http://soapinterop.org…
H A Dr2_groupB_004p.phpt9 $param = (object)array(
20 $client->__soapCall("echoNestedStruct", array($param), array("soapaction"=>"http://soapinterop.org/…
H A Dr2_groupB_005p.phpt9 $param = (object)array(
15 $client->__soapCall("echoNestedArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
H A Dr2_groupB_005w.phpt10 $param = (object)array(
16 $client->echoNestedArray($param);
H A Dr2_groupB_004s.phpt9 $param = new SoapParam(new SoapVar(array(
20 $client->__soapCall("echoNestedStruct", array($param), array("soapaction"=>"http://soapinterop.org/…
H A Dr2_groupB_005s.phpt9 $param = new SoapParam(new SoapVar(array(
20 $client->__soapCall("echoNestedArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c315 xml_element* param = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
316 param->name = strdup(ELEM_PARAM); in XMLRPC_to_xml_element_worker()
318 Q_PushTail(&param->children, value); in XMLRPC_to_xml_element_worker()
320 root = param; in XMLRPC_to_xml_element_worker()
/PHP-5.5/ext/pdo/tests/
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getInterfaces_004.phpt2 ReflectionClass::getInterfaces() - wrong param count
/PHP-5.5/ext/mysqli/tests/
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
/PHP-5.5/ext/spl/examples/
H A Ddirectoryfilterdots.inc23 * @param $path directory to iterate
H A Ddirectorytreeiterator.inc20 * @param $path directory to iterate
/PHP-5.5/ext/xsl/tests/
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)
/PHP-5.5/ext/gd/tests/
H A Djpeg2wbmp_error2.phpt2 Test jpeg2wbmp() function : wrong origin filename param
H A Dpng2wbmp_error2.phpt2 Test png2wbmp() function : wrong origin filename param
/PHP-5.5/ext/spl/internal/
H A Drecursiveiteratoriterator.inc42 * @param it RecursiveIterator to iterate
43 * @param mode Operation mode (one of):
47 * @param flags Control flags, zero or any combination of the following
H A Dseekableiterator.inc25 * \param $index position to seek to
/PHP-5.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc20 * @param $path directory to iterate
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt2 xmlwriter_write_attribute_ns with missing param
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_003w.phpt34param xsi:type="ns2:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><short…
/PHP-5.5/Zend/
H A Dzend_vm_gen.php531 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { argument
541 if ($param == null) {
546 …ZEND_FASTCALL ".$name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2]."(".$param.", ZEND_OPCODE_HAN…
915 foreach ($params as $param => $x) {
916 out($f,$m[1].$param.";\n");
1120 $param = $m[4];
1126 $params[$param] = 1;
1128 $helpers[$helper] = array("op1"=>$op1,"op2"=>$op2,"param"=>$param,"code"=>"");
/PHP-5.5/ext/spl/tests/
H A DSplHeap_count_invalid_parameter.phpt2 Check that SplHeap::count generate a warning and returns NULL when param passed
H A DSplHeap_extract_invalid_parameter.phpt2 Check that SplHeap::extract generate a warning and returns NULL when param passed

Completed in 40 milliseconds

1234567891011