Home
last modified time | relevance | path

Searched refs:out (Results 151 – 175 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/phar/tests/
H A Dphar_extract.phpt23 $out = array();
26 $out[] = $p;
29 sort($out);
31 foreach ($out as $b) {
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c121 goto out;
127 goto out;
132 goto out;
135 out:
/PHP-5.5/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_param_array.phpt14 Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range'…
H A DSplDoublyLinkedList_offsetGet_param_string.phpt14 Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range'…
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt23 Offset out of range
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 Offset out of range
/PHP-5.5/ext/date/tests/
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/PHP-5.5/ext/standard/tests/file/
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
H A Dlstat_stat_variation6.phpt12 foreach( $mount_output as $out ) {
13 if( stristr($out, "noatime") )
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
/PHP-5.5/Zend/tests/
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
/PHP-5.5/ext/gd/tests/
H A Dcolorclosest.phpt82 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
106 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
H A Dimagecolordeallocate_error4.phpt21 Warning: imagecolordeallocate(): Color index -1 out of range in %s on line %d
/PHP-5.5/ext/standard/
H A Dphp_crypt_r.c127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r() argument
139 char *passwd = out; in php_md5_crypt_r()
312 return out; in php_md5_crypt_r()
319 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() argument
H A Ddns_win32.c259 unsigned short out[8]; in php_parserr() local
264 out[i * 2] = htons(LOWORD(chunk)); in php_parserr()
265 out[i * 2 + 1] = htons(HIWORD(chunk)); in php_parserr()
269 if (out[i] != 0) { in php_parserr()
275 tp += sprintf((char*)tp,"%x", out[i]); in php_parserr()
/PHP-5.5/ext/mbstring/
H A Dmb_gpc.c213 goto out; in _php_mb_encoding_handler_ex()
260 goto out; in _php_mb_encoding_handler_ex()
305 goto out; in _php_mb_encoding_handler_ex()
346 out: in _php_mb_encoding_handler_ex()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c693 goto out; in do_cli()
710 goto out; in do_cli()
724 goto out; in do_cli()
1010 goto out; in do_cli()
1020 goto out; in do_cli()
1029 goto out; in do_cli()
1175 out: in do_cli()
1190 goto out; in do_cli()
1321 goto out; in WinMain()
1365 goto out; in WinMain()
[all …]
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic3.phpt16 //bail out on error
H A Dassert_basic6.phpt16 //bail out on error
/PHP-5.5/ext/intl/tests/
H A Dbug72533.phpt2 Bug #72533 (locale_accept_from_http out-of-bounds access)
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_nohash.phpt2 Phar: tar archive, require_hash=1, should not error out

Completed in 44 milliseconds

12345678910>>...18