Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/xmlreader/tests/
H A D007.phpt55 Warning: XMLReader::setRelaxNGSchema(): Schema data source is required in %s on line %d
/PHP-7.4/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.4/
H A DREADME.REDIST.BINS80 Redistribution and use in source and binary forms, with or without
126 Redistribution and use in source and binary forms, with or without
129 1. Redistributions of source code must retain the above copyright
168 Redistribution and use in source and binary forms, with or without
223 Redistribution and use in source and binary forms, with or without
227 1. Redistributions of source code must retain the above copyright
329 Redistribution and use in source and binary forms, with or without
332 1. Redistributions of source code must retain the above copyright
410 1. Redistributions of source code must retain the above copyright
467 1. Redistributions of source code must retain the above copyright
[all …]
H A DCONTRIBUTING.md20 * [PHP source code directory structure](#php-source-code-directory-structure)
55 and build PHP source code. We recommend to look at our
78 can be found in the [EXTENSIONS](/EXTENSIONS) file in the PHP source code
109 can check the XML source out from Subversion and edit that and build it
127 ## PHP source code directory structure
129 PHP source code also includes several files generated during development and
135 ├─ .git/ # Git configuration and source directory
250 Update any open bugs and add a link to the source of your change. Send the patch
258 - Update git source just before running your final `diff` and before testing.
408 New source code files should include the following header block:
[all …]
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.4/Zend/
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
H A Dzend_execute.h405 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
406 zend_ref_add_type_source(&ZEND_REF_TYPE_SOURCES(ref), source)
408 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
409 zend_ref_del_type_source(&ZEND_REF_TYPE_SOURCES(ref), source)
/PHP-7.4/ext/tokenizer/tests/
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.4/ext/oci8/
H A DREADME.md18 source, then also install the SDK package.
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.4/main/
H A Dinternal_functions.c.in7 | This source file is subject to version 3.01 of the PHP license, |
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.4/ext/intl/converter/
H A Dconverter.c112 ZEND_ARG_INFO(0, source)
118 zval *source, *codeUnits, *error; in PHP_METHOD() local
121 &reason, &source, &codeUnits, &error) == FAILURE) { in PHP_METHOD()
134 ZEND_ARG_INFO(0, source)
140 zval *source, *codePoint, *error; in PHP_METHOD() local
143 &reason, &source, &codePoint, &error) == FAILURE) { in PHP_METHOD()
231 if (args->source) { in php_converter_to_u_callback()
232 ZVAL_STRINGL(&zargs[1], args->source, args->sourceLimit - args->source); in php_converter_to_u_callback()
/PHP-7.4/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.4/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.4/ext/gd/libgd/
H A Dgd_io_ss.c86 res = ((lctx->src->source) (lctx->src->context, buf, size)); in sourceGetbuf()
/PHP-7.4/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
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_38_backup.phpt57 Warning: SQLite3::backup(): Backup failed: source database is busy in %s on line %d
/PHP-7.4/ext/dom/
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
188 source = dom_get_doc_props(source_doc); in dom_copy_doc_props()
191 dest->formatoutput = source->formatoutput; in dom_copy_doc_props()
192 dest->validateonparse = source->validateonparse; in dom_copy_doc_props()
193 dest->resolveexternals = source->resolveexternals; in dom_copy_doc_props()
194 dest->preservewhitespace = source->preservewhitespace; in dom_copy_doc_props()
195 dest->substituteentities = source->substituteentities; in dom_copy_doc_props()
196 dest->stricterror = source->stricterror; in dom_copy_doc_props()
197 dest->recover = source->recover; in dom_copy_doc_props()
198 if (source->classmap) { in dom_copy_doc_props()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dbug77961.magic20 0 regex \^#import Objective-C source text
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1123 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { in isDuplicateEntry() argument
1149 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { in XMLRPC_AddValueToVector() argument
1150 if(target && source) { in XMLRPC_AddValueToVector()
1155 switch(source->type) { in XMLRPC_AddValueToVector()
1165 if( !(source->id.len && target->v->type == xmlrpc_vector_array) ) { in XMLRPC_AddValueToVector()
1166 if (isDuplicateEntry (target, source) in XMLRPC_AddValueToVector()
1167 || Q_PushTail (target->v->q, XMLRPC_CopyValue (source))) { in XMLRPC_AddValueToVector()
/PHP-7.4/TSRM/
H A Dthreads.m43 dnl Redistribution and use in source and binary forms, with or without
7 dnl 1. Redistributions of source code must retain the above copyright
/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt15 /* create the source image */
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in24 // stick objects somewhere outside of the source tree
85 …ki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if …

Completed in 63 milliseconds

123456789