Home
last modified time | relevance | path

Searched refs:out (Results 201 – 225 of 433) sorted by relevance

12345678910>>...18

/PHP-7.3/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-7.3/ext/standard/tests/file/
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
H A Dbug71287.phpt19 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
H A Dlstat_stat_variation6.phpt12 foreach( $mount_output as $out ) {
13 if( stristr($out, "noatime") )
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_dfg.h32 zend_bitset out; member
/PHP-7.3/ext/spl/tests/
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-7.3/Zend/tests/
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
H A Dexception_020.phpt2 Test that the original class name is present in the error out when extending ErrorException
/PHP-7.3/sapi/cli/
H A Dphp_cli.c686 goto out; in do_cli()
714 goto out; in do_cli()
728 goto out; in do_cli()
1016 goto out; in do_cli()
1026 goto out; in do_cli()
1165 out: in do_cli()
1180 goto out; in do_cli()
1322 goto out; in WinMain()
1326 goto out; in WinMain()
1370 goto out; in WinMain()
[all …]
/PHP-7.3/ext/gd/tests/
H A Dimagecolordeallocate_error4.phpt21 Warning: imagecolordeallocate(): Color index -1 out of range in %s on line %d
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_error3.phpt21 Warning: imagecolordeallocate(): Color index 101 out of range in %s on line %d
/PHP-7.3/ext/skeleton/
H A D.gitignore.in31 tests/*/*.out
/PHP-7.3/ext/date/tests/
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/PHP-7.3/ext/fileinfo/libmagic/
H A Dprint.c256 goto out; in file_fmttime()
260 goto out; in file_fmttime()
263 out: in file_fmttime()
/PHP-7.3/ext/mbstring/
H A Dmb_gpc.c209 goto out; in _php_mb_encoding_handler_ex()
256 goto out; in _php_mb_encoding_handler_ex()
301 goto out; in _php_mb_encoding_handler_ex()
342 out: in _php_mb_encoding_handler_ex()
/PHP-7.3/ext/standard/
H A Dphp_crypt_r.c126 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r() argument
138 char *passwd = out; in php_md5_crypt_r()
311 return out; in php_md5_crypt_r()
318 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() argument
H A Dpassword.c508 zend_string *salt, *out, *encoded; in PHP_FUNCTION() local
552 out = zend_string_alloc(32, 0); in PHP_FUNCTION()
558 ZSTR_LEN(out), in PHP_FUNCTION()
571 ZSTR_VAL(out), in PHP_FUNCTION()
572 ZSTR_LEN(out), in PHP_FUNCTION()
579 zend_string_release_ex(out, 0); in PHP_FUNCTION()
/PHP-7.3/ext/intl/tests/
H A Dbug72533.phpt2 Bug #72533 (locale_accept_from_http out-of-bounds access)
/PHP-7.3/ext/mbstring/tests/
H A Dbug72994.phpt2 Bug #72994 (mbc_to_code() out of bounds read)
/PHP-7.3/ext/oci8/tests/
H A Dbug46994.phpt16 "create or replace procedure bug46994_proc1(p1 in out nocopy clob) is
21 "create or replace procedure bug46994_proc2(p1 in out nocopy clob) is
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_basic7.phpt4 sendmail_path=tee mailBasic.out >/dev/null
38 $outFile = "mailBasic.out";
65 $outFile = "mailBasic.out";
90 $outFile = "mailBasic.out";
118 $outFile = "mailBasic.out";

Completed in 45 milliseconds

12345678910>>...18