Searched refs:origin (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/reflection/tests/ |
H A D | bug36434.phpt | 2 Reflection Bug #36434 (Properties from parent class fail to indetify their true origin)
|
/PHP-7.1/ext/gd/tests/ |
H A D | jpeg2wbmp_error2-mb.phpt | 2 Test jpeg2wbmp() function : wrong origin filename param
|
H A D | jpeg2wbmp_error2.phpt | 2 Test jpeg2wbmp() function : wrong origin filename param
|
H A D | png2wbmp_error2.phpt | 2 Test png2wbmp() function : wrong origin filename param
|
H A D | Rochester-Regular.otf.LICENSE.txt | 142 origin of the Work and reproducing the content of the NOTICE file.
|
/PHP-7.1/appveyor/ |
H A D | build.bat | 31 …="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --prune origin 2>&1
|
/PHP-7.1/ |
H A D | README.RELEASE_PROCESS | 89 ``git push --tags origin HEAD`` 90 ``git push origin {main branch}`` 91 ``git push origin {release branch}`` 146 a. ``git commit -a && git push origin master`` 175 8. Push the tag f.e. "``git push origin php-5.4.1``" 189 git pull origin master;
|
H A D | README.REDIST.BINS | 218 1. The origin of this software must not be misrepresented; you must not
|
/PHP-7.1/main/ |
H A D | main.c | 782 char *origin; in php_verror() local 854 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror() 856 origin_len = (int)spprintf(&origin, 0, "%s", function); in php_verror() 860 …replace_origin = php_escape_html_entities((unsigned char*)origin, origin_len, 0, ENT_COMPAT, get_s… in php_verror() 861 efree(origin); in php_verror() 862 origin = ZSTR_VAL(replace_origin); in php_verror() 923 …spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_targ… in php_verror() 925 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer); in php_verror() 931 spprintf(&message, 0, "%s: %s", origin, buffer); in php_verror() 936 efree(origin); in php_verror()
|
Completed in 20 milliseconds