Home
last modified time | relevance | path

Searched refs:m (Results 426 – 450 of 595) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt27 "Testing invalid \k and \m escape char",
140 string(7) "d \m es"
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
H A Dchunk_split_variation6.phpt29 'Testing invalid \k and \m escape char',
67 string(55) "Testing):( invali):(d \k an):(d \m es):(cape ch):(ar):("
H A Dchunk_split_variation7.phpt27 "Testing invalid \k and \m escape char",
63 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
H A Dstr_split_variation4.phpt27 'Testing invalid \k and \m escape char',
165 string(5) "nd \m"
H A Dstr_split_variation5.phpt54 I'm sure it'll work also with \
152 I'm su"
/php-src/ext/date/tests/
H A Doo_001.phpt20 var_dump($d->format("Y-m-d H:i:s"));
24 var_dump($d->format("Y-m-d H:i:s"));
H A Ddate_time_immutable.phpt12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n";
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
H A DDateInterval_uninitialised_exceptions.phpt26 check(fn() => $mdi->format("Y-m-d"));
H A Dbug61642.phpt17 $header[] = $date->format('Y-m-d D');
31 $line[] = $date->format('Y-m-d D');
H A D009.phpt14 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
19 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt9 * $ file -m magic resources/test.awk
/php-src/ext/standard/tests/time/
H A Dbug38524.phpt12 var_dump(strptime('2006-08-20', '%Y-%m-%d'));
/php-src/ext/standard/tests/array/range/
H A Dbug24220.phpt42 string(1) "m"
/php-src/ext/intl/tests/
H A Dtimezone_getErrorCodeMessage_basic.phpt8 $arch = php_uname('m');
H A Dcollator_sort_with_sort_keys.phpt61 array( 'm' , '1' , '_' ),
108 2 => 'm',
H A Dcollator_sort_with_sort_keys_variant2.phpt61 array( 'm' , '1' , '_' ),
108 2 => 'm',
/php-src/Zend/tests/
H A Dfr47160.phpt58 $m = 'world';
59 $f = $x($c, $m);
H A Dgh9500.phpt19 private readonly A|(B&C) $m;
/php-src/ext/mysqli/
H A Dmysqli_warning.c68 if (mysql->m->query(mysql, "SHOW WARNINGS", 13)) { in php_get_warnings()
72 result = mysql->m->use_result(mysql); in php_get_warnings()
/php-src/sapi/cli/tests/
H A Dupload_2G.phpt22 if (preg_match('/MemFree[^\d]*(\d+)/i', fgets($f), $m)) {
23 $free_ram = max($free_ram, $m[1]/1024/1024);
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt13 'x:i:2;O:8:"stdClass":0:{},s:5:"value";;m:a:0:{}',
/php-src/tests/lang/
H A Dbug22510.phpt94 print "I'm alive!\n";
128 I'm alive!
/php-src/ext/phar/
H A Dphar_path_check.re24 const unsigned char *m;
37 #define YYMARKER m
/php-src/ext/standard/tests/array/
H A Duasort_variation7.phpt30 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
76 ["m"]=>

Completed in 18 milliseconds

1...<<11121314151617181920>>...24