Home
last modified time | relevance | path

Searched refs:set (Results 676 – 691 of 691) sorted by relevance

1...<<2122232425262728

/PHP-8.1/ext/standard/
H A Dstring.c88 int php_tag_find(char *tag, size_t len, const char *set);
4792 int php_tag_find(char *tag, size_t len, const char *set) { argument
4838 if (strstr(set, norm)) {
/PHP-8.1/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt63 // set the file pointer to EOF
/PHP-8.1/ext/snmp/
H A Dsnmp.c1611 PHP_METHOD(SNMP, set) in PHP_METHOD() argument
/PHP-8.1/ext/date/lib/
H A Dparse_date.re2413 case TIMELIB_FORMAT_RESET_ALL_WHEN_NOT_SET: /* reset all fields to default when not set */
2523 case TIMELIB_FORMAT_RESET_ALL_WHEN_NOT_SET: /* reset all fields to default when not set */
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2632 - * Install a set of compiled magic buffers.
3214 return *returnval; /* This is hit if -k is set or there is no match */
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2465 connection_state->m->set(connection_state, CONN_QUIT_SENT); in MYSQLND_METHOD()
/PHP-8.1/ext/ffi/
H A Dffi_parser.c246 #define YY_IN_SET(sym, set, bitset) \ argument
/PHP-8.1/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt203 # set of about 160 symbols and dingbat-like additions in the range
220 # set of about 440 additional characters in the range 0x8540-0x879C.
221 # This is a different set of additions than the 260 in standard
236 # section 2b above. Instead, it has a set of "ku+10" vertical forms
H A DJISX0212.txt15 # This table contains one set of mappings from JIS X 0212 into Unicode.
H A DSHIFTJIS.txt15 # This table contains one set of mappings from Shift-JIS into Unicode.
H A DJISX0208.txt15 # This table contains one set of mappings from JIS X 0208 (1990) into Unicode.
H A DBIG5.txt15 # This table contains one set of mappings from BIG5 into Unicode.
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c2751 static int check_next(LexState*ls,const char*set){
2752 if(!strchr(set,ls->current))
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc2886 execute_ex(NULL); // set sp_adj[SP_ADJ_VM]
3021 zend_jit_set_sp_adj_vm(); // set sp_adj[SP_ADJ_VM]
10621 /* set type to avoid zval_ptr_dtor() on uninitialized value */
H A Dzend_jit_arm64.dasc2804 execute_ex(NULL); // set sp_adj[SP_ADJ_VM]
2823 zend_jit_set_sp_adj_vm(); // set sp_adj[SP_ADJ_VM]
9893 /* set type to avoid zval_ptr_dtor() on uninitialized value */
/PHP-8.1/tests/lang/
H A D024.phpt169 …$j=$i++; /* this should set $i to 1, but shouldn't change $j (it's assigned $i's previous values,…

Completed in 205 milliseconds

1...<<2122232425262728