Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/ext/spl/tests/
H A DSplDoublyLinkedList_unshift_missing_parameter.phpt2 Check that SplDoublyLinkedList::unshift generate a warning and return NULL with missing param
H A DSplDoublyLinkedList_push_missing_parameter.phpt2 Check that SplDoublyLinkedList::push generate a warning and return NULL with missing param
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c696 switch (param->type) { in PHPDBG_WATCH()
698 if (phpdbg_delete_var_watchpoint(param->str, param->len) == FAILURE) { in PHPDBG_WATCH()
701 …otice("watchdelete", "variable=\"%.*s\"", "Removed watchpoint %.*s", (int) param->len, param->str); in PHPDBG_WATCH()
717 switch (param->type) { in PHPDBG_WATCH()
719 …if (phpdbg_watchpoint_parse_symtables(param->str, param->len, phpdbg_create_recursive_watchpoint) … in PHPDBG_WATCH()
720 …hrecursive", "variable=\"%.*s\"", "Set recursive watchpoint on %.*s", (int)param->len, param->str); in PHPDBG_WATCH()
736 switch (param->type) { in PHPDBG_WATCH()
738 …if (phpdbg_watchpoint_parse_symtables(param->str, param->len, phpdbg_create_array_watchpoint) != F… in PHPDBG_WATCH()
739 …ce("watcharray", "variable=\"%.*s\"", "Set array watchpoint on %.*s", (int)param->len, param->str); in PHPDBG_WATCH()
H A Dphpdbg_bp.h115 phpdbg_param_t param; member
139 PHPDBG_API void phpdbg_set_breakpoint_at(const phpdbg_param_t *param); /* }}} */
/PHP-7.0/ext/openssl/tests/
H A Dbug74651.phpt2 Bug #74651: negative-size-param (-1) in memcpy in zif_openssl_seal()
/PHP-7.0/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.0/ext/spl/examples/
H A Ddirectorytree.inc20 * @param $path directory to iterate
/PHP-7.0/ext/xsl/tests/53965/
H A Dcollection.xsl5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/>
/PHP-7.0/Zend/tests/generators/
H A Dbug65161.phpt12 new SyntaxError('param');
/PHP-7.0/ext/spl/internal/
H A Drecursivecachingiterator.inc27 * @param it Iterator to cache
28 * @param flags Bitmask:
/PHP-7.0/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.0/ext/gettext/tests/
H A Dgettext_bind_textdomain_codeset-wrongparams.phpt2 test if bind_textdomain_codeset() fails on wrong param count
/PHP-7.0/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-7.0/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.0/ext/fileinfo/libmagic/
H A Dmagic.c478 magic_setparam(struct magic_set *ms, int param, const void *val) in magic_setparam() argument
480 switch (param) { in magic_setparam()
503 magic_getparam(struct magic_set *ms, int param, void *val) in magic_getparam() argument
505 switch (param) { in magic_getparam()
/PHP-7.0/ext/readline/
H A Dreadline_cli.c626 char *param = strstr(&line[1], "="); in readline_shell_run() local
627 if (param) { in readline_shell_run()
629 param++; in readline_shell_run()
630 cmd = zend_string_init(&line[1], param - &line[1] - 1, 0); in readline_shell_run()
632 … zend_alter_ini_entry_chars_ex(cmd, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in readline_shell_run()
/PHP-7.0/ext/standard/tests/array/
H A Dbug41686.phpt2 Bug #41686 (Omitting length param in array_slice not possible)
/PHP-7.0/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_error_001.phpt2 xmlwriter_set_indent_string with missing param(s)
/PHP-7.0/ext/standard/tests/file/
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/PHP-7.0/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/"…

Completed in 90 milliseconds

12345678910>>...12