Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/tests/
H A Dbug36434.phpt2 Reflection Bug #36434 (Properties from parent class fail to indetify their true origin)
/PHP-7.4/ext/gd/tests/
H A Djpeg2wbmp_error2-mb.phpt2 Test jpeg2wbmp() function : wrong origin filename param
H A Djpeg2wbmp_error2.phpt2 Test jpeg2wbmp() function : wrong origin filename param
H A Dpng2wbmp_error2.phpt2 Test png2wbmp() function : wrong origin filename param
H A DRochester-Regular.otf.LICENSE.txt142 origin of the Work and reproducing the content of the NOTICE file.
/PHP-7.4/appveyor/
H A Dbuild.bat31 …="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --prune origin 2>&1
/PHP-7.4/docs/
H A Drelease-process.md55 git remote set-url origin git@git.php.net:pecl/category/ext-name
61 git push -u origin master
131 git push --tags origin HEAD
132 git push origin {main branch}
133 git push origin {release branch}
230 8. Push the tag e.g. `git push origin php-7.4.1`.
254 git pull --rebase origin master
/PHP-7.4/main/
H A Dmain.c994 char *origin; in php_verror() local
1066 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
1068 origin_len = (int)spprintf(&origin, 0, "%s", function); in php_verror()
1072 …replace_origin = php_escape_html_entities((unsigned char*)origin, origin_len, 0, ENT_COMPAT, get_s… in php_verror()
1073 efree(origin); in php_verror()
1074 origin = ZSTR_VAL(replace_origin); in php_verror()
1135 …spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_targ… in php_verror()
1137 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer); in php_verror()
1143 spprintf(&message, 0, "%s: %s", origin, buffer); in php_verror()
1148 efree(origin); in php_verror()
/PHP-7.4/ext/curl/
H A Dinterface.c2128 static int seek_cb(void *arg, curl_off_t offset, int origin) /* {{{ */ in seek_cb() argument
2136 res = php_stream_seek(cb_arg->stream, offset, origin); in seek_cb()
/PHP-7.4/
H A DREADME.REDIST.BINS312 1. The origin of this software must not be misrepresented; you must not
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15374 # X origin of image. 0 normal
15376 # Y origin of image. 0 normal; positive for top
H A Dmagic15374 # X origin of image. 0 normal
15376 # Y origin of image. 0 normal; positive for top

Completed in 132 milliseconds