Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/reflection/tests/
H A Dbug36434.phpt2 Reflection Bug #36434 (Properties from parent class fail to indetify their true origin)
/PHP-5.4/ext/gd/tests/
H A Dpng2wbmp_error2.phpt2 Test png2wbmp() function : wrong origin filename param
H A Djpeg2wbmp_error2.phpt2 Test jpeg2wbmp() function : wrong origin filename param
/PHP-5.4/ext/ereg/regex/
H A DCOPYRIGHT12 2. The origin of this software must not be misrepresented, either by
/PHP-5.4/
H A DREADME.RELEASE_PROCESS77 ``git push --tags origin HEAD``
78 ``git push origin {main branch}``
79 ``git push origin {release branch}``
131 a. ``git commit -a && git push origin master``
159 8. Push the tag f.e. "``git push origin php-5.4.1``"
173 git pull origin master;
H A DREADME.REDIST.BINS243 1. The origin of this software must not be misrepresented; you must not
/PHP-5.4/main/
H A Dmain.c711 char *origin; in php_verror() local
771 origin_len = spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
773 origin_len = spprintf(&origin, 0, "%s", function); in php_verror()
778 char *replace = php_escape_html_entities(origin, origin_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); in php_verror()
779 efree(origin); in php_verror()
780 origin = replace; in php_verror()
841 …spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_targ… in php_verror()
843 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer); in php_verror()
849 spprintf(&message, 0, "%s: %s", origin, buffer); in php_verror()
851 efree(origin); in php_verror()

Completed in 31 milliseconds