Changeset 680 for branches/1.3/utils.c
- Timestamp:
- 09/07/2009 10:12:24 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/utils.c
r677 r680 533 533 static zend_bool xc_auto_global_callback(char *name, uint name_len TSRMLS_DC) /* {{{ */ 534 534 { 535 zend_auto_global *auto_global;536 if (zend_u_hash_find(CG(auto_globals), UG(unicode) ? IS_UNICODE : IS_STRING, ZSTR(name), name_len + 1, (void **) &auto_global) == FAILURE) {537 return 1;538 }539 535 return 0; 540 536 }

