Home
last modified time | relevance | path

Searched refs:_ (Results 76 – 100 of 159) sorted by path

1234567

/PHP-7.4/ext/oci8/tests/
H A Ddetails.inc38 $table_name = "tb".substr(str_replace(Array(".", "-"), "_", php_uname("n")), 0, 5);
39 $type_name = strtoupper("tp".substr(str_replace(Array(".", "-"), "_", php_uname("n")), 0, 5));
/PHP-7.4/ext/opcache/tests/
H A Dbug75681.phpt15 foreach ($a as $i => $_) {
H A Dbug78015.phpt57 foreach ($a['b'] as $_) {
66 foreach ($array as $_) {
H A Dpreload_error_handler.inc3 set_error_handler(function($_, $m) {
/PHP-7.4/ext/openssl/tests/
H A Dbug71475.phpt9 $_ = str_repeat("A", 512);
10 openssl_seal($_, $_, $_, array_fill(0,64,0));
/PHP-7.4/ext/pcre/tests/
H A Dbug40909.phpt7 "/\s([\w_\.\/]+)(?:=([\'\"]?(?:[\w\d\s\?=\(\)\.,'_#\/\\:;&-]|(?:\\\\\"|\\\')?)+[\'\"]?))?/";
H A Dbug74183.phpt6 $sRegex = "/([A-Z]|[a-z]|[0-9]| |Ñ|ñ|!|"|%|&|'|´|-|:|;|>|=|<|@|_|,|\{|\}|`|~|á|é|í|ó|ú|…
H A Dbug79846.phpt6 preg_match("/([a-z]+_[a-z]+_*[a-z]+)_?(\d+)?/", $item, $match);
H A Dbug81243.phpt13 $replaced = preg_replace_callback('/\s/', function ($_) {return '-';}, $test_string);
H A Dmarks.phpt8 _ (a) (*MARK:A_MARK) _
9 | _ (b) _
10 | _ (c) (*MARK:C_MARK) _
11 | _ (d) _
H A Dpreg_split_basic.phpt9 $string = 'this is a_list: value1, Test__, string; Hello, world!_(parentheses)';
30 string(8) " world!_"
38 string(28) " Hello, world!_(parentheses)"
42 string(54) "this is a_list: value1, Test__, string; Hello, world!_"
52 string(67) "this is a_list: value1, Test__, string; Hello, world!_(parentheses)"
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re50 BINDCHR = [:][a-zA-Z0-9_]+;
/PHP-7.4/ext/pdo/tests/
H A Dpdo_033.phpt18 $unquoted = ' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst…
42 …[t] => !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz…
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m419 PHP_DEF_HAVE(translit($1,.,_))
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc122 $func = $prefix . $sub . '_' . $what;
123 $what = str_replace('_', '-', $what);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite19.phar8 ?���������������������test.txt�����H������E��� ���s:2:"hi";<?php __HALT_COMPILER();�� ���ο_
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar15 …,����������SourceFile/PerTest.php����0�I����R������� ���index.phpF���0�IF��k!�_�������<?php
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt17 …$a = $phar->buildFromIterator(new RegexIterator($iter, '/_\d{3}\.phpt$/'), __DIR__ . DIRECTORY_SEP…
H A Dphar_commitwrite.phpt17 include 'phar://' . str_replace('_', '/', \$class);
36 include 'phar://' . str_replace('_', '/', $class);
H A Dphar_create_in_cwd.phpt18 include 'phar://' . str_replace('_', '/', \$class);
39 include 'phar://' . str_replace('_', '/', $class);
/PHP-7.4/ext/phar/tests/tar/files/bug67761.tar/
H A Dbug67761.phar509_�r���v&�6���hH��O���GBMB
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt17 include 'phar://' . str_replace('_', '/', \$class);
37 include 'phar://' . str_replace('_', '/', $class);
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt17 include 'phar://' . str_replace('_', '/', \$class);
37 include 'phar://' . str_replace('_', '/', $class);
/PHP-7.4/ext/session/
H A Dmod_files.bat4 IF _%1_==_AUTO_ (
8 IF _%2_==__ (
19 IF _%Depth%_==__ GOTO DepthError
22 IF _%3_==__ GOTO DefaultBits
26 IF _%Bits%_==__ GOTO BitsError
/PHP-7.4/ext/session/tests/
H A Drfc1867_sid_invalid.phpt23 PHPSESSID=_

Completed in 42 milliseconds

1234567