Home
last modified time | relevance | path

Searched refs:z (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_set-nomib.phpt21 $z = snmp2_set($hostname, $communityWrite, '.1.3.6.777.888.999.444.0', 's', 'bbb', $timeout, $retri…
22 var_dump($z);
25 $z = snmp2_set($hostname, $communityWrite, '.1.3.6...777.888.999.444.0', 's', 'bbb', $timeout, $ret…
26 var_dump($z);
34 $z = snmp2_set($hostname, $communityWrite, $oid1, 's', $newvalue1, $timeout, $retries);
35 var_dump($z);
37 $z = snmp2_set($hostname, $communityWrite, $oid1, 's', $oldvalue1, $timeout, $retries);
38 var_dump($z);
H A Dsnmpset-nomib.phpt21 $z = snmpset($hostname, $communityWrite, '.1.3.6.777.888.999.444.0', 's', 'bbb', $timeout, $retries…
22 var_dump($z);
25 $z = snmpset($hostname, $communityWrite, '.1.3...6.777.888.999.444.0', 's', 'bbb', $timeout, $retri…
26 var_dump($z);
35 $z = snmpset($hostname, $communityWrite, $oid1, 's', $newvalue1, $timeout, $retries);
36 var_dump($z);
38 $z = snmpset($hostname, $communityWrite, $oid1, 's', $oldvalue1, $timeout, $retries);
39 var_dump($z);
/PHP-7.4/Zend/tests/
H A Dindirect_method_call_004.phpt8 public $z;
11 $this->z = new stdclass;
14 return $this->z;
18 var_dump(clone (new bar)->z);
H A Dobject_handlers.phpt40 $z = $x->const_get;
48 $z = $x["const_dim_get"];
58 $z = $x->{1};
65 $z = $x->{$c."_get"};
71 $z = $x[$c."_dim_get"];
82 $z = $x->{$c+3};
89 $z = $x->{$c};
98 $z = $x[$c];
112 $z = $x->{$c};
119 $z = $x->{f("var_get")};
[all …]
H A Dbug71414.phpt6 public function z(): string;
10 public function z(): string {
15 public function z() {
H A Dbug30140.phpt16 A::$test3 = "z";
27 string(1) "z"
30 string(1) "z"
/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c111 tm->z = 0; in timelib_unixtime2gmt()
122 int z = tm->z; in timelib_update_from_sse() local
130 timelib_unixtime2gmt(tm, tm->sse + tm->z + (tm->dst * 3600)); in timelib_update_from_sse()
153 tm->z = z; in timelib_update_from_sse()
165 int z = tm->z; in timelib_unixtime2local() local
168 timelib_unixtime2gmt(tm, ts + tm->z + (tm->dst * 3600)); in timelib_unixtime2local()
171 tm->z = z; in timelib_unixtime2local()
183 tm->z = gmt_offset->offset; in timelib_unixtime2local()
207 t->z = utc_offset; in timelib_set_timezone_from_offset()
221 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
[all …]
H A Dinterval.c52 && (one->z != two->z)) in timelib_diff()
54 dst_corr = two->z - one->z; in timelib_diff()
128 t->sse -= old_time->z; in timelib_add()
129 t->sse += t->z; in timelib_add()
162 t->sse -= old_time->z; in timelib_sub()
163 t->sse += t->z; in timelib_sub()
167 t->sse -= old_time->z; in timelib_sub()
168 t->sse += t->z; in timelib_sub()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp54 static bool valid_format(zval *z) { in valid_format() argument
55 if (Z_TYPE_P(z) == IS_LONG) { in valid_format()
56 zend_long lval = Z_LVAL_P(z); in valid_format()
96 zval *z; in PHP_FUNCTION() local
107 z = &ht->arData[idx].val; in PHP_FUNCTION()
108 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
113 if (idx >= ht->nNumUsed || !valid_format(z)) { in PHP_FUNCTION()
119 dateStyle = (DateFormat::EStyle)Z_LVAL_P(z); in PHP_FUNCTION()
123 z = &ht->arData[idx].val; in PHP_FUNCTION()
124 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt24 $z = imap_fetchstructure($stream_id,1);
31 var_dump(isset($z->$key));
33 var_dump($z->type);
34 var_dump($z->encoding);
35 var_dump($z->bytes);
36 var_dump($z->lines);
37 var_dump($z->ifparameters);
38 var_dump(is_object($z->parameters[0]));
/PHP-7.4/ext/zip/examples/
H A Dim.php6 $z = new ZipArchive(); variable
7 $z->open(dirname(__FILE__) . '/test_im.zip');
8 $im_string = $z->getFromName("pear_item.gif");
H A Dfopen.php21 $z = new ZipArchive(); variable
22 $z->open(dirname(__FILE__) . '/test.zip');
23 $fp = $z->getStream('test');
/PHP-7.4/ext/zip/tests/
H A Dbug38943.inc13 $z = new myZip;
14 $z->testp = "foobar";
15 var_dump($z);
/PHP-7.4/ext/standard/
H A Dlcg.c56 int32_t z; in php_combined_lcg() local
65 z = LCG(s1) - LCG(s2); in php_combined_lcg()
66 if (z < 1) { in php_combined_lcg()
67 z += 2147483562; in php_combined_lcg()
70 return z * 4.656613e-10; in php_combined_lcg()
/PHP-7.4/ext/pcre/tests/
H A Dbug40195.phpt6 var_dump(preg_match('@^(/([a-z]*))*$@', '//abcde', $m)); var_dump($m);
7 var_dump(preg_match('@^(/(?:[a-z]*))*$@', '//abcde', $m)); var_dump($m);
9 var_dump(preg_match('@^(/([a-z]+))+$@', '/a/abcde', $m)); var_dump($m);
10 var_dump(preg_match('@^(/(?:[a-z]+))+$@', '/a/abcde', $m)); var_dump($m);
H A Dbug79846.phpt6 preg_match("/([a-z]+_[a-z]+_*[a-z]+)_?(\d+)?/", $item, $match);
H A Dmatch_flags.phpt32 string(1) "z"
44 string(1) "z"
78 string(1) "z"
105 string(1) "z"
/PHP-7.4/ext/date/tests/
H A Ddate_interval_prop_dim.phpt6 $z = new Z('P2Y4DT6H8M');
8 $z->prop[1]=10;
10 $z->prop[$i] = $i;
H A Dbug73426.phpt2 Bug #73426 (createFromFormat with 'z' format char results in incorrect time)
8 $format = 'Y H:i:s z';
12 $format = 'z H:i:s Y';
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c102 if (z) { in php_com_variant_from_zval()
103 ZVAL_DEREF(z); in php_com_variant_from_zval()
104 ztype = Z_TYPE_P(z); in php_com_variant_from_zval()
124 obj = CDNO_FETCH(z); in php_com_variant_from_zval()
152 V_I4(v) = Z_LVAL_P(z); in php_com_variant_from_zval()
155 V_I8(v) = Z_LVAL_P(z); in php_com_variant_from_zval()
161 V_R8(v) = Z_DVAL_P(z); in php_com_variant_from_zval()
186 ZVAL_NULL(z); in php_com_zval_from_variant()
215 ZVAL_LONG(z, V_INT(v)); in php_com_zval_from_variant()
224 ZVAL_DOUBLE(z, V_R8(v)); in php_com_zval_from_variant()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt9 echo addcslashes('foo[ ]', 'A..z')."\n";
10 echo @addcslashes("zoo['.']", 'z..A')."\n";
11 echo addcslashes('abcdefghijklmnopqrstuvwxyz', "a\145..\160z")."\n";
21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-7.4/ext/gd/libgd/
H A Dgdtestft.c11 #define MAX4(x,y,z,w) \ argument
12 ((MAX((x),(y))) > (MAX((z),(w))) ? (MAX((x),(y))) : (MAX((z),(w))))
13 #define MIN4(x,y,z,w) \ argument
14 ((MIN((x),(y))) < (MIN((z),(w))) ? (MIN((x),(y))) : (MIN((z),(w))))
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt9 private int $z;
12 return ['x', 'y', 'z'];
30 $t->z = 3;
46 ["z":"Test":private]=>
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_071.phpt16 $z = 42;
17 $y = $z;
18 var_dump($y, $z, $test);
/PHP-7.4/ext/spl/tests/
H A Dbug44615.phpt10 $array = array(array('z',$a),array('q','s'));
24 string(1) "z"
30 string(1) "z"

Completed in 44 milliseconds

12345678910>>...14