Searched refs:inconsistent (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/ext/pcre/pcrelib/
H A Dpcre_compile.c485 "inconsistent NEWLINE options\0"
/PHP_TRUNK/Zend/
H A Dzend_hash.h80 int inconsistent; member in struct:_hashtable
H A Dzend_hash.c54 if (ht->inconsistent==HT_OK) {
57 switch (ht->inconsistent) {
68 zend_output_debug_string(1, "%s(%d) : ht=%p is inconsistent", file, line, ht);
74 #define SET_INCONSISTENT(n) ht->inconsistent = n;
/PHP_TRUNK/ext/opcache/
H A Dzend_accelerator_util_funcs.c233 ht->inconsistent = 0;
354 ht->inconsistent = 0;
465 ht->inconsistent = 0;

Completed in 19 milliseconds