Home
last modified time | relevance | path

Searched refs:source (Results 151 – 175 of 245) sorted by relevance

12345678910

/PHP-7.2/ext/intl/converter/
H A Dconverter.c113 ZEND_ARG_INFO(0, source)
119 zval *source, *codeUnits, *error; in PHP_METHOD() local
122 &reason, &source, &codeUnits, &error) == FAILURE) { in PHP_METHOD()
135 ZEND_ARG_INFO(0, source)
141 zval *source, *codePoint, *error; in PHP_METHOD() local
144 &reason, &source, &codePoint, &error) == FAILURE) { in PHP_METHOD()
232 ZVAL_STRINGL(&zargs[1], args->source, args->sourceLimit - args->source); in php_converter_to_u_callback()
/PHP-7.2/ext/dom/
H A Dphp_dom.c186 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
190 source = dom_get_doc_props(source_doc); in dom_copy_doc_props()
193 dest->formatoutput = source->formatoutput; in dom_copy_doc_props()
194 dest->validateonparse = source->validateonparse; in dom_copy_doc_props()
195 dest->resolveexternals = source->resolveexternals; in dom_copy_doc_props()
196 dest->preservewhitespace = source->preservewhitespace; in dom_copy_doc_props()
197 dest->substituteentities = source->substituteentities; in dom_copy_doc_props()
198 dest->stricterror = source->stricterror; in dom_copy_doc_props()
199 dest->recover = source->recover; in dom_copy_doc_props()
200 if (source->classmap) { in dom_copy_doc_props()
[all …]
/PHP-7.2/ext/oci8/
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/pcre/pcrelib/
H A DLICENCE66 Redistribution and use in source and binary forms, with or without
69 * Redistributions of source code must retain the above copyright notice,
/PHP-7.2/
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 DREADME.EXT_SKEL50 ./ext_skel generates 'module_name.c' and 'php_module_name.h' as main source
99 purposes but PHP in-source documentation instead, and as such, very useful.
110 By default, ext_skel creates both comments in the source code and a test
H A DREADME.TESTING20 "tests" directory under source root directory.
26 under the source root (parallel builds will not work). Therefore you
61 from the source root and any subdirectories below. If there are files,
/PHP-7.2/win32/build/
H A Dconfig.w32.phpize.in22 // stick objects somewhere outside of the source tree
83 …ki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if …
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1126 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { in isDuplicateEntry() argument
1152 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { in XMLRPC_AddValueToVector() argument
1153 if(target && source) { in XMLRPC_AddValueToVector()
1158 switch(source->type) { in XMLRPC_AddValueToVector()
1168 if( !(source->id.len && target->v->type == xmlrpc_vector_array) ) { in XMLRPC_AddValueToVector()
1169 if (isDuplicateEntry (target, source) in XMLRPC_AddValueToVector()
1170 || Q_PushTail (target->v->q, XMLRPC_CopyValue (source))) { in XMLRPC_AddValueToVector()
/PHP-7.2/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt15 /* create the source image */
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.h268 #define FOREACH_PHI_SOURCE(phi, source) do { \ argument
273 source = _phi->sources[_i];
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE30 for this service if you wish); that you receive source code or can get
42 you. You must make sure that they, too, receive or can get the source
137 making modifications to it. For a library, complete source code means
138 all the source code for all modules it contains, plus any associated
151 complete source code as you receive it, in any medium, provided that
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
254 derivative work of the Library even though the source code is not.
287 machine-readable source code for the Library including whatever
[all …]
/PHP-7.2/sapi/phpdbg/
H A DChangelog.md26 5. Added source command - load additional .phpdbginit script during session
H A Dphpdbg.c130 phpdbg_file_source *source = (phpdbg_file_source *) Z_PTR_P(data); in php_phpdbg_destroy_file_source() local
131 destroy_op_array(&source->op_array); in php_phpdbg_destroy_file_source()
132 if (source->buf) { in php_phpdbg_destroy_file_source()
133 efree(source->buf); in php_phpdbg_destroy_file_source()
135 efree(source); in php_phpdbg_destroy_file_source()
626 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION() local
627 if (source) { in PHP_FUNCTION()
629 &source->op_array, in PHP_FUNCTION()
630 phpdbg_add_empty_array(Z_ARR_P(return_value), source->op_array.filename), in PHP_FUNCTION()
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_class.c120 ZEND_ARG_INFO(0, source)
/PHP-7.2/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.2/ext/curl/
H A Dphp_curl.h222 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source);
/PHP-7.2/ext/soap/
H A Dphp_sdl.c235 s = strstr(ctx->sdl->source, "://"); in sdl_set_uri_credentials()
238 l1 = s ? (size_t)(s - ctx->sdl->source) : strlen(ctx->sdl->source); in sdl_set_uri_credentials()
246 ctx->sdl->source[4] == ':' && in sdl_set_uri_credentials()
261 ctx->sdl->source[4] == 's' && in sdl_set_uri_credentials()
732 ctx.sdl->source = estrdup(struri); in load_wsdl()
2935 if (sdl->source) { in make_persistent_sdl()
2936 psdl->source = strdup(sdl->source); in make_persistent_sdl()
3115 if (tmp->source) { in delete_psdl_int()
3116 free(tmp->source); in delete_psdl_int()
3390 if (tmp->source) { in delete_sdl_impl()
[all …]
H A Dphp_sdl.h63 char *source; member
/PHP-7.2/ext/pgsql/
H A DREADME38 Manual will be updated when this change is committed to CVS source.
41 You cannot specify PostgreSQL source directly to build PostgreSQL
80 Please refer to libpq manual or source for details.
/PHP-7.2/ext/oci8/tests/
H A Ddetails.inc15 …include(dirname(__FILE__)."/details_local.inc"); // this file is not part of the source distribu…
/PHP-7.2/main/
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/zip/lib/
H A Dzip_close.c172 if (add_data(za, zs ? zs : entry->source, de) < 0) { in zip_close()
482 …if (za->entry[i].deleted || za->entry[i].source || (za->entry[i].changes && za->entry[i].changes->… in _zip_changed()
/PHP-7.2/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE8 1. Redistributions in source form must retain copyright statements

Completed in 80 milliseconds

12345678910