Home
last modified time | relevance | path

Searched refs:state (Results 151 – 169 of 169) sorted by relevance

1234567

/PHP-7.2/ext/standard/
H A Durl_scanner_ex.re333 #define STATE ctx->state
579 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…
H A Durl_scanner_ex.c330 #define STATE ctx->state
/PHP-7.2/Zend/
H A Dzend_language_scanner.l65 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_ini_scanner.c60 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_language_scanner.c67 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
/PHP-7.2/ext/openssl/
H A DREADME317 // state whether signature is okay or not
/PHP-7.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt131 5. Submission of Contributions. Unless You explicitly state otherwise,
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING129 needed at compile time to produce a traditional FSM where only one state is
141 options state any more.
H A DChangeLog4 Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt23 For example, a collator for "en_US_CALIFORNIA" was requested. In the current state of ICU (2.0),
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c2364 …if (strcmp(errstr, php_cli_server_request_error_unexpected_eof) == 0 && client->parser.state == s_… in php_cli_server_recv_event_read_request()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY5 2017/05/24: fix #60 : invalid state(CCS_VALUE) in parse_char_class()
85 2016/03/28: remove state member of regex.
/PHP-7.2/ext/date/lib/
H A Dparse_date.re122 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
/PHP-7.2/
H A DINSTALL1186 with the alpha or beta state. If no stable packages are available, you
/PHP-7.2/win32/
H A Dinstall.txt1119 with the alpha or beta state. If no stable packages are available, you
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c57951 int state = pPager->eState;
57952 assert( state==PAGER_OPEN || state==PAGER_READER );
57953 if( state==PAGER_OPEN ){
57963 if( rc==SQLITE_OK && state==PAGER_READER ){
57965 }else if( state==PAGER_OPEN ){
57968 assert( state==pPager->eState );
154332 u8 state = 0; /* Current state, using numbers defined in header comment */
154403 if( *zSql==0 ) return state==1;
154484 state = trans[state][token];
154487 return state==1;
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1445 though it is not implemented as a traditional finite state machine (it
2019 the stack to remember their state. This is the usual way that PCRE is
10328 pattern, in order to remember the state of the match so that it can
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic193 # Saved game files start with "T3-state-v####\015\012\032"
195 0 string T3-state-v
15560 # check that state is one of known values
19717 >0x14 byte&0x20 0x20 system-state
20869 0 string POLYSAVE Poly/ML saved state
H A Dmagic私はガラスを食べられます193 # Saved game files start with "T3-state-v####\015\012\032"
195 0 string T3-state-v
15560 # check that state is one of known values
19717 >0x14 byte&0x20 0x20 system-state
20869 0 string POLYSAVE Poly/ML saved state

Completed in 722 milliseconds

1234567