Home
last modified time | relevance | path

Searched refs:re (Results 76 – 100 of 213) sorted by relevance

123456789

/PHP-8.0/ext/zlib/tests/
H A Dzlib_scheme_file_read_file_basic.phpt16 When you're taught through feelings
H A Dzlib_scheme_file_get_contents_basic.phpt17 When you're taught through feelings
H A Dzlib_scheme_fopen_basic.phpt18 When you're taught through feelings
H A Dzlib_scheme_file_basic.phpt19 string(36) "When you're taught through feelings
H A Dgzopen_variation7.phpt24 string(30) "When you're taught through fee"
H A Dgzpassthru_basic.phpt23 When you're taught through feelings
H A Dzlib_scheme_fopen_variation1.phpt23 When you're taught through feelings
/PHP-8.0/ext/standard/tests/array/
H A Dnatcasesort_variation7.phpt6 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Dnatcasesort_variation5.phpt6 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Dnatcasesort_variation6.phpt6 * Pass an array of referenced variables to test how natcasesort() re-orders it
/PHP-8.0/Zend/tests/
H A Dignore_repeated_source.phpt15 // Also a repeated error, because we're ignoring the different source.
H A D030.phpt34 Fatal error: Cannot re-assign $this in %s030.php on line 11
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match.c6220 use_jit = (re->executable_jit != NULL && in pcre2_match()
6511 mb->memctl = re->memctl; in pcre2_match()
6550 mb->name_count = re->name_count; in pcre2_match()
6552 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match()
6558 switch(re->newline_convention) in pcre2_match()
6653 mb->lcc = re->tables + lcc_offset; in pcre2_match()
6654 mb->fcc = re->tables + fcc_offset; in pcre2_match()
6660 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_match()
6678 start_bits = re->start_bitmap; in pcre2_match()
6682 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_match()
[all …]
H A Dpcre2_compile.c10126 if (re == NULL) in pcre2_compile()
10140 re->tables = tables; in pcre2_compile()
10152 re->first_codeunit = 0; in pcre2_compile()
10153 re->last_codeunit = 0; in pcre2_compile()
10157 re->minlength = 0; in pcre2_compile()
10158 re->top_bracket = 0; in pcre2_compile()
10159 re->top_backref = 0; in pcre2_compile()
10167 re->name_entry_size * re->name_count; in pcre2_compile()
10458 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()
10493 pcre2_code_free(re); in pcre2_compile()
[all …]
/PHP-8.0/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */
95 echo "re-joining group\n";
130 re-joining group
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug69462.phpt22 /* ignore any errors, we're testing for segmentation fault anyway */
/PHP-8.0/ext/pdo_firebird/tests/
H A Dpayload_test.phpt16 // no need to change the credentials; we're running against a fake server
H A Dbug_76452.phpt11 // no need to change the credentials; we're running against a falke server
H A Dbug_76448.phpt14 // no need to change the credentials; we're running against a falke server
H A Dbug_76449.phpt14 // no need to change the credentials; we're running against a fake server
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_51670.phpt2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)
/PHP-8.0/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt10 // we're not interested in checking concrete warnings regarding invalid XML
/PHP-8.0/ext/standard/tests/mail/
H A Dbug73203.phpt4 We're not really interested in testing mail() here, but it is currently the
/PHP-8.0/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-8.0/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…

Completed in 84 milliseconds

123456789