Home
last modified time | relevance | path

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

123456789

/PHP-7.3/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */
95 echo "re-joining group\n";
127 re-joining group
/PHP-7.3/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt10 // we're not interested in checking concrete warnings regarding invalid XML
/PHP-7.3/ext/curl/tests/
H A Dbug65646_open_basedir_old.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…
H A Dbug65458.phpt20 // the number of iterations in the loop, if we're wasting memory here, we
/PHP-7.3/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"
/PHP-7.3/Zend/tests/
H A D030.phpt34 Fatal error: Cannot re-assign $this in %s030.php on line 11
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9597 if (re == NULL) in pcre2_compile()
9611 re->tables = tables; in pcre2_compile()
9623 re->first_codeunit = 0; in pcre2_compile()
9624 re->last_codeunit = 0; in pcre2_compile()
9627 re->max_lookbehind = 0; in pcre2_compile()
9628 re->minlength = 0; in pcre2_compile()
9629 re->top_bracket = 0; in pcre2_compile()
9630 re->top_backref = 0; in pcre2_compile()
9638 re->name_entry_size * re->name_count; in pcre2_compile()
9916 pcre2_code_free(re); in pcre2_compile()
[all …]
H A Dpcre2_match.c6182 mb->memctl = re->memctl; in pcre2_match()
6222 mb->name_count = re->name_count; in pcre2_match()
6224 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match()
6228 mb->bsr_convention = re->bsr_convention; in pcre2_match()
6230 switch(re->newline_convention) in pcre2_match()
6325 mb->lcc = re->tables + lcc_offset; in pcre2_match()
6326 mb->fcc = re->tables + fcc_offset; in pcre2_match()
6332 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_match()
6346 start_bits = re->start_bitmap; in pcre2_match()
6350 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_match()
[all …]
H A Dpcre2_printint.c308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint() argument
311 uint32_t nesize = re->name_entry_size; in pcre2_printint()
312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
314 nametable = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)); in pcre2_printint()
315 code = codestart = nametable + re->name_count * re->name_entry_size; in pcre2_printint()
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug69462.phpt22 /* ignore any errors, we're testing for segmentation fault anyway */
/PHP-7.3/tests/classes/
H A Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
/PHP-7.3/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
/PHP-7.3/ext/pdo_firebird/tests/
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
H A Dbug_76450.phpt14 // no need to change the credentials; we're running against a fake server
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug_51670.phpt2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)
/PHP-7.3/win32/build/
H A Dphpize.js.in26 re = /\\script/i;
27 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
239 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
240 calls = modules.match(re);
255 modules = modules.replace(re, "/* $1 */");
/PHP-7.3/ext/standard/tests/mail/
H A Dbug73203.phpt4 We're not really interested in testing mail() here, but it is currently the

Completed in 121 milliseconds

123456789