Home
last modified time | relevance | path

Searched refs:out (Results 226 – 250 of 425) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/session/tests/
H A Dbug71972.phpt21 $_SESSION['obj'.$num]->test = new stdClass();//NOTE: No bug if try commenting out this too.
/PHP-7.4/ext/standard/tests/file/
H A Dbug47517.phpt8 exec('net session 2>&1', $out, $status);
/PHP-7.4/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
H A Dbug53437_var4.phpt2 Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), …
/PHP-7.4/Zend/tests/
H A Dbug47320.phpt2 Bug #47320 ($php_errormsg out of scope in functions)
H A Dbug39438.phpt41 $out=serialize($test);
H A Dgc_033.phpt13 /* remove the self-reference array out of roots */
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36908.phpt46 …mlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:addResponse><out xsi:type="xsd:string">9</out></ns1…
/PHP-7.4/ext/xml/tests/
H A Dbug72714.phpt32 Notice: xml_parser_set_option(): tagstart ignored, because it is out of range in %s%ebug72714.php o…
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic3.phpt16 //bail out on error
H A Dassert_basic6.phpt16 //bail out on error
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt4 sendmail_path=tee mailBasic7.out >/dev/null
38 $outFile = "mailBasic7.out";
65 $outFile = "mailBasic7.out";
90 $outFile = "mailBasic7.out";
118 $outFile = "mailBasic7.out";
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A Dmysqli_stmt_unclonable.phpt20 /* no, still bails out */
/PHP-7.4/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
H A Dbug75111.phpt23 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
H A Dimagecreatetruecolor_error2.phpt2 Testing imagecreatetruecolor(): error on out of bound parameters
H A Dimagecolorstotal_basic.phpt16 * Description: Find out the number of colors in an image's palette
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dcommon.inc25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out);
/PHP-7.4/ext/mbstring/tests/
H A Dbug72994.phpt2 Bug #72994 (mbc_to_code() out of bounds read)
/PHP-7.4/ext/standard/
H A Ddns_win32.c265 unsigned short out[8]; in php_parserr() local
270 out[i * 2] = htons(LOWORD(chunk)); in php_parserr()
271 out[i * 2 + 1] = htons(HIWORD(chunk)); in php_parserr()
275 if (out[i] != 0) { in php_parserr()
281 tp += sprintf((char*)tp,"%x", out[i]); in php_parserr()
H A Dpassword.c379 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
417 out = zend_string_alloc(32, 0); in php_password_argon2_hash()
423 ZSTR_LEN(out), in php_password_argon2_hash()
436 ZSTR_VAL(out), in php_password_argon2_hash()
437 ZSTR_LEN(out), in php_password_argon2_hash()
444 zend_string_release_ex(out, 0); in php_password_argon2_hash()
/PHP-7.4/ext/spl/tests/
H A Ddllist_013.phpt36 Exception: Offset invalid or out of range
/PHP-7.4/ext/iconv/
H A Dphp_iconv.h108 PHP_ICONV_API php_iconv_err_t php_iconv_string(const char * in_p, size_t in_len, zend_string **out,…

Completed in 43 milliseconds

12345678910>>...17