Home
last modified time | relevance | path

Searched refs:re (Results 51 – 75 of 220) sorted by relevance

123456789

/PHP-5.5/Zend/tests/
H A Ddval_to_lval_32.phpt18 /* see if we're rounding negative numbers right */
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt2 SQLite3::re-initialize object tests
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c323 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
335 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
349 #define RMATCH(ra,rb,rc,rd,re,rw)\ argument
364 newframe->Xeptrb = re;\
6496 md->name_table = (pcre_uchar *)re + re->name_table_offset; in pcre_exec()
6497 md->name_count = re->name_count; in pcre_exec()
6510 tables = re->tables; in pcre_exec()
6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()
6551 md->start_code = (const pcre_uchar *)re + re->name_table_offset + in pcre_exec()
6552 re->name_count * re->name_entry_size; in pcre_exec()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt8 // we're not interested in checking concrete warnings regarding invalid XML
/PHP-5.5/
H A DMakefile.gcov30 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */
96 echo "re-joining group\n";
128 re-joining group
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_file_read_file_basic.phpt17 When you're taught through feelings
H A Dzlib_scheme_file_get_contents_basic.phpt18 When you're taught through feelings
H A Dzlib_scheme_fopen_basic.phpt19 When you're taught through feelings
H A Dzlib_scheme_file_basic.phpt20 string(36) "When you're taught through feelings
H A Dzlib_scheme_fopen_variation1.phpt24 When you're taught through feelings
H A Dgzopen_variation7.phpt25 string(30) "When you're taught through fee"
H A Dgzpassthru_basic.phpt24 When you're taught through feelings
/PHP-5.5/win32/build/
H A Dphpize.js.in28 re = /\\script/i;
29 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
246 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
247 calls = modules.match(re);
262 modules = modules.replace(re, "/* $1 */");
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_variation8.phpt11 * Pass an array of octal values to test how natcasesort() re-orders it
H A Dnatcasesort_variation5.phpt11 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Dnatcasesort_variation6.phpt11 * Pass an array of referenced varaibles to test how natcasesort() re-orders it
H A Dnatcasesort_variation7.phpt11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_51670.phpt2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ29 new regexp objects or re-compiling objects or freeing objects,
/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/ereg/tests/
H A Dereg_basic_002.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
H A Deregi_basic_002.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;

Completed in 139 milliseconds

123456789