Home
last modified time | relevance | path

Searched refs:out (Results 401 – 425 of 437) sorted by relevance

1...<<1112131415161718

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt138 /* provoke out of sync */
/PHP-8.0/
H A D.gitignore222 **/tests/**/*.out*
H A DUPGRADING.INTERNALS427 with extremely constrained memory, and compilation fails with an "out
H A Drun-tests.php2527 …$out = system_with_timeout($cmd, $env, $section_text['STDIN'] ?? null, $captureStdIn, $captureStdO…
2573 $output = preg_replace("/\r\n/", "\n", trim($out));
2578 if (!empty($uses_cgi) && preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $out, $match)) {
H A DNEWS286 . Fixed bug GH-8466 (ini_get() is optimized out when the option does not
1148 . Fixed bug #80447 (Strange out of memory error when running with JIT).
1467 . Fixed bug #64592 (ReflectionClass::getMethods() returns methods out of
H A DUPGRADING129 * Attempting to read an out-of-bounds string offset.
600 . Specifying out of range rounds for sha256/sha512 crypt() will now fail with
629 clamp out-of-bounds offsets to the string boundary. Previously, false was
H A DCONTRIBUTING.md109 can check the XML source out from Subversion and edit that and build it
/PHP-8.0/ext/hash/tests/
H A Dcrc32.phpt79 echo hash('crc32c', "size: a.out: bad magic"), "\n";
/PHP-8.0/ext/standard/
H A Darray.c4767 goto out;
4841 goto out;
4865 goto out;
4881 goto out;
4894 out:
5141 goto out;
5237 goto out;
5253 goto out;
5266 out:
H A Durl_scanner_ex.re571 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
/PHP-8.0/ext/phar/phar/
H A Dclicommand.inc236 $b = substr($what, 0, $l); // strip out initial $l
/PHP-8.0/win32/build/
H A DMakefile136 …JS_RESP) $(STATIC_EXT_OBJS_RESP) $(STATIC_EXT_LIBS) $(LIBS) $(PHPDLL_RES) /out:$(BUILD_DIR)\$(PHPD…
H A Dconfig.w3225 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-8.0/ext/standard/tests/file/
H A Dfile.inc561 // dump the stat array so that its easy to figure out the error
639 // dump the stat array so that easy to figure out the error
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1278 goto out; in dbh_method_get()
1287 out: in dbh_method_get()
/PHP-8.0/sapi/litespeed/
H A DREADME.md85 Usually, PHP support has been configured out of box, you don't need to change it
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1686 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out),
1687 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
2639 >22 string X -- out of date
5959 # b.out archive (hp-rt on i960)
9803 >22 string X -- out of date
22399 # print it out.
25793 # PDP-11 a.out
29459 # 32-bit a.out files.
30946 # The `versions' were commented out, but have been un-commented out.
33054 0 leshort 0xff65 x.out
[all …]
H A Dmagic1686 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out),
1687 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
2639 >22 string X -- out of date
5959 # b.out archive (hp-rt on i960)
9803 >22 string X -- out of date
22399 # print it out.
25793 # PDP-11 a.out
29459 # 32-bit a.out files.
30946 # The `versions' were commented out, but have been un-commented out.
33054 0 leshort 0xff65 x.out
[all …]
/PHP-8.0/ext/curl/
H A Dinterface.c3519 char *out = NULL; in PHP_FUNCTION() local
3536 if ((out = curl_easy_unescape(ch->cp, ZSTR_VAL(str), ZSTR_LEN(str), &out_len))) { in PHP_FUNCTION()
3537 RETVAL_STRINGL(out, out_len); in PHP_FUNCTION()
3538 curl_free(out); in PHP_FUNCTION()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c768 goto out; in PHPDBG_COMMAND()
929 out: in PHPDBG_COMMAND()
H A Dxml.md396 - (error) &lt;stop type="bailout" /> the VM bailed out (usually because there was some error)
/PHP-8.0/ext/session/
H A Dsession.c267 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
294 *out++ = hexconvtab[w & mask]; in bin_to_readable()
299 *out = '\0'; in bin_to_readable()
/PHP-8.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt160 result of this License or out of the use or inability to use the
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c731 static void luaO_chunkid(char*out,const char*source,size_t bufflen){
733 strncpy(out,source+1,bufflen);
734 out[bufflen-1]='\0';
742 strcpy(out,"");
745 strcat(out,"...");
747 strcat(out,source);
753 strcpy(out,"[string \"");
755 strncat(out,source,len);
756 strcat(out,"...");
759 strcat(out,source);
[all …]
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dump.c1203 zend_dump_var_set(op_array, "out", DFG_BITSET(dfg->out, dfg->size, j)); in zend_dump_dfg()

Completed in 345 milliseconds

1...<<1112131415161718