Searched refs:current_section_name (Results 1 – 1 of 1) sorted by relevance
219 zend_string *current_section_name; member334 if (ctx->current_section_name != NULL && in php_browscap_parser_cb()335 !strcasecmp(ZSTR_VAL(ctx->current_section_name), Z_STRVAL_P(arg2)) in php_browscap_parser_cb()339 "(in file %s)", ZSTR_VAL(ctx->current_section_name), INI_STR("browscap")); in php_browscap_parser_cb()381 if (ctx->current_section_name) { in php_browscap_parser_cb()382 zend_string_release(ctx->current_section_name); in php_browscap_parser_cb()384 ctx->current_section_name = zend_string_copy(pattern); in php_browscap_parser_cb()431 ctx.current_section_name = NULL; in browscap_read_file()438 if (ctx.current_section_name) { in browscap_read_file()439 zend_string_release(ctx.current_section_name); in browscap_read_file()
Completed in 12 milliseconds