Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc39 * @param string relative path within the package
40 * @param string|resource file contents or open file handle
149 * @param string $dir
/PHP-5.5/ext/readline/
H A Dreadline_cli.c628 char *param = strstr(&line[1], "="); in readline_shell_run() local
629 if (param) { in readline_shell_run()
632 param++; in readline_shell_run()
633 cmd_len = param - &line[1] - 1; in readline_shell_run()
636 …zend_alter_ini_entry_ex(cmd, cmd_len + 1, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIM… in readline_shell_run()
/PHP-5.5/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter1.phpt2 Check that SplObjectStorage::unserialize returns NULL when non-string param is passed
/PHP-5.5/ext/gd/tests/
H A Dimagearc_error1.phpt2 Testing wrong param passing imagearc() of GD library
H A Dimageconvolution_error1.phpt2 Testing wrong param passing imageconvolution() of GD library
H A Dimagefilledarc_error1.phpt2 Testing wrong param passing imagefilledarc() of GD library
H A Dimagefilltoborder_error7.phpt2 Testing wrong param passing imagefilltoborder() of GD library
H A Dimagefilltoborder_error6.phpt2 Testing wrong param passing imagefilltoborder() of GD library
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_003w.phpt18 …Fault><param SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns2:ArrayOfInt"><item xsi:type="xsd:int">34…
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…
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
63 $x->test($param);
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_007s.phpt7 $param = new SoapParam(new SoapVar(array(
11 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
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_014s.phpt9 $param = new SoapParam(new SoapVar(array(
15 $client->__soapCall("echoStruct", array($param), array("soapaction"=>"http://soapinterop.org/","uri…
H A Dr2_base_013s.phpt9 $param = new SoapParam(new SoapVar(array(
15 $client->__soapCall("echoFloatArray", array($param), array("soapaction"=>"http://soapinterop.org/",…
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc39 * @param $mode New mode of iteration
61 * @param $data variable to add to the queue.
/PHP-5.5/ext/openssl/tests/
H A D018.phpt18 Warning: openssl_sign(): supplied key param cannot be coerced into a private key in %s on line %d
/PHP-5.5/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…
/PHP-5.5/ext/oci8/
H A Doci8_statement.c410 OCIParam *param = NULL; in php_oci_statement_execute() local
510 …OCIParamGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, statement->err, (dvoid**)&param, counter)); in php_oci_statement_execute()
522 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
532 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
542 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
552 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
562 …PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&ou… in php_oci_statement_execute()
565 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
575 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
585 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_modifiers_002.phpt2 Modifiers - wrong param count
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt2 Bug #47818 (Segfault due to bound callback param)
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt39 * @param resource $imap_stream
40 * @param string $mailbox

Completed in 33 milliseconds

1234567891011