Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/standard/tests/file/
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/PHP-7.4/Zend/tests/generators/
H A Dbug65161.phpt12 new SyntaxError('param');
/PHP-7.4/ext/gd/tests/
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
/PHP-7.4/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.4/ext/fileinfo/libmagic/
H A Dmagic.c361 magic_setparam(struct magic_set *ms, int param, const void *val) in magic_setparam() argument
365 switch (param) { in magic_setparam()
394 magic_getparam(struct magic_set *ms, int param, void *val) in magic_getparam() argument
398 switch (param) { in magic_getparam()
/PHP-7.4/ext/standard/tests/array/
H A Dbug41686.phpt2 Bug #41686 (Omitting length param in array_slice not possible)
/PHP-7.4/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…
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…
/PHP-7.4/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.4/ext/sodium/tests/
H A Dsodium_error_001.phpt2 TypeErrors will not contain param values in backtrace
/PHP-7.4/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-7.4/Zend/tests/
H A Dbug34064.phpt2 Bug #34064 (arr[] as param to function in class gives invalid opcode)
H A Dbug79979.phpt2 Bug #79979 (passing value to by-ref param via CUF(A) crashes)
/PHP-7.4/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
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-7.4/ext/soap/tests/interop/Round2/Base/
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/"…
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_007s.phpt7 $param = new SoapParam(new SoapVar(array(
11 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_sign_basic.phpt18 Warning: openssl_sign(): supplied key param cannot be coerced into a private key in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dbug69374.phpt2 IntlDateFormatter::formatObject(): returns wrong utf8 value when $format param is utf8 string patte…
/PHP-7.4/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-7.4/ext/readline/
H A Dreadline_cli.c629 char *param = strstr(&line[1], "="); in readline_shell_run() local
630 if (param) { in readline_shell_run()
632 param++; in readline_shell_run()
633 cmd = zend_string_init(&line[1], param - &line[1] - 1, 0); in readline_shell_run()
635 … zend_alter_ini_entry_chars_ex(cmd, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in readline_shell_run()

Completed in 41 milliseconds

12345678910