Searched refs:origin (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/ |
| H A D | main.c | 678 char *origin; local 735 /* if we still have memory then format the origin */ 737 origin_len = spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); 739 origin_len = spprintf(&origin, 0, "%s", function); 744 char *replace = php_escape_html_entities(origin, origin_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); 745 efree(origin); 746 origin = replace; 749 /* origin and buffer available, so lets come up with the error message */ 804 spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffer); 806 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_roo [all...] |
Completed in 8 milliseconds