Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/spl/examples/
H A Ddbareader.inc27 * @param file Database file to open.
28 * @param handler Handler to use for database access.
H A Dfindfile.inc28 * @param $path the directory to search in
31 * @param $file the name of the files to search fro
H A Ddirectorytree.inc20 * @param $path directory to iterate
/PHP-7.2/Zend/tests/
H A Dbug46665.phpt2 Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
/PHP-7.2/ext/spl/tests/
H A DSplDoublyLinkedList_pop_params.phpt10 $get = $array->pop( 'param' );
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-7.2/ext/fileinfo/libmagic/
H A Dmagic.c342 magic_setparam(struct magic_set *ms, int param, const void *val) in magic_setparam() argument
344 switch (param) { in magic_setparam()
373 magic_getparam(struct magic_set *ms, int param, void *val) in magic_getparam() argument
375 switch (param) { in magic_getparam()
/PHP-7.2/ext/reflection/tests/
H A DReflectionFunction_isClosure_basic.phpt12 $closure = function($param) { return "this is a closure"; };
/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_write_dtd_error_001.phpt2 xmlwriter_write_dtd with missing param(s)
/PHP-7.2/ext/date/tests/
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
/PHP-7.2/ext/openssl/tests/
H A Dbug74651.phpt2 Bug #74651: negative-size-param (-1) in memcpy in zif_openssl_seal()
/PHP-7.2/ext/gd/tests/
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
H A Dimagerectangle_error8.phpt2 Testing wrong param passing imagerectangle() of GD library
H A Dimagerectangle_error2.phpt2 Testing wrong param passing imagerectangle() of GD library
H A Dimageellipse_error7.phpt2 Testing wrong param passing imageellipse() of GD library
H A Dimageellipse_error8.phpt2 Testing wrong param passing imageellipse() of GD library
/PHP-7.2/ext/xsl/tests/53965/
H A Dcollection.xsl5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/>
/PHP-7.2/Zend/tests/generators/
H A Dbug65161.phpt12 new SyntaxError('param');
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.h115 phpdbg_param_t param; member
138 PHPDBG_API void phpdbg_set_breakpoint_at(const phpdbg_param_t *param); /* }}} */
/PHP-7.2/ext/spl/internal/
H A Drecursivecachingiterator.inc27 * @param it Iterator to cache
28 * @param flags Bitmask:
/PHP-7.2/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-7.2/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
/PHP-7.2/ext/gettext/tests/
H A Dgettext_bind_textdomain_codeset-wrongparams.phpt2 test if bind_textdomain_codeset() fails on wrong param count

Completed in 90 milliseconds

12345678910>>...13