Home
last modified time | relevance | path

Searched refs:source (Results 126 – 150 of 245) sorted by relevance

12345678910

/PHP-7.2/
H A Dheader7 | This source file is subject to version 3.01 of the PHP license, |
H A DREADME.REDIST.BINS26 Redistribution and use in source and binary forms, with or without
29 1. Redistributions of source code must retain the above copyright
68 Redistribution and use in source and binary forms, with or without
99 The author disclaims copyright to this source code. In place of
131 Redistribution and use in source and binary forms, with or without
135 1. Redistributions of source code must retain the above copyright
233 Redistribution and use in source and binary forms, with or without
236 1. Redistributions of source code must retain the above copyright
296 1. Redistributions of source code must retain the above copyright
344 1. Redistributions of source code must retain the above copyright
[all …]
H A DREADME.SUBMITTING_PATCH25 If you are fixing broken functionality in PHP C source code first
35 be found in the EXTENSIONS file in the PHP source. Mail list
110 Update any open bugs and add a link to the source of your patch. Send
131 on using Git to get and build PHP source code. We recommend to look
141 After modifying the source see README.TESTING and
157 - Update git source just before running your final 'diff' and
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error2.phpt23 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Invalid file source %s
H A DDOMDocument_relaxNGValidate_error2.phpt2 DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source
/PHP-7.2/Zend/
H A Dheader7 | This source file is subject to version 2.00 of the Zend license, |
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
/PHP-7.2/ext/hash/
H A Dhash_whirlpool.c281 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
307 b = ((source[sourcePos] << sourceGap) & 0xff) | in PHP_WHIRLPOOLUpdate()
308 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in PHP_WHIRLPOOLUpdate()
336 b = (source[sourcePos] << sourceGap) & 0xff; /* bits are left-justified on b. */ in PHP_WHIRLPOOLUpdate()
/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation16.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
25 $source = '<?php
53 $tokens = token_get_all($source);
H A Dtoken_get_all_variation13.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
26 $source = '<?php
53 $tokens = token_get_all($source);
/PHP-7.2/ext/zip/lib/
H A Dzip_stat_index.c54 if (zip_source_stat(za->entry[index].source, st) < 0) { in zip_stat_index()
/PHP-7.2/ext/zip/tests/
H A Doo_open.phpt45 Warning: ZipArchive::open(): Empty string as source in %s on line %d
/PHP-7.2/ext/phar/tests/
H A Dbug47085.phpt22 …name "phar://a.phar/x" to "phar://a.phar/y" from extracted phar archive, source does not exist in …
/PHP-7.2/Zend/tests/
H A Dbug45805.phpt24 $source = &$obj->getX();
/PHP-7.2/ext/intl/tests/
H A Dresourcebundle.build2 // THIS SCRIPT WILL REBUILD ResourceBundle bundles from source files
H A Dbug75317.phpt2 Bug #75317 (UConverter::setDestinationEncoding changes source instead of destinatination)
/PHP-7.2/sapi/phpdbg/
H A DREADME.md33 To install **phpdbg**, you must compile the source against your PHP installation sources, and enabl…
45 Where the source directory has been used previously to build PHP, there exists a file named *config…
/PHP-7.2/sapi/apache2handler/
H A DREADME44 If you would like to enable source code highlighting functionality add:
46 AddType application/x-httpd-php-source .phps
/PHP-7.2/ext/xmlreader/tests/
H A D007.phpt56 Warning: XMLReader::setRelaxNGSchema(): Schema data source is required in %s on line %d
/PHP-7.2/ext/oci8/
H A DREADME19 building from source, then also install the SDK package.
/PHP-7.2/ext/standard/tests/file/
H A Dcopy_variation8.phpt10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
/PHP-7.2/main/
H A Dinternal_functions.c.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/standard/tests/network/
H A Dnews.rss24 …5-0232. All PHP 5.4 users are encouraged to upgrade to this version. For source downloads of PHP 5…
/PHP-7.2/ext/gd/libgd/
H A Dgd_io_ss.c86 res = ((lctx->src->source) (lctx->src->context, buf, size)); in sourceGetbuf()
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt296 [002] invalid data source name, [n/a] n/a
297 [003] invalid data source name, [n/a] n/a
298 [004] invalid data source name, [n/a] n/a
299 [005] invalid data source name, [n/a] n/a
300 [006] invalid data source name, [n/a] n/a

Completed in 49 milliseconds

12345678910