Searched refs:origin (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | bug36434.phpt | 2 Reflection Bug #36434 (Properties from parent class fail to identify their true origin)
|
/php-src/.github/scripts/windows/ |
H A D | build.bat | 34 …="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --prune origin 2>&1
|
/php-src/ext/dom/lexbor/lexbor/css/selectors/ |
H A D | state.c | 1974 const lxb_css_syntax_token_t *origin; in lxb_css_selectors_state_function_error() local 1996 origin = lxb_css_syntax_token(parser->tkz); in lxb_css_selectors_state_function_error() 1997 if (origin == NULL) { in lxb_css_selectors_state_function_error() 2002 origin = token; in lxb_css_selectors_state_function_error() 2004 else if (origin->type != LXB_CSS_SYNTAX_TOKEN__EOF) { in lxb_css_selectors_state_function_error() 2005 origin = NULL; in lxb_css_selectors_state_function_error() 2008 if (origin != NULL) { in lxb_css_selectors_state_function_error() 2009 if (lxb_css_syntax_token_error(parser, origin, in lxb_css_selectors_state_function_error()
|
/php-src/main/ |
H A D | main.c | 1004 char *origin; in php_verror() local 1070 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror() 1072 origin_len = (int)spprintf(&origin, 0, "%s", function); in php_verror() 1076 replace_origin = escape_html(origin, origin_len); in php_verror() 1077 efree(origin); in php_verror() 1078 origin = ZSTR_VAL(replace_origin); in php_verror() 1140 …message = zend_strpprintf_unchecked(0, "%s [<a href='%s%s%s'>%s</a>]: %S", origin, docref_root, do… in php_verror() 1142 …message = zend_strpprintf_unchecked(0, "%s [%s%s%s]: %S", origin, docref_root, docref, docref_targ… in php_verror() 1148 message = zend_strpprintf_unchecked(0, "%s: %S", origin, buffer); in php_verror() 1153 efree(origin); in php_verror()
|
/php-src/ext/dom/lexbor/ |
H A D | LICENSE | 142 origin of the Work and reproducing the content of the NOTICE file.
|
/php-src/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 142 origin of the Work and reproducing the content of the NOTICE file.
|
/php-src/docs/ |
H A D | release-process.md | 90 "origin" to avoid accidentally pushing changes to "origin" with [muscle 1077 git pull origin master
|
/php-src/ext/curl/ |
H A D | interface.c | 1343 static int seek_cb(void *arg, curl_off_t offset, int origin) /* {{{ */ in seek_cb() argument 1351 res = php_stream_seek(cb_arg->stream, offset, origin); in seek_cb()
|
/php-src/ |
H A D | README.REDIST.BINS | 314 1. The origin of this software must not be misrepresented; you must not
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 7361 # XViewOrigin; Raster grid data X origin 7370 # ScanlineOrient indicates the origin and the orientation of the scan lines 18517 # X origin of image. 0 normal 18519 # Y origin of image. 0 normal; positive for top 20934 # image origin X Y
|
H A D | magic | 7361 # XViewOrigin; Raster grid data X origin 7370 # ScanlineOrient indicates the origin and the orientation of the scan lines 18517 # X origin of image. 0 normal 18519 # Y origin of image. 0 normal; positive for top 20934 # image origin X Y
|
Completed in 163 milliseconds