Searched refs:origin (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/main/ |
| H A D | main.c | 706 char *origin; local 764 /* if we still have memory then format the origin */ 766 origin_len = spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); 768 origin_len = spprintf(&origin, 0, "%s", function); 773 char *replace = php_escape_html_entities(origin, origin_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); 774 efree(origin); 775 origin = replace; 778 /* origin and buffer available, so lets come up with the error message */ 833 spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffer); 835 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_roo [all...] |
Completed in 3 milliseconds