Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 224) sorted by path

123456789

/PHP-7.4/
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,h,l,re,skl,w32,y},Makefile*}]
H A DCODING_STANDARDS.md48 6. NEVER USE `strncat()`. If you're absolutely sure you know what you're doing,
54 macros it gives a better understanding on what kind of macro you're calling.
H A DCONTRIBUTING.md117 about what you're working on, you can contact us via the
293 changes themselves. We'll assume you're basically familiar with Git, but feel
H A DNEWS1220 . Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS). (Dmitry)
2449 . Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
H A DUPGRADING728 PHP, so they're fake.
H A DUPGRADING.INTERNALS63 - ZEND_ACC_... flags are re-numbered.
/PHP-7.4/Zend/
H A Dbench.php51 $s=0; $rec=0; $imc=0; $re=0; $im=0; $re2=0; $im2=0;
60 $re=$rec;
63 $re2=$re*$re;
66 $im=$re*$im*2+$imc;
67 $re=$re2-$im2+$rec;
68 $re2=$re*$re;
/PHP-7.4/Zend/tests/
H A D030.phpt34 Fatal error: Cannot re-assign $this in %s030.php on line 11
H A Dassign_coalesce_005.phpt14 Fatal error: Cannot re-assign $this in %s on line %d
H A Dbug33512.phpt56 //but, these variables are still available??? even though they're "unset"-ed
H A Dbug34358.phpt2 Bug #34358 (Fatal error: Cannot re-assign $this(again))
H A Dbug70914.phpt14 $re = $st->fetchObject('%Z');
H A Ddval_to_lval_32.phpt18 /* see if we're rounding negative numbers right */
H A Derrmsg_003.phpt19 Fatal error: Cannot re-assign $this in %s on line %d
H A Dthis_in_catch.phpt18 Fatal error: Cannot re-assign $this in %sthis_in_catch.php on line 6
H A Dthis_in_extract.phpt2 $this re-assign in extract()
16 Cannot re-assign $this
H A Dthis_in_foreach_001.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_001.php on line 3
H A Dthis_in_foreach_002.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_002.php on line 3
H A Dthis_in_foreach_003.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_003.php on line 3
H A Dthis_in_foreach_004.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_004.php on line 3
H A Dthis_in_mb_parse_str.phpt2 $this re-assign in mb_parse_str()
16 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_in_mb_parse_str.php:3
H A Dthis_in_parse_str.phpt2 $this re-assign in parse_str()
14 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_in_parse_str.php:3
H A Dthis_reassign.phpt2 $this re-assign
13 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_reassign.php:4
/PHP-7.4/Zend/tests/arrow_functions/
H A D007.phpt6 // TODO We're missing parentheses for the direct call
/PHP-7.4/Zend/tests/try/
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)

Completed in 35 milliseconds

123456789