Home
last modified time | relevance | path

Searched refs:param (Results 126 – 150 of 266) sorted by relevance

1234567891011

/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_isClosure_basic.phpt14 $closure = function($param) { return "this is a closure"; };
/PHP-5.5/ext/date/tests/
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_setInfo_invalid_parameter.phpt2 Check that SplObjectStorage::setInfo returns NULL when no param is passed
H A DSplDoublyLinkedList_push_missing_parameter.phpt2 Check that SplDoublyLinkedList::push generate a warning and return NULL with missing param
H A DSplDoublyLinkedList_unshift_missing_parameter.phpt2 Check that SplDoublyLinkedList::unshift generate a warning and return NULL with missing param
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_dtd_error_001.phpt2 xmlwriter_write_dtd with missing param(s)
H A Dxmlwriter_set_indent_string_error_001.phpt2 xmlwriter_set_indent_string with missing param(s)
/PHP-5.5/ext/spl/examples/
H A Ddirectorytree.inc20 * @param $path directory to iterate
/PHP-5.5/ext/xsl/tests/53965/
H A Dcollection.xsl5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/>
/PHP-5.5/ext/standard/tests/file/
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/PHP-5.5/Zend/tests/
H A Dbug34064.phpt2 Bug #34064 (arr[] as param to function in class gives invalid opcode)
/PHP-5.5/ext/gd/tests/
H A Dimagerectangle_error8.phpt2 Testing wrong param passing imagerectangle() of GD library
H A Dimageellipse_error8.phpt2 Testing wrong param passing imageellipse() of GD library
H A Dimageellipse_error7.phpt2 Testing wrong param passing imageellipse() of GD library
H A Dimagerectangle_error2.phpt2 Testing wrong param passing imagerectangle() of GD library
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_002w.phpt18 …soap/encoding/"><SOAP-ENV:Body><ns1:echoStringFault><param xsi:type="xsd:string">Hello World</para…
/PHP-5.5/ext/spl/internal/
H A Drecursivecachingiterator.inc27 * @param it Iterator to cache
28 * @param flags Bitmask:
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc38 * @param string relative path within the package
39 * @param string|resource file contents or open file handle
148 * @param string $dir
H A Dcorrupt_tarmaker.php.inc38 * @param string relative path within the package
39 * @param string|resource file contents or open file handle
156 * @param string $dir
/PHP-5.5/tests/output/
H A Dob_014.phpt7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
H A Dob_015.phpt7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bind_textdomain_codeset-wrongparams.phpt2 test if bind_textdomain_codeset() fails on wrong param count
/PHP-5.5/ext/standard/tests/array/
H A Dbug41686.phpt2 Bug #41686 (Omitting length param in array_slice not possible)
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_008s.phpt7 $param = new SoapParam(new SoapVar(array(
10 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
H A Dr2_base_009s.phpt7 $param = new SoapParam(new SoapVar(NULL, SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org/x…
9 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…

Completed in 42 milliseconds

1234567891011