Home
last modified time | relevance | path

Searched refs:where (Results 176 – 200 of 203) sorted by relevance

123456789

/PHP-8.3/ext/session/
H A Dsession.c2986 static bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /* {{{… in early_find_sid_in() argument
2990 if (Z_ISUNDEF(PG(http_globals)[where])) { in early_find_sid_in()
2994 …if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->snam… in early_find_sid_in()
/PHP-8.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt79 where such license applies only to those patent claims licensable
/PHP-8.3/ext/mbstring/tests/data/
H A DKOI8-U.txt24 # where the support for four additional Cyrillic letters was added (both small
H A DSHIFTJIS.txt29 # where XXXX is the code point. Including all these
40 # where all the entries are in order of the top (or only) byte.
H A DJISX0212.txt29 # where XXXX is the code point. Including all these
/PHP-8.3/build/
H A Dphp_cxx_compile_stdcxx.m412 dnl third arg - a variable name where the corresponding switch would be put. If
H A Dlibtool.m41326 # okay in the real world where ";" in dirpaths is itself problematic.
2934 # command for GNU C++ for the case where it uses the native
2992 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3315 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3358 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3430 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3504 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3661 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3956 # PORTME: override above test on systems where it is broken
5683 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar1519 SELECT id, filepathmd5 FROM files where filepath="' .
1549 SELECT id, testpathmd5 FROM tests where testpath="' .
/PHP-8.3/ext/bcmath/libbcmath/
H A DLICENSE350 where to find the accompanying uncombined form of the same work.
475 have at least the "copyright" line and a pointer to where the full
/PHP-8.3/
H A DREADME.REDIST.BINS177 it if you give credit where it is due and keep your modifications in
271 the new terms are clearly indicated on the first page of each file where
H A DCONTRIBUTING.md157 several parts where maintenance is happening upstream in their respective
/PHP-8.3/ext/dom/
H A Dphp_dom_arginfo.h313 ZEND_ARG_TYPE_INFO(0, where, IS_STRING, 0)
318 ZEND_ARG_TYPE_INFO(0, where, IS_STRING, 0)
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c1180 static void php_openssl_info_callback(const SSL *ssl, int where, int ret) /* {{{ */ in php_openssl_info_callback() argument
1183 if (where & SSL_CB_HANDSHAKE_START) { in php_openssl_info_callback()
/PHP-8.3/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt60 /* Windows-932 has many cases where two different kuten codes map to the same
H A Dmb_detect_encoding.phpt84 // We once had a problem where all kind of strings would be detected as 'UUENCODE'
/PHP-8.3/docs/
H A Drelease-process.md108 slightly different steps. We'll call attention where the steps differ.
887 > feature freeze to allow a period of time where the focus is on making the new
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re1428 /* this is the case where we have less data than planned */
/PHP-8.3/ext/mbstring/libmbfl/
H A DLICENSE347 where to find the accompanying uncombined form of the same work.
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch3217 + ms->search.s += Z_LVAL_P(offset); /* this is where the match starts */
3218 + ms->search.offset += Z_LVAL_P(offset); /* this is where the match starts as size_t */
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c3700 static void check_match(LexState*ls,int what,int who,int where){
3702 if(where==ls->linenumber)
3707 luaX_token2str(ls,what),luaX_token2str(ls,who),where));
/PHP-8.3/ext/date/lib/
H A Dparse_date.re2229 /* There are 2 cases where the input string and format string
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic2 # Format is described in magic(files), where:
228 # where #### is a format version number
10436 # inspect VVYYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
10647 # inspect YYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
12669 # where nn is string offset varying for different languages
30985 # header in the first descriptor where there are some useful infos,
31114 # What are the possibilities and where is this documented?
31167 # we currently can't specify a variable-length string where the length
36526 # at the very end where file(1) can't get it.
38728 # This file is mainly reserved for files where programs
[all …]
H A Dmagic私はガラスを食べられます2 # Format is described in magic(files), where:
228 # where #### is a format version number
10436 # inspect VVYYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
10647 # inspect YYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
12669 # where nn is string offset varying for different languages
30985 # header in the first descriptor where there are some useful infos,
31114 # What are the possibilities and where is this documented?
31167 # we currently can't specify a variable-length string where the length
36526 # at the very end where file(1) can't get it.
38728 # This file is mainly reserved for files where programs
[all …]
/PHP-8.3/ext/mbstring/
H A Dcommon_codepoints.txt2799 # (Only including cases where the traditional and simplified characters are different)
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc2774 TLSDescriptor **where;
2779 : "=r" (where));
2784 TLSDescriptor *tlsdesc = where[1];

Completed in 534 milliseconds

123456789