Home
last modified time | relevance | path

Searched refs:out (Results 451 – 475 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/ext/fileinfo/libmagic/
H A Dfile.h450 struct out { struct
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt534 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
544 string(7) "hid:out"
H A Dparse_url_unterminated.phpt540 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
550 string(7) "hid:out"
/php-src/ext/opcache/
H A Dconfig.m470 dnl Find out which ABI we are using.
/php-src/ext/hash/tests/
H A Dcrc32.phpt79 echo hash('crc32c', "size: a.out: bad magic"), "\n";
/php-src/ext/phar/phar/
H A Dclicommand.inc236 $b = substr($what, 0, $l); // strip out initial $l
/php-src/win32/build/
H A DMakefile138 …TATIC_EXT_OBJS_RESP) $(STATIC_EXT_LIBS) $(LIBS) $(ASM_OBJS) $(PHPDLL_RES) /out:$(BUILD_DIR)\$(PHPD…
H A Dconfig.w3227 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/php-src/ext/dom/lexbor/patches/
H A D0006-Patch-out-unused-CSS-style-code.patch4 Subject: [PATCH 6/6] Patch out unused CSS style code
/php-src/ext/standard/tests/file/
H A Dfile.inc561 // dump the stat array so that its easy to figure out the error
646 // dump the stat array so that easy to figure out the error
/php-src/ext/pdo/
H A Dpdo_dbh.c1386 goto out; in dbh_method_get()
1395 out: in dbh_method_get()
/php-src/ext/standard/
H A Darray.c5245 goto out;
5335 goto out;
5359 goto out;
5375 goto out;
5388 out:
5640 goto out;
5747 goto out;
5763 goto out;
5776 out:
/php-src/sapi/litespeed/
H A DREADME.md85 Usually, PHP support has been configured out of box, you don't need to change it
/php-src/ext/curl/
H A Dinterface.c3001 char *out = NULL; in PHP_FUNCTION() local
3018 if ((out = curl_easy_unescape(ch->cp, ZSTR_VAL(str), ZSTR_LEN(str), &out_len))) { in PHP_FUNCTION()
3019 RETVAL_STRINGL(out, out_len); in PHP_FUNCTION()
3020 curl_free(out); in PHP_FUNCTION()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c348 goto out; in lxb_selectors_state_tree()
387 out: in lxb_selectors_state_tree()
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c416 goto out; in lxb_selectors_state_tree()
455 out: in lxb_selectors_state_tree()
/php-src/ext/dom/lexbor/
H A DLICENSE160 result of this License or out of the use or inability to use the
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst7 This sounds simple on the surface but turns out to be quite tricky, mainly because the data may not
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c763 goto out; in PHPDBG_COMMAND()
919 out: in PHPDBG_COMMAND()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2003 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out),
2004 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
2981 >22 string X -- out of date
6931 # b.out archive (hp-rt on i960)
11416 >22 string X -- out of date
27023 # print it out.
31638 # PDP-11 a.out
36396 # 32-bit a.out files.
38076 # The `versions' were commented out, but have been un-commented out.
40773 0 leshort 0xff65 x.out
[all …]
H A Dmagic2003 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out),
2004 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
2981 >22 string X -- out of date
6931 # b.out archive (hp-rt on i960)
11416 >22 string X -- out of date
27023 # print it out.
31638 # PDP-11 a.out
36396 # 32-bit a.out files.
38076 # The `versions' were commented out, but have been un-commented out.
40773 0 leshort 0xff65 x.out
[all …]
/php-src/build/
H A Dphp.m4908 dnl required for the out-of-source builds. When "create" is given, the provided
2464 char out[32];
2465 _mm512_storeu_si512(out, _mm512_shuffle_epi8(mask, mask));
2494 char out[32];
2495 _mm512_storeu_si512(out, _mm512_permutexvar_epi8(mask, mask));
/php-src/ext/session/
H A Dsession.c298 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
325 *out++ = hexconvtab[w & mask]; in bin_to_readable()
330 *out = '\0'; in bin_to_readable()
/php-src/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-src/ext/opcache/jit/ir/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 …]

Completed in 262 milliseconds

1...<<11121314151617181920