Home
last modified time | relevance | path

Searched refs:list (Results 151 – 175 of 345) sorted by path

12345678910>>...14

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2038 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps() argument
2040 while (list) in set_jumps()
2044 SET_LABEL(list->jump, label); in set_jumps()
2045 list = list->next; in set_jumps()
2054 list_item->next = *list; in add_jump()
2056 *list = list_item; in add_jump()
4784 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath() local
4946 add_jump(compiler, list, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
5008 invertcmp = (compares == 0 && list != backtracks); in compile_xclass_matchingpath()
5070 if (list != backtracks) in compile_xclass_matchingpath()
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c524 #define CHECK_FLAGS(list) \ argument
525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
H A DsljitNativeTILEGX_64.c107 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list)))) argument
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgreplist7 End of the list of patterns.
H A Dtestoutput1211 No starting char list
30 No starting char list
48 No starting char list
177 No starting char list
H A Dtestoutput1311 No starting char list
H A Dtestoutput14399 No starting char list
415 No starting char list
H A Dtestoutput15522 No starting char list
H A Dtestoutput17307 No starting char list
363 No starting char list
H A Dtestoutput18-16381 No starting char list
806 No starting char list
814 No starting char list
822 No starting char list
830 No starting char list
H A Dtestoutput18-32379 No starting char list
803 No starting char list
811 No starting char list
819 No starting char list
827 No starting char list
H A Dtestoutput1958 No starting char list
H A Dtestoutput2594 No starting char list
1650 No starting char list
4653 No starting char list
4672 No starting char list
4693 No starting char list
5627 No starting char list
5662 No starting char list
10181 No starting char list
10189 No starting char list
10197 No starting char list
[all …]
H A Dtestoutput21-1653 No starting char list
86 No starting char list
H A Dtestoutput21-3265 No starting char list
98 No starting char list
H A Dtestoutput22-1640 No starting char list
67 No starting char list
H A Dtestoutput22-3252 No starting char list
79 No starting char list
H A Dtestoutput51541 No starting char list
1549 No starting char list
1557 No starting char list
1565 No starting char list
/PHP-5.5/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
H A Dbug44191.phpt10 while (list($x) = each($array)) {
H A Dbug70345.phpt22 Warning: preg_match(): Get subpatterns list failed in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt84 printf("[001] Dumping list of unexpected constants\n");
89 printf("[002] Dumping list of missing constants\n");
H A Dpdo_mysql_interface.phpt54 printf("Found more methods than expected, dumping list\n");
H A Dpdo_mysql_prepare_native_clear_error.phpt78 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
82 2 => 'Unknown column \'unknown_column\' in \'field list\'',
94 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m440 else # search default path list

Completed in 133 milliseconds

12345678910>>...14