Home
last modified time | relevance | path

Searched refs:re (Results 101 – 125 of 236) sorted by relevance

12345678910

/php-src/Zend/tests/
H A D030.phpt34 Fatal error: Cannot re-assign $this in %s030.php on line 11
/php-src/ext/soap/tests/bugs/
H A Dbug69462.phpt22 /* ignore any errors, we're testing for segmentation fault anyway */
/php-src/ext/opcache/tests/jit/
H A Dgh8591-006.phpt2 Bug GH-8591 001 (JIT does not account for class re-compile)
H A Dgh8461-006.phpt2 Bug GH-8461 006 (JIT does not account for function re-compile)
H A Dgh8461-001.phpt2 Bug GH-8461 001 (JIT does not account for class re-compile)
H A Dgh8461-003.phpt2 Bug GH-8461 003 (JIT does not account for class re-compile)
/php-src/ext/pdo_firebird/tests/
H A Dpayload_test.phpt15 // no need to change the credentials; we're running against a fake server
H A Dbug_76448.phpt15 // no need to change the credentials; we're running against a falke server
H A Dbug_76449.phpt15 // no need to change the credentials; we're running against a fake server
H A Dbug_76450.phpt15 // no need to change the credentials; we're running against a fake server
/php-src/ext/curl/tests/
H A Dbug65458.phpt18 // the number of iterations in the loop, if we're wasting memory here, we
H A Dbug65646_open_basedir_new.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c6644 use_jit = (re->executable_jit != NULL && in pcre2_match()
6937 mb->memctl = re->memctl; in pcre2_match()
6977 mb->name_count = re->name_count; in pcre2_match()
6979 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match()
6985 switch(re->newline_convention) in pcre2_match()
7087 mb->lcc = re->tables + lcc_offset; in pcre2_match()
7088 mb->fcc = re->tables + fcc_offset; in pcre2_match()
7094 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_match()
7112 start_bits = re->start_bitmap; in pcre2_match()
7116 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_match()
[all …]
H A Dpcre2_compile.c10623 if (re == NULL) in pcre2_compile()
10637 re->tables = tables; in pcre2_compile()
10649 re->first_codeunit = 0; in pcre2_compile()
10650 re->last_codeunit = 0; in pcre2_compile()
10654 re->minlength = 0; in pcre2_compile()
10655 re->top_bracket = 0; in pcre2_compile()
10656 re->top_backref = 0; in pcre2_compile()
10664 re->name_entry_size * re->name_count; in pcre2_compile()
10955 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()
10990 pcre2_code_free(re); in pcre2_compile()
[all …]
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation6.phpt6 * Pass an array of referenced variables to test how natcasesort() re-orders it
H A Darray_intersect_assoc_variation6.phpt34 /*7*/ array('\tHello' => 111, 're\td' => "color",
36 array("\tHello" => 111, "re\td" => "color",
H A Darray_intersect_variation6.phpt34 /*7*/ array('\tHello' => 111, 're\td' => "color",
36 array("\tHello" => 111, "re\td" => "color",
H A Darray_intersect_assoc_variation5.phpt34 /*7*/ array('\tHello' => 111, 're\td' => "color",
36 array("\tHello" => 111, "re\td" => "color",
/php-src/ext/zlib/tests/
H A Dzlib_scheme_fopen_variation1.phpt19 When you're taught through feelings
H A Dgzopen_variation7.phpt20 string(30) "When you're taught through fee"
H A Dgzpassthru_basic.phpt19 When you're taught through feelings
H A Dgzrewind_basic2.phpt28 first 20 characters=When you're taught t
/php-src/ext/standard/tests/mail/
H A Dbug73203.phpt4 We're not really interested in testing mail() here, but it is currently the
/php-src/sapi/cli/tests/
H A D006.phpt20 var_dump(`$php -n --re unknown`);
21 var_dump(`$php -n --re ""`);
22 var_dump(`$php -n --re pcre`);
/php-src/win32/build/
H A Dphpize.js.in24 re = /\\script/i;
25 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
243 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
244 calls = modules.match(re);
259 modules = modules.replace(re, "/* $1 */");

Completed in 95 milliseconds

12345678910