Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 618) sorted by path

12345678910>>...25

/PHP-5.5/
H A D.gdbinit2 set $tsrm_ls = $arg0
36 set $i = 0
46 set $i = $i + 1
51 set $t = $arg0
164 set $ind = 1
315 set $ind = 1
355 set $ind = 1
366 set $ind = 1
377 set $ind = 1
413 set $ind = 1
[all …]
H A D.travis.yml51 …n-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
H A DCODING_STANDARDS109 2. If they are part of a "parent set" of functions, that parent should
155 The class name should be prefixed with the name of the 'parent set' (e.g.
252 Emacs and vim (set fdm=marker). Folding is very useful when dealing with
273 implementation of a new set of functions, it has been suggested
H A DINSTALL36 + Where a configuration setting may be set
708 php.ini-values, for example you can set a
915 module, set the FLAVOR to no_imap.
1580 * Where a configuration setting may be set
1634 ; Boolean values can be set to either:
1681 Where a configuration setting may be set
1701 PHP_INI_ALL Entry can be set anywhere
1722 previously set value use none as the value.
1735 previously set value use none as the value.
1856 for example, set it with something like:
[all …]
H A DNEWS1206 JSON_PRETTY_PRINT is set). (Kevin Israel)
2675 set). (Felipe)
2929 set to null). (Anatoliy)
2964 maxlen set). (Reeze)
3577 set to null). (Anatoliy)
3607 maxlen set). (Reeze)
4395 environment variable are set). (Pierre)
5508 cannot be set"). (Felipe)
5574 set to a string value). (Jani)
7681 is set). (Tony)
[all …]
H A DREADME.NEW-OUTPUT-API123 pass a int* pointer as second arg to receive the flags set for the output handler
H A DREADME.PARAMETER_PARSING_API5 Hence, borrowing from Python's example, there are now a set of functions
46 types that need to be passed by address. All passed parameters are set
81 pointer is set to a native NULL pointer.
137 If null is passed for object, obj will be set to NULL. */
153 /* Get either a set of 3 longs or a string. */
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES29 functions return NULL when no more data is available in the result set
36 5. PATH_TRANSLATED server variable is no longer set implicitly under
37 Apache2 SAPI in contrast to the situation in PHP 4, where it is set to the
43 ext/tokenizer extension. If error_reporting is set to E_ALL notices will
H A DREADME.RELEASE_PROCESS130 Example: When rolling an RC, set the 'rc' with appropriate information for the
137 a. ``$PHP_x_RC`` = "5.4.0RC1" (should be set to "false" before)
218 e. set ``$PHP_X_RC`` to false!
H A DREADME.SELF-CONTAINED-EXTENSIONS94 PHP_ARG_ENABLE will automatically set the correct variables, so
99 $ext_shared which is set by PHP_ARG_ENABLE/WITH to PHP_NEW_EXTENSION.
H A DREADME.STREAMS121 This function will set buf to the address of the buffer that it allocated,
123 data remaining on the stream if you set maxlen to PHP_STREAM_COPY_ALL.
140 make_seekable will always set newstream to be the stream that is valid
164 not a lock can be set on this stream. Typically you can only set locks on stdio streams.
310 hold it, allocate it (use pemalloc with the persistent flag set
H A DREADME.TESTING36 you must set the TEST_PHP_EXECUTABLE environment variable to explicitly
40 automatically set for you. "make test" executes "run-tests.php" script with the CLI binary. Some
67 When an argument is given or TESTS environment variable is set, the
104 NOTE: You can set environment variable TEST_PHP_DETAILED to enable
114 and "make test" will set the exit status ("$?") to non-zero, when an
146 REPORT_EXIT_STATUS is set. The result of "make test" may be higher
H A DREADME.TESTING283 vars that are used for CGI emulation, or simply to set env vars
107 to set in this section would include:
H A DREADME.UNIX-BUILD-SYSTEM81 is only set by the latter.
H A DUPGRADING80 (http://php.net/manual/en/function.cli-set-process-title.php,
158 false if the IntlDateFormatter was set up with an IntlCalendar
468 happens when global errors are set together with intl.error_level.
/PHP-5.5/TSRM/
H A DTSRM.c717 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask() argument
722 return pthread_sigmask(how, set, oldset); in tsrm_sigmask()
724 return sigprocmask(how, set, oldset); in tsrm_sigmask()
H A DTSRM.h146 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset);
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
22 new object and get the handle for it, set handle and handler table as
52 in operations like += or ++ (unless get_property_zval_ptr is also set).
63 proxy object and handle it via get and set methods (see below).
66 referencing for your objects, you can set this handler to NULL.
68 get and set handlers are used when engine needs to access the object
81 should set right type, function name and parameter mask for the
133 zend_object_set_t set;
171 with get and set methods.
177 set - sets value for object contents. To be used mainly with
[all …]
H A DREADME.ZEND_MM32 this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then
H A DZEND_CHANGES340 defined, then it will be responsible to set the necessary
601 the private proeprty message that is set in the constructor. If you
1065 another SQL result-set allocated in the memory, and all of the
1068 result set with a new one, the old result set which is no longer
H A DZend.m4245 dnl test and set the alignment define for ZEND_MM
H A Dacinclude.m418 set $bison_version_vars
/PHP-5.5/Zend/RFCs/
H A D001.txt81 member is set to the string value of "bar". Because of the internal
/PHP-5.5/Zend/tests/
H A D019.phpt111 var_dump( isset($array_var) ); // expecting bool(true), except: array(), which is not set
144 // use isset to see that array is not set
169 // call isset() with two args, both set
180 // call isset() with two args, but one set
221 // check the object and member that is not set
227 //set the member variable lable and check
273 set of testcases named "Zend/tests/unset_cv??.phpt", only
323 // set the value ot a new one

Completed in 221 milliseconds

12345678910>>...25