Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 851) sorted by path

12345678910>>...35

/PHP-5.5/
H A DCODING_STANDARDS9 well into version 5 releases, many sections have been recoded to use
40 Any other use of a numeric constant to specify different behavior
61 7. When commenting out code using a #if statement, do NOT use 0 only. Instead
62 use "<git username here>_0". For example, #if FOO_0, where FOO is your
69 existing. End users should use function_exists() to test for the
81 The use of malloc() should be limited to cases where a third-party
189 1. Never use C++ style comments (i.e. // comment). Always use C-style
199 force anybody to use a style he or she is not used to, but,
221 4. When indenting, use the tab character. A tab is expected to represent
H A DINSTALL53 want to use PHP for. There are three main fields you can use PHP, as
73 module support for your web server, you can always use it as a CGI or
74 FastCGI processor. This means you set up your server to use the CGI
445 having php.ini in another location, use
471 and displayed as syntax-highlighted source code, use this:
1239 To this php.ini file, or through the use of the dl() function.
1427 extension=extname.so line before you can use the extension.
1670 control the use of user INI files.
1722 previously set value use none as the value.
1735 previously set value use none as the value.
[all …]
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
32 of the license, you may always continue to use it under the terms
33 of that version. You may also choose to use such covered code
H A DNEWS658 . Fixed bug #68901 (use after free). (CVE-2015-2301)
815 . Fixed bug #68478 (access.log don't use prefix). (Remi)
4061 . Fixed bug #54358 (Closure, use and reference). (Dmitry)
4919 (string $iv) to use non-NULL IV.
4920 Made implicit use of NULL IV a warning. (Sara)
5450 - Improved the DNS functions on OSX to use newer APIs, also use Bind 9 API
6753 use)). (basant dot kukreja at sun dot com)
7186 php.ini in use. (Jani)
7785 . use HeapAlloc() instead of VirtualAlloc()
7801 . Make use of space-strict strip_tags() function
[all …]
H A DREADME.EXT_SKEL25 ext_skel to use gawk explicitly. ]
129 self-contained extensions to use phpdoc system for their documentation, this
H A DREADME.GIT-RULES39 To do so use "make test".
41 7. For development use the --enable-maintainer-zts switch to ensure your
44 Currently we have the following branches in use::
109 It looks like commit 99fb6e04 (pack-objects: convert to use
124 You can use OpenGrok (http://lxr.php.net/) and gitweb (http://git.php.net/)
H A DREADME.MAILINGLIST_RULES18 b. Help in making sure we all use our time more efficiently.
51 7. Please configure your email client to use a real name and keep message
H A DREADME.PARAMETER_PARSING_API78 / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows
107 If you're in doubt, use check_parameters.php script to the parameters
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES1 1. strrpos() and strripos() now use the entire string as a needle. Be aware
14 2. Illegal use of string offsets causes E_ERROR instead of E_WARNING.
22 Fatal error: Cannot use string offset as an array in ... on line 1
109 all your scripts and use strtolower().
H A DREADME.REDIST.BINS27 Redistribution and use in source and binary forms, with or without
69 Redistribution and use in source and binary forms, with or without
74 It is my intent that you should be able to use this on your system,
156 Redistribution and use in source and binary forms, with or without
227 permission to use and distribute the software in accordance with the
237 arising from the use of this software.
258 Redistribution and use in source and binary forms, with or without
318 Redistribution and use in source and binary forms, with or without
365 Redistribution and use in source and binary forms, with or without
377 3. All advertising materials mentioning features or use of this
[all …]
H A DREADME.RELEASE_PROCESS69 Do not use abbreviations for alpha and beta. Do not use dashes, you should
226 Usually we use the same content as for point 6, but included in php template
H A DREADME.SELF-CONTAINED-EXTENSIONS59 The MySQL module will either use the embedded MySQL client
101 Please use always PHP_ARG_ENABLE or PHP_ARG_WITH. Even if you do not
113 modules, use a simple module as a starting point and add your own code.
144 1. In config.m4, use PHP_ARG_WITH/PHP_ARG_ENABLE. Then you will
145 automatically be able to use --with-foo=shared[,..] or
148 2. In config.m4, use PHP_NEW_EXTENSION(foo,.., $ext_shared) to enable
H A DREADME.STREAMS23 Streams use a php_stream* parameter just as ANSI stdio (fread etc.) use a
47 In most cases, you should use this API:
57 USE_PATH - use include path to search for the file
58 IGNORE_URL - do not use plugin wrappers
116 you should use:
126 As with copy_to_stream, this function will try use mmap where it can.
149 only makes sense to use this for read-only use.
207 You can use:
212 to check if a stream is a socket you might use:
310 hold it, allocate it (use pemalloc with the persistent flag set
[all …]
H A DREADME.SUBMITTING_PATCH128 PHP and PECL use Subversion (SVN) for revision control. Read
160 - Create test scripts for use with "make test".
H A DREADME.TESTING45 executing test scripts may differ. If you use different PHP binary for
101 generated use the character in brackets as shown above (default is LEOD).
H A DREADME.TESTING218 the -c argument will allow you to use a configuration file. This is
93 Some variables are made easily available for use in this section, they
H A DREADME.UNIX-BUILD-SYSTEM22 - removed $(moduledir) (use EXTENSION_DIR)
94 change the working directory anymore, we must use either
H A DREADME.input_filter95 * you can use this if your filter already registers the variable under a
H A DREADME.namespaces42 use Zend\DB;
43 use Zend\DB\Connection as DbConnection;
51 The use statement only defines name aliasing. It may create name alias for
52 namespace or class. The simple form of statement "use A\B\C\D;" is
53 equivalent to "use A\B\C\D as D;". The use statement can be used at any
56 place the use statements at the beginning of the file. The use statements have
86 current import rules. So if we have "use A\B\C" and then "C\D\e()"
89 current import rules. So if we have "use A\B\C" and then "new C()" it
102 first tries to use (and autoload) class from current namespace and in case
H A DUPGRADING86 configure this. The service can now use Type=notify in the systemd
111 E_DEPRECATED. Their use was already previously discouraged in the
218 that do not define custom handlers, and was never intended for the use
223 execution. This was never the intended use of unserializer, and mere
230 We are aware that some applications use O: format as a way to
234 providing more comprehensive solution for such use cases in PHP 5.6 and
476 affects all APIs which use(are built) for mysqlnd. This allows
H A DUPGRADING.INTERNALS27 may need to use EG(current_execute_data)->prev_execute_data instead.
35 ZEND_INIT_FCALL_BY_NAME, ZEND_INIT_NS_FCALL_BY_NAME use result.num as
38 * opcoes ZEND_DO_FCALL and ZEND_DO_FCALL_BY_NAME use op2.num as
47 stores new offsets in op_array->opcodes[*].op?.num. You can use macros
54 use macros EX_CV_NUM() to access compiled variables by number.
/PHP-5.5/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
H A DTSRM.dsp9 !MESSAGE use the Export Makefile command and run
H A Dthreads.m43 dnl Redistribution and use in source and binary forms, with or without
66 dnl Check whether the current setup can use POSIX threads calls
88 dnl For cross compiling running this test is of no use. NetWare supports pthreads
H A Dtsrm.m450 AC_DEFINE(GNUPTH, 1, [Whether you use GNU Pth])
79 AC_DEFINE(BETHREADS, 1, Whether to use native BeOS threads)
85 AC_DEFINE(PTHREADS, 1, Whether to use Pthreads)
95 dnl For the thread implementations, we always use --with-*

Completed in 83 milliseconds

12345678910>>...35