Home
last modified time | relevance | path

Searched refs:param (Results 151 – 175 of 233) sorted by relevance

12345678910

/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
19 function loadedClass(?RealClass $param) {}
20 function loadedInterface(?RealInterface $param) {}
52 function callableF(?callable $param) {}
60 function iterableF(?iterable $param) {}
68 function intF(?int $param) {}
/PHP-7.4/ext/gd/tests/
H A Dimagefilltoborder_error6.phpt2 Testing wrong param passing imagefilltoborder() of GD library
H A Djpeg2wbmp_error2-mb.phpt2 Test jpeg2wbmp() function : wrong origin filename param
/PHP-7.4/ext/pdo/tests/
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug47818.phpt2 Bug #47818 (Segfault due to bound callback param)
/PHP-7.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001s.phpt9 $param = new SoapParam(new SoapVar(array(
15 $client->__soapCall("echoStructAsSimpleTypes", array($param), array("soapaction"=>"http://soapinter…
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);
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_002w.phpt26 …t><param xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortM…
H A Dr4_groupH_complex_rpcenc_001w.phpt27param xsi:type="ns2:SOAPStructFault"><soapStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xs…
H A Dr4_groupH_complex_rpcenc_003w.phpt34param xsi:type="ns2:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><short…
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006s.phpt7 $param = new SoapParam(new SoapVar(array(
12 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
H A Dr2_base_011s.phpt7 $param = new SoapParam(new SoapVar(array(
13 $client->__soapCall("echoIntegerArray", array($param), array("soapaction"=>"http://soapinterop.org/…
H A Dr2_base_013s.phpt9 $param = new SoapParam(new SoapVar(array(
15 $client->__soapCall("echoFloatArray", array($param), array("soapaction"=>"http://soapinterop.org/",…
H A Dr2_base_014s.phpt9 $param = new SoapParam(new SoapVar(array(
15 $client->__soapCall("echoStruct", array($param), array("soapaction"=>"http://soapinterop.org/","uri…
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_blob_bind_resource.phpt2 SQLite3::execute() with a resource bound for blob param
/PHP-7.4/ext/mysqli/tests/
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt39 * @param resource $imap_stream
40 * @param string $mailbox
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c309 xml_element* param = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
310 param->name = estrdup(ELEM_PARAM); in XMLRPC_to_xml_element_worker()
312 Q_PushTail(&param->children, value); in XMLRPC_to_xml_element_worker()
314 root = param; in XMLRPC_to_xml_element_worker()
/PHP-7.4/ext/xsl/tests/
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)
/PHP-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc20 * @param $path directory to iterate

Completed in 30 milliseconds

12345678910