Home
last modified time | relevance | path

Searched refs:m (Results 251 – 275 of 495) sorted by relevance

1...<<11121314151617181920

/PHP-7.0/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt6 header("HTTP/1.1 418 I'm a Teapot");
/PHP-7.0/ext/standard/tests/strings/
H A Dbug27276.phpt5 ini_set("memory_limit", "12m");
/PHP-7.0/ext/openssl/tests/
H A Dcert.csr7 FelzxrIjIGSGJHC9eubebdu2LWFFM5cEMDiH0QSD9Rdiy7svSLWvngUDYj0wwd+m
/PHP-7.0/ext/standard/tests/array/
H A Duasort_variation7.phpt25 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
55 ["m"]=>
H A Dextract_variation8.phpt13 $var1["m"] = 1;
/PHP-7.0/ext/gd/tests/
H A Dsimilarity.inc57 for ($j = 0, $m = imagesy($image1); $j < $m; $j++) {
/PHP-7.0/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound1_001w.phpt11 function __construct($a=NULL, $i=NULL, $n=NULL, $m=NULL) {
15 $this->Male = $m;
/PHP-7.0/tests/run-test/
H A Dbug75042-2.phpt6 if (false === stripos(`$php -n -m`, 'spl')) {
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c29 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m argument
30 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m) argument
32 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m) argument
/PHP-7.0/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt11 mb_regex_set_options('m');
/PHP-7.0/ext/date/tests/
H A Dbug73942.phpt8 $dateFormat = $date->format('Y-m-d');
H A Dbug49081.phpt15 [m] => 0
H A Dbug63391.phpt11 echo date_create($date)->format('Y-m-d D'), "\n";
H A Dbug73294.phpt12 $result = $dt->format('Y-m-d H:i:s');
H A D009_win32.phpt22 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
32 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Ddate_sun_info_002.phpt9 echo date( 'Y-m-d H:i:s T', $elem ), " ", $key, "\n";
H A Dbug45554.phpt7 $format = "m-d-Y H:i:s.u T";
/PHP-7.0/ext/standard/tests/time/
H A Didate.phpt16 m: 1
H A Dbug38524.phpt7 var_dump(strptime('2006-08-20', '%Y-%m-%d'));
/PHP-7.0/sapi/cli/tests/
H A D016.phpt42 echo "I'm not there";
110 php { echo "I'm not there";
/PHP-7.0/ext/sockets/tests/
H A Dsocket_recvmsg.phpt38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3000);
/PHP-7.0/ext/spl/tests/
H A Dbug70068.phpt6 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
H A Dbug74669.phpt78 $payload = 'x:i:33554432;O:8:"stdClass":0:{};m:a:0:{}';
107 string(62) "C:9:"SelfArray":41:{x:i:16777216;m:a:1:{s:3:"foo";s:3:"bar";}}"
/PHP-7.0/ext/oci8/tests/
H A Dconn_attr.inc34 $m = oci_error($s);
35 if (!in_array($m['code'], array( // ignore expected errors
42 echo "Error:" . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
43 if ($m['code'] == 38807) {
/PHP-7.0/Zend/tests/
H A Dbug34678.phpt6 public function __call($m, $a) {

Completed in 93 milliseconds

1...<<11121314151617181920