symbol->is_ref = is_ref;
va_start(symbol_table_list, num_symbol_tables);
- while(num_symbol_tables-- > 0) {
+ while (num_symbol_tables-- > 0) {
symbol_table = va_arg(symbol_table_list, HashTable *);
zend_hash_update(symbol_table, name, name_length + 1, &symbol, sizeof(zval *), NULL);
zval_add_ref(&symbol);
array_init(return_value);
zend_hash_internal_pointer_reset(&EG(included_files));
- while(zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) {
+ while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) {
add_next_index_string(return_value,entry,0);
zend_hash_move_forward(&EG(included_files));
}
return func; \
} \
} \
- } while(0); \
+ } while (0); \
}
do { \
char *p = (s),*boundary = p+(l); \
\
- while(p<boundary) { \
+ while (p<boundary) { \
if (*p++=='\n') { \
CG(zend_lineno)++; \
} \
} \
-} while(0)
+} while (0)
#define HANDLE_NEWLINE(c) \
{ \
return;
}
- while(pos >= 0) {
+ while (pos >= 0) {
ch = s[pos];
if (ch >= 'a' && ch <= 'z') {
if (ch == 'z') {
if (length>16) {
register char *ptr=str, *end=str+length;
- while(ptr<end) {
+ while (ptr<end) {
switch(*ptr++) {
case 'e':
case 'E':