Home
last modified time | relevance | path

Searched refs:re (Results 126 – 150 of 236) sorted by relevance

12345678910

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c338 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint() argument
341 uint32_t nesize = re->name_entry_size; in pcre2_printint()
342 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
344 nametable = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)); in pcre2_printint()
345 code = codestart = nametable + re->name_count * re->name_entry_size; in pcre2_printint()
/php-src/ext/standard/tests/array/
H A Darray_values_variation7.phpt6 * Check that array_values is re-assigning keys according to the internal order of the array,
H A Darray_combine_variation4.phpt44 /*7*/ array('\tHello' => 111, 're\td' => "color",
46 array("\tHello" => 111, "re\td" => "color",
H A Dnatcasesort_variation9.phpt7 * and escape characters to test how natcasesort() re-orders it
H A Darray_multisort_variation8.phpt9 // We're testing sort order not errors so ignore.
H A Dnatcasesort_variation4.phpt6 * Pass arrays of string data to see how natcasesort() re-orders the array
H A Darray_intersect_uassoc_variation8.phpt15 // re-assign reference variable to different value
H A Dnatcasesort_variation3.phpt10 * Pass arrays of numeric data to test how natcasesort re-orders the array
/php-src/tests/classes/
H A Dclone_004.phpt15 // re-enable cloning
H A Dthis.phpt52 Fatal error: Cannot re-assign $this in %sthis.php on line %d
/php-src/ext/pdo_firebird/tests/
H A Dbug_76452.phpt16 // no need to change the credentials; we're running against a falke server
/php-src/ext/opcache/tests/jit/
H A Dgh8461-008.phpt2 Bug GH-8461 008 (JIT does not account for function re-compile)
H A Dgh8461-004.phpt2 Bug GH-8461 004 (JIT does not account for class re-compile)
/php-src/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt34 When you're taught through feelings
H A Dgzgets_basic.phpt27 string(13) "re taught thr"
H A Dgzgetc_basic.phpt33 When you're taught through feelings
/php-src/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt27 "how're you doing?",
91 string(18) "how\'re you doing?"
/php-src/ext/standard/tests/dir/
H A Dscandir_variation9.phpt7 * re-orders the array
H A Dscandir_variation9-win32-mb.phpt13 * re-orders the array
/php-src/ext/pcre/tests/
H A Drequest47456.phpt4 The J modifier is supposed to be identical to the internal option (?J), so we're
/php-src/ext/zip/tests/
H A Doo_replacefile.phpt43 exit('re-open failed');
/php-src/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt21 // cli_set_process_title(). We're only making the API calls to ensure there are
50 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl_serverkey.pem47 NqaxwdOU7hOx2lWQQ1HLznVmwknYTm++CoauJGsTh6/1/FLHW4RSOhCnqxehc+re
/php-src/scripts/gdb/
H A Dphp_gdb.py31 import re
312 pattern = re.compile(r'#define _ZEND_TYPE_([^\s]+)_BIT\s+\(1u << (\d+)\)')
317 pattern = re.compile(r'#define IS_([^\s]+)\s+(\d+)')

Completed in 31 milliseconds

12345678910