Home
last modified time | relevance | path

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

123456789

/PHP-5.5/
H A DCODING_STANDARDS52 5. NEVER USE strncat(). If you're absolutely sure you know what you're doing,
59 you're calling.
H A DINSTALL435 you'll need to re-run the configure, make, and make install steps.
1409 because you're behind a firewall, or it could be because the extension
1676 user_ini.cache_ttl controls how often user INI files are re-read. The
1867 directory. If you're using the Apache webserver, php.ini is
2017 Because the default is 1, it's critical that you're 100% sure
2031 If php.ini is being read and you're running PHP as a module,
H A DMakefile.gcov30 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
H A DNEWS5056 - Fixed bug #51670 (getColumnMeta causes segfault when re-executing query
5370 - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
8163 re-added it for other SAPIs (restore to pre 5.1.x behavior). (Edin)
8841 - Fixed bug #36010 (Segfault when re-creating and re-executing statements with
8949 - Fixed bug #35570 (segfault when re-using soap client object). (Dmitry)
9221 - Fixed PECL bug #3714 (PDO: beginTransaction doesn't work if you're in
9384 - Fixed bug #34358 (Fatal error: Cannot re-assign $this). (Dmitry)
H A DREADME.GIT-RULES6 We'll assume you're basically familiar with Git, but feel free to post
H A DREADME.PARAMETER_PARSING_API107 If you're in doubt, use check_parameters.php script to the parameters
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES154 PHP Fatal error: Cannot re-assign $this in /tmp/this_ex.php on line 4
H A DUPGRADING233 newInstanceWithoutConstructor can be used for that. We're working on
H A Dacinclude.m42010 dnl This macro is used to detect if we're at 64-bit platform or not.
2016 AC_MSG_CHECKING([checking if we're at 64-bit platform])
H A Dconfig.sub1532 # Note that if you're going to try to match "-MANUFACTURER" here (say,
/PHP-5.5/Zend/
H A DZEND_CHANGES1085 functions before they're declared!
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-5.5/Zend/tests/
H A Dbug33512.phpt56 //but, these variables are still available??? eventhough they're "unset"-ed
H A Dbug34358.phpt2 Bug #34358 (Fatal error: Cannot re-assign $this(again))
H A Dbug41117_1.phpt13 Fatal error: Cannot re-assign $this in %sbug41117_1.php on line 3
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
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 Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
/PHP-5.5/build/
H A Dlibtool.m42388 # If you have `file' or equivalent on your system and you're not sure
2644 # (note the single quotes!). If your package is not flat and you're not
2670 # flat and you're not using automake, define top_builddir and top_srcdir
3726 # ever link correctly. If we're not using GNU ld we use -z text
4610 # If we're using GNU nm, then use its standard symbol codes.
5316 # If we're using GNU nm, then we don't want the "-C" option.
5649 # If we're using GNU nm, then we don't want the "-C" option.
6155 # ever link correctly. If we're not using GNU ld we use -z text
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1577 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/PHP-5.5/ext/curl/tests/
H A Dbug65458.phpt20 // the number of iterations in the loop, if we're wasting memory here, we
/PHP-5.5/ext/date/lib/
H A DREADME6 re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re
7 re2c -d -b -o ext/date/lib/parse_iso_intervals.c ext/date/lib/parse_iso_intervals.re
/PHP-5.5/ext/ereg/
H A Dereg.c295 regex_t re; in php_ereg() local
342 err = regexec(&re, string, re.re_nsub+1, subs, 0); in php_ereg()
345 regfree(&re); in php_ereg()
381 regfree(&re); in php_ereg()
405 regex_t re; in php_ereg_replace() local
449 regfree(&re); in php_ereg_replace()
541 regfree(&re); in php_ereg_replace()
632 regex_t re; in php_split() local
666 regfree(&re); in php_split()
696 regfree(&re); in php_split()
[all …]

Completed in 268 milliseconds

123456789