Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/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.1/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.1/
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,
H A DREADME.TESTING227 alias a directory to the php source directory, or the test scripts
41 1. run tests from the php source directory
/PHP-7.1/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.1/ext/mcrypt/
H A Dmcrypt.c205 ZEND_ARG_INFO(0, source)
1365 zend_long source = URANDOM; in PHP_FUNCTION() local
1369 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &size, &source) == FAILURE) { in PHP_FUNCTION()
1380 if (source == RANDOM || source == URANDOM) { in PHP_FUNCTION()
1391 int *fd = &MCG(fd[source]); in PHP_FUNCTION()
1395 *fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY); in PHP_FUNCTION()
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1129 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { in isDuplicateEntry() argument
1155 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { in XMLRPC_AddValueToVector() argument
1156 if(target && source) { in XMLRPC_AddValueToVector()
1161 switch(source->type) { in XMLRPC_AddValueToVector()
1171 if( !(source->id.len && target->v->type == xmlrpc_vector_array) ) { in XMLRPC_AddValueToVector()
1172 if (isDuplicateEntry (target, source) in XMLRPC_AddValueToVector()
1173 || Q_PushTail (target->v->q, XMLRPC_CopyValue (source))) { in XMLRPC_AddValueToVector()
/PHP-7.1/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt15 /* create the source image */
/PHP-7.1/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.1/ext/intl/msgformat/
H A Dmsgformat_class.c120 ZEND_ARG_INFO(0, source)
/PHP-7.1/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.1/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.1/ext/curl/
H A Dphp_curl.h220 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source);
/PHP-7.1/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.1/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.1/ext/oci8/tests/
H A Ddetails.inc15 …include(dirname(__FILE__)."/details_local.inc"); // this file is not part of the source distribu…
/PHP-7.1/main/
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.1/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.1/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.1/Zend/
H A Dzend_hash.h222 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
223 ZEND_API void ZEND_FASTCALL _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_…
224 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_fun…
232 #define zend_hash_merge(target, source, pCopyConstructor, overwrite) \ argument
233 _zend_hash_merge(target, source, pCopyConstructor, overwrite ZEND_FILE_LINE_CC)
247 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source);
/PHP-7.1/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE8 1. Redistributions in source form must retain copyright statements

Completed in 119 milliseconds

12345678910