Home
last modified time | relevance | path

Searched refs:out (Results 201 – 225 of 425) sorted by last modified time

12345678910>>...17

/PHP-7.4/ext/dba/libcdb/
H A Duint32.c30 void uint32_pack(char *out, uint32 in) in uint32_pack() argument
32 out[0] = in&0xff; in>>=8; in uint32_pack()
33 out[1] = in&0xff; in>>=8; in uint32_pack()
34 out[2] = in&0xff; in>>=8; in uint32_pack()
35 out[3] = in&0xff; in uint32_pack()
40 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack() argument
42 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack()
H A Duint32.h34 void uint32_pack(char *out, uint32 in);
35 void uint32_unpack(const char *in, uint32 *out);
/PHP-7.4/ext/date/tests/
H A Dmktime-3.phpt19 echo "out of range\n";
31 Y: 69 - out of range
36 Y: 105 - out of range
37 Y: 1900 - out of range
38 Y: 1901 - out of range
46 Y: 69 - out of range
51 Y: 105 - out of range
52 Y: 1900 - out of range
53 Y: 1901 - out of range
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/ext/bz2/tests/
H A D003-mb.phpt38 Heading out for Jerusalem
H A D003.phpt38 Heading out for Jerusalem
/PHP-7.4/docs/
H A Dparameter-parsing-api.md78 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long, ZEND_LONG_MAX/ZEND_LONG_MIN)
/PHP-7.4/ext/calendar/tests/
H A Djdtojewish.phpt42 Warning: jdtojewish(): Year out of range (0-9999) in %s on line %d
/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c140 goto out; in dotnet_init()
146 goto out; in dotnet_init()
151 goto out; in dotnet_init()
156 goto out; in dotnet_init()
160 out: in dotnet_init()
/PHP-7.4/Zend/tests/
H A Dbug47320.phpt2 Bug #47320 ($php_errormsg out of scope in functions)
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
/PHP-7.4/
H A D.gitignore223 **/tests/**/*.out*
/PHP-7.4/tests/output/
H A Dob_clean_basic_001.phpt22 $out = ob_get_clean();
23 var_dump($out);
H A Dob_flush_basic_001.phpt22 $out = ob_flush();
23 var_dump($out);
H A Dob_get_clean_basic_002.phpt14 $out = ob_get_clean();
15 $out = strtolower($out);
17 var_dump($out);
H A Dob_start_callbacks.phpt14 static function out($foo) {
18 $a = array('foo', 'out');
24 ob_start(array('foo', 'out'));
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in25 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-7.4/tests/lang/
H A Dbug24396.phpt9 global $$k; // comment this out and it works in PHP 7 too..
H A D017.phpt2 Testing user-defined function falling out of an If into another
H A D023.phpt158 commented out...
H A D024.phpt501 commented out...
726 commented out...
951 commented out...
1176 commented out...
1401 commented out...
1626 commented out...
1851 commented out...
2076 commented out...
2301 commented out...
2526 commented out...
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73794.phpt2 Bug #73794 (Crash (out of memory) when using run and # command separator)
/PHP-7.4/sapi/phpdbg/
H A Dxml.md396 - (error) &lt;stop type="bailout" /> the VM bailed out (usually because there was some error)
/PHP-7.4/sapi/litespeed/
H A DREADME.md85 Usually, PHP support has been configured out of box, you don't need to change it
/PHP-7.4/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt45 exec("kill -USR2 $pid", $out, $killExitCode);

Completed in 59 milliseconds

12345678910>>...17