Home
last modified time | relevance | path

Searched refs:src (Results 101 – 125 of 253) sorted by relevance

1234567891011

/php-src/win32/build/
H A Dconfutils.js1557 var src, obj, sym, flags;
1598 src = file_list[i];
1600 var _tmp = src.split("\\");
1635 srcs_line = dir + "\\" + src;
1737 var _tmp = src.split("\\");
2856 src = headers_list[i];
2857 src = src.replace(new RegExp("/", "g"), "\\");
2861 if (src.length > 0 && src.substr(src.length - 1) != '/' && src.substr(src.length - 1) != '\\') {
2862 src += '\\';
2877 if (src.length > 0 && src.substr(src.length - 1) != '/' && src.substr(src.length - 1) != '\\') {
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dtext.h35 lxb_dom_text_interface_copy(lxb_dom_text_t *dst, const lxb_dom_text_t *src);
H A Dcomment.h35 const lxb_dom_comment_t *src);
H A Dcharacter_data.h39 const lxb_dom_character_data_t *src);
H A Dprocessing_instruction.h38 const lxb_dom_processing_instruction_t *src);
/php-src/ext/tidy/tests/
H A D032.phpt9 $buffer = '<img src="file.png" /><php>';
H A D033.phpt9 $buffer = '<img src="file.png" /><php>';
H A D034.phpt9 $buffer = '<img src="file.png" /><php>';
/php-src/ext/gd/tests/
H A Dcreatefromwbmp-mb.phpt7 $file = __DIR__ . '/src私はガラスを食べられます.wbmp';
H A Dcreatefromwbmp.phpt7 $file = __DIR__ . '/src.wbmp';
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.h45 void mbfl_filt_conv_html_dec_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest);
/php-src/ext/session/tests/
H A Dsession_basic4.phpt15 session.trans_sid_tags="a=href,area=href,frame=src,form="
16 url_rewriter.tags="a=href,area=href,frame=src,form="
/php-src/main/
H A Dphp_ini_builder.c22 PHPAPI void php_ini_builder_prepend(struct php_ini_builder *b, const char *src, size_t length) in php_ini_builder_prepend() argument
27 memcpy(b->value, src, length); in php_ini_builder_prepend()
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
150 memcpy(dst, src, php_str_len); \
156 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
166 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
/php-src/ext/standard/tests/file/
H A Drename_variation1-win32.phpt40 // create the src dir
42 // rename the src dir to a new dir in dest dir
H A Drename_variation1.phpt37 // create the src dir
39 // rename the src dir to a new dir in dest dir
/php-src/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt27 $xml .= ' <!ATTLIST img src ENTITY #REQUIRED>';
31 $xml .= '<img src="logo"/>';
/php-src/pear/
H A Dinstall-pear.txt8 | download http://pear.php.net/go-pear.phar to php-src/pear/ |
/php-src/ext/fileinfo/
H A Dgenerate_patch.sh5 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
/php-src/Zend/tests/
H A Dconcat_002.phpt9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
/php-src/.github/actions/notify-slack/
H A Daction.yml10 …{"text": "Job in *nightly* failed", "footer": "<https://github.com/php/php-src/actions/runs/${{ gi…
/php-src/ext/standard/
H A Dcrypt_blowfish.c371 #define BF_safe_atoi64(dst, src) \ argument
373 tmp = (unsigned char)(src); \
380 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
384 const unsigned char *sptr = (const unsigned char *)src; in BF_decode()
404 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
406 const unsigned char *sptr = (const unsigned char *)src; in BF_encode()
/php-src/ext/zend_test/tests/
H A Dopline_dangling.phpt4 https://github.com/php/php-src/pull/12758
/php-src/ext/dom/lexbor/lexbor/core/
H A Dprint.c11 #define lexbor_sprintf_append(dst, end, src, length) \ argument
17 memcpy((dst), (src), (length)); \
/php-src/Zend/Optimizer/
H A Dzend_optimizer_internal.h71 #define COPY_NODE(target, src) do { \ argument
72 target ## _type = src ## _type; \
73 target = src; \

Completed in 52 milliseconds

1234567891011