Home
last modified time | relevance | path

Searched refs:bytes (Results 51 – 75 of 291) sorted by relevance

12345678910>>...12

/PHP-7.4/Zend/tests/
H A Dbug76846.phpt26 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dbug40770.phpt22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug70258.phpt28 Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug68412.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug68412.…
H A Dbug54268.phpt35 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …
/PHP-7.4/tests/basic/
H A D025.phpt14 Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on l…
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73246.phpt14 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d
16 Warning: XMLReader::XML(): Encoding must not contain NUL bytes in %s on line %d
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c45 int bytes = 0, i; in gdImageCreateFromXbm() local
81 bytes = (width + 7) / 8 * height; in gdImageCreateFromXbm()
82 if (!bytes) { in gdImageCreateFromXbm()
96 if (!bytes || !max_bit) { in gdImageCreateFromXbm()
107 for (i = 0; i < bytes; i++) { in gdImageCreateFromXbm()
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt27 $pad_length = PHP_INT_MAX - 16; /* zend_string header is 16 bytes */
34 Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate %d bytes) in %s o…
H A Dwordwrap_memory_limit.phpt19 Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate %d bytes) in %s o…
H A Dbug72663.phpt24 Notice: unserialize(): Error at offset 46 of 47 bytes in %sbug72663.php on line %d
26 Notice: unserialize(): Error at offset 79 of 80 bytes in %sbug72663.php on line %d
/PHP-7.4/ext/date/tests/
H A Dbug70277.phpt10 Warning: timezone_open(): Timezone must not contain null bytes in %sbug70277.php on line %d
13 Fatal error: Uncaught Exception: DateTimeZone::__construct(): Timezone must not contain null bytes
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt36 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
47 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt34 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
45 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt15 * Description: Write/Create a file with contents data and return the number of bytes written
48 echo "$res bytes written to: $names_arr[$i]\n";
62 9 bytes written to: -1
64 9 bytes written to: 1
78 9 bytes written to:
H A Dbug81223.phpt20 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
H A Dfgetss_variation1-win32.phpt92 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
104 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
116 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
128 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
140 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
152 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
176 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
188 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfgetss_variation1.phpt88 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
100 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
124 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
136 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
148 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
160 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
172 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
184 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60106.phpt15 preg_match("#maximum allowed length of (\d+) bytes#", $errmsg, $matches);
23 stream_socket_server(): socket path exceeded the maximum allowed length of %d bytes and was truncat…
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug73341.phpt21 Error at offset 6 of 7 bytes
24 Error at offset 24 of 34 bytes
H A Dbug72663_2.phpt24 Notice: unserialize(): Error at offset 46 of 47 bytes in %s on line %d
26 Notice: unserialize(): Error at offset 79 of 80 bytes in %s on line %d
/PHP-7.4/ext/opcache/tests/
H A Dbug74442.phpt26 protected function acceptParams($bytes = 4) {
27 echo print_r($bytes, true);
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt23 $bytes = $doc->saveHTMLFile($filename);
24 var_dump($bytes);
H A DDOMDocument_saveHTMLFile_basic.phpt22 $bytes = $doc->saveHTMLFile($filename);
23 var_dump($bytes);
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d

Completed in 29 milliseconds

12345678910>>...12