Home
last modified time | relevance | path

Searched refs:out (Results 251 – 275 of 489) sorted by relevance

1...<<11121314151617181920

/php-src/ext/opcache/tests/
H A Dgh8466.phpt2 Bug GH-8466: ini_get() is optimized out when the option does not exist during compilation
/php-src/ext/opcache/tests/jit/
H A Dbug80447.phpt2 Bug #80447 (Strange out of memory error when running with JIT)
/php-src/.github/actions/test-linux/
H A Daction.yml44 export TEST_PHP_JUNIT=junit.out.xml
61 path: ${{ github.workspace }}/junit.out.xml
/php-src/ext/intl/tests/
H A Dbug72533.phpt2 Bug #72533 (locale_accept_from_http out-of-bounds access)
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A Dfixedarray_002.phpt72 OutOfBoundsException: Index invalid or out of range
76 OutOfBoundsException: Index invalid or out of range
/php-src/ext/date/tests/
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
/php-src/ext/standard/tests/file/
H A Dbug71287.phpt21 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
H A Dbug47517.phpt8 exec('net session 2>&1', $out, $status);
/php-src/Zend/tests/
H A Dexception_020.phpt2 Test that the original class name is present in the error out when extending ErrorException
/php-src/ext/gd/tests/
H A Dfunc.inc71 * .php test file with the extension .out.png, to be able to manually inspect
138 * extension .out.png.
146 $filename = "{$pathinfo['dirname']}/{$pathinfo['filename']}.out.png";
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
/php-src/ext/soap/tests/bugs/
H A Dbug36908.phpt44 …mlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:addResponse><out xsi:type="xsd:string">9</out></ns1…
/php-src/Zend/Optimizer/
H A Dzend_dfg.h32 zend_bitset out; member
/php-src/ext/mysqli/tests/
H A Dbug64726.phpt20 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
/php-src/ext/standard/
H A Ddns_win32.c269 unsigned short out[8]; in php_parserr() local
274 out[i * 2] = htons(LOWORD(chunk)); in php_parserr()
275 out[i * 2 + 1] = htons(HIWORD(chunk)); in php_parserr()
279 if (out[i] != 0) { in php_parserr()
285 tp += sprintf((char*)tp,"%x", out[i]); in php_parserr()
H A Dpassword.c305 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
343 out = zend_string_alloc(32, 0); in php_password_argon2_hash()
349 ZSTR_LEN(out), in php_password_argon2_hash()
362 ZSTR_VAL(out), in php_password_argon2_hash()
363 ZSTR_LEN(out), in php_password_argon2_hash()
370 zend_string_release_ex(out, 0); in php_password_argon2_hash()
/php-src/ext/session/tests/
H A Dbug71972.phpt23 $_SESSION['obj'.$num]->test = new stdClass();//NOTE: No bug if try commenting out this too.
/php-src/ext/skeleton/
H A D.gitignore.in34 tests/**/*.out
/php-src/ext/standard/tests/filters/
H A Dbug54350.phpt7 function filter($in, $out, &$consumed, $closing): int {
/php-src/Zend/tests/fibers/
H A Dsilence-operator-inside-fiber.phpt2 Silence operator does not leak out of fiber
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.h40 lexbor_conv_dec_to_hex(uint32_t number, lxb_char_t *out, size_t length);
/php-src/ext/iconv/
H A Dphp_iconv.h83 PHP_ICONV_API php_iconv_err_t php_iconv_string(const char * in_p, size_t in_len, zend_string **out,…

Completed in 39 milliseconds

1...<<11121314151617181920