Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/
H A D.gdbinit2 set $tsrm_ls = $arg0
17 set $eg_ptr = $eg
40 set $cv_idx = 0
88 set $arg = 0
153 set $ind = 1
314 set $ind = 1
341 set $i = 0
384 set $ind = 0
393 set $ind = 0
402 set $ind = 0
[all …]
H A D.travis.yml97 …g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --set-timeout 120 -j$JOBS
H A DCODING_STANDARDS.md111 2. If they are part of a "parent set" of functions, that parent should be
169 name of the "parent set" (e.g. the name of the extension) if no namespaces
293 and vim (`set fdm=marker`). Folding is very useful when dealing with large files
316 of a new set of functions, it has been suggested that the first implementation
H A DNEWS398 . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
848 . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
1602 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
1604 result set"). (cmb)
1650 . Fixed bug #75245 (Don't set content of elements with only whitespaces).
1801 result set"). (cmb)
1852 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
2158 . Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the
2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
2480 error_log set to "syslog"). (Philip Prindeville)
H A DREADME.md52 The `-j` option shall set the maximum number of jobs `make` can use for the
H A DUPGRADING104 groups will now also be set to null (or [null, -1] if offset capture is
287 The $colors array can be populated with a set of indexed colors to
537 set or remove a handler function upon receiving a CTRL event. The handler
565 . The recode extension has been moved to PECL. For character set/encoding
733 - configure now regards additional CFLAGS and LDFLAGS set as environment
H A DUPGRADING.INTERNALS58 - ZEND_ACC_ANON_BOUND is replaced with ZEND_ACC_LINKED. This flag is set
165 Linked classes have ZEND_ACC_LINKED flag set.
177 longer be directly assigned to, and instead a set of specialized macros of
191 are respected by zend_get_call_op such that when set, the only possible
/PHP-7.4/TSRM/
H A DTSRM.c755 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask() argument
760 return pthread_sigmask(how, set, oldset); in tsrm_sigmask()
762 return sigprocmask(how, set, oldset); in tsrm_sigmask()
H A DTSRM.h139 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-7.4/Zend/
H A DREADME.md28 this there is the `ZEND_DONT_UNLOAD_MODULES` environment variable. If set, then
H A DZend.m4253 dnl Test and set the alignment define for ZEND_MM. This also does the
/PHP-7.4/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
H A Dbug30889.phpt14 print "set $name = $value ($name was ".$this->values[$name].")\n";
29 set a = 1 (a was 0)
31 set a = 2 (a was 1)
H A Dbug38047.phpt2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
H A Dbug40833.phpt15 return $this->data[$name] = new set($this);
24 class set implements ArrayAccess
H A Dbug60362.phpt8 echo "sub-key 'non_existent' is set: ";
11 echo "sub-key 'non_existent' is not set.\n";
14 echo "sub-key 1 is set: ";
17 echo "sub-key 1 is not set.\n";
22 echo "sub-key 'sub_sub' is set: ";
28 echo "sub-sub-key 0 is set: ";
31 echo "sub-sub-key 0 is not set.\n";
63 sub-key 'non_existent' is not set.
64 sub-key 1 is set: string(1) "o"
66 sub-sub-key 'sub_sub' is not set.
[all …]
H A Dbug62680.phpt2 Bug #62680 (Function isset() throws fatal error on set array if non-existent key depth >= 3)
H A Dbug67858.phpt2 Bug #67858: Leak when $php_errormsg already set
H A Dbug81070.phpt13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dlist_keyed_evaluation_order.inc42 echo "Offset $offset set to $value.", PHP_EOL;
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_003.phpt43 Notice: Attempting to set reference to non referenceable value in %s on line %d
52 Notice: Attempting to set reference to non referenceable value in %s on line %d
H A Dlist_reference_005.phpt52 Notice: Attempting to set reference to non referenceable value in %s on line %d
H A Dlist_reference_008.phpt15 * $a is first set as a reference to the 0'th elem, '1'
16 * $a is then set to the value of the 1'st elem, '2'

Completed in 99 milliseconds

12345678910>>...28