Home
last modified time | relevance | path

Searched refs:out (Results 426 – 450 of 450) sorted by relevance

1...<<1112131415161718

/PHP-8.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1915 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out),
1916 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
2868 >22 string X -- out of date
6278 # b.out archive (hp-rt on i960)
10227 >22 string X -- out of date
23359 # print it out.
27002 # PDP-11 a.out
31382 # 32-bit a.out files.
32872 # The `versions' were commented out, but have been un-commented out.
35022 0 leshort 0xff65 x.out
[all …]
/PHP-8.1/sapi/litespeed/
H A DREADME.md85 Usually, PHP support has been configured out of box, you don't need to change it
/PHP-8.1/ext/curl/
H A Dinterface.c3629 char *out = NULL; in PHP_FUNCTION() local
3646 if ((out = curl_easy_unescape(ch->cp, ZSTR_VAL(str), ZSTR_LEN(str), &out_len))) { in PHP_FUNCTION()
3647 RETVAL_STRINGL(out, out_len); in PHP_FUNCTION()
3648 curl_free(out); in PHP_FUNCTION()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c766 goto out; in PHPDBG_COMMAND()
922 out: in PHPDBG_COMMAND()
/PHP-8.1/ext/session/
H A Dsession.c269 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
296 *out++ = hexconvtab[w & mask]; in bin_to_readable()
301 *out = '\0'; in bin_to_readable()
/PHP-8.1/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.1/win32/build/
H A Dconfig.w3225 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-8.1/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.1/Zend/Optimizer/
H A Dzend_dump.c1226 zend_dump_var_set(op_array, "out", DFG_BITSET(dfg->out, dfg->size, j)); in zend_dump_dfg()
H A Dzend_ssa.c936 dfg.out = dfg.in + set_size * blocks_count; in zend_build_ssa()
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.re571 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
H A Dvar_unserializer.re433 php_error_docref(NULL, E_WARNING, "Numerical result out of range");
/PHP-8.1/
H A DCONTRIBUTING.md109 can check the XML source out from Subversion and edit that and build it
H A Dphp.ini-development341 ; being interrupted by the user or a browser timing out. PHP's default behavior
495 ; out of your application such as database usernames and passwords or worse.
1601 ; Don't bail out by default.
H A Dphp.ini-production341 ; being interrupted by the user or a browser timing out. PHP's default behavior
497 ; out of your application such as database usernames and passwords or worse.
1603 ; Don't bail out by default.
H A Dconfigure.ac872 [Set how installed files will be laid out. Type can be either PHP or GNU [PHP]])],
H A DNEWS525 child->ev_std(out|err)). (Jakub Zelenka)
/PHP-8.1/docs/
H A Drelease-process.md171 `php-general@lists.php.net` lists pointing out "the location of the release"
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3365 goto out; in _php_mbstr_parse_mail_headers()
3457 out: in _php_mbstr_parse_mail_headers()
/PHP-8.1/ext/oci8/tests/
H A Dbug43492.phpt35 be around. Also when the parent statement goes out of scope, it is
/PHP-8.1/ext/ldap/
H A Dldap.c2653 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch() argument
2655 *out = zend_hash_str_find(Z_ARRVAL_P(hashTbl), key, strlen(key)); in _ldap_hash_fetch()
/PHP-8.1/ext/phar/phar/
H A Dpharcommand.inc122 .'pear command. When using \'0\' the command does not error out when the '
/PHP-8.1/Zend/
H A Dzend_execute.c2694 goto out; in zend_fetch_dimension_address_read()
2748 out: in zend_fetch_dimension_address_read()
/PHP-8.1/build/
H A Dltmain.sh4983 This wrapper executable should never be moved out of the build directory.
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc3044 abort(); // brnach target out of range
3062 abort(); // brnach target out of range
3065 abort(); // brnach target out of range
3080 abort(); // brnach target out of range
3083 abort(); // brnach target out of range

Completed in 301 milliseconds

1...<<1112131415161718