Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/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 Dbug48693.phpt8 $z = create_function('', '{');
14 $z,
16 $y != $z
H A Dbug30140.phpt16 A::$test3 = "z";
27 string(1) "z"
30 string(1) "z"
/PHP-5.5/ext/com_dotnet/
H A Dcom_misc.c45 PHP_COM_DOTNET_API void php_com_wrap_dispatch(zval *z, IDispatch *disp, in php_com_wrap_dispatch() argument
63 Z_TYPE_P(z) = IS_OBJECT; in php_com_wrap_dispatch()
64z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_objec… in php_com_wrap_dispatch()
65 z->value.obj.handlers = &php_com_object_handlers; in php_com_wrap_dispatch()
68 PHP_COM_DOTNET_API void php_com_wrap_variant(zval *z, VARIANT *v, in php_com_wrap_variant() argument
87 Z_TYPE_P(z) = IS_OBJECT; in php_com_wrap_variant()
89z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_objec… in php_com_wrap_variant()
90 z->value.obj.handlers = &php_com_object_handlers; in php_com_wrap_variant()
H A Dcom_variant.c105 zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z)); in php_com_variant_from_zval()
119 obj = CDNO_FETCH(z); in php_com_variant_from_zval()
146 V_I4(v) = Z_LVAL_P(z); in php_com_variant_from_zval()
151 V_R8(v) = Z_DVAL_P(z); in php_com_variant_from_zval()
183 ZVAL_NULL(z); in php_com_zval_from_variant()
189 ZVAL_LONG(z, (long)V_I1(v)); in php_com_zval_from_variant()
195 ZVAL_LONG(z, (long)V_I2(v)); in php_com_zval_from_variant()
201 ZVAL_LONG(z, (long)V_I4(v)); in php_com_zval_from_variant()
204 ZVAL_LONG(z, V_INT(v)); in php_com_zval_from_variant()
213 ZVAL_DOUBLE(z, V_R8(v)); in php_com_zval_from_variant()
[all …]
/PHP-5.5/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-5.5/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(is_object($z->parameters));
/PHP-5.5/ext/standard/
H A Dlcg.c58 php_int32 z; in php_combined_lcg() local
67 z = LCG(s1) - LCG(s2); in php_combined_lcg()
68 if (z < 1) { in php_combined_lcg()
69 z += 2147483562; in php_combined_lcg()
72 return z * 4.656613e-10; in php_combined_lcg()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp48 static bool valid_format(zval **z) { in valid_format() argument
49 if (Z_TYPE_PP(z) == IS_LONG) { in valid_format()
50 long lval = Z_LVAL_PP(z); in valid_format()
90 zval **z; in PHP_FUNCTION() local
99 zend_hash_get_current_data_ex(ht, (void**)&z, &pos); in PHP_FUNCTION()
100 if (!valid_format(z)) { in PHP_FUNCTION()
106 dateStyle = (DateFormat::EStyle)Z_LVAL_PP(z); in PHP_FUNCTION()
109 zend_hash_get_current_data_ex(ht, (void**)&z, &pos); in PHP_FUNCTION()
110 if (!valid_format(z)) { in PHP_FUNCTION()
116 timeStyle = (DateFormat::EStyle)Z_LVAL_PP(z); in PHP_FUNCTION()
/PHP-5.5/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 Dmatch_flags.phpt32 string(1) "z"
44 string(1) "z"
78 string(1) "z"
105 string(1) "z"
/PHP-5.5/Zend/
H A Dzend_strtod.c855 z = 0; in lshift()
868 z = 0; in lshift()
923 Long z; in diff() local
1066 d1 = z;
1137 z >>= k; in d2b()
1144 if (!z) in d2b()
1148 x[0] = z; in d2b()
1176 if (!z) in d2b()
1289 Long z; in quorem() local
2084 z = 10*z + c - '0'; in zend_strtod()
[all …]
H A Dzend_gc.c483 zval z; in gc_mark_roots() local
485 INIT_PZVAL(&z); in gc_mark_roots()
615 zval z; in gc_scan_roots() local
617 INIT_PZVAL(&z); in gc_scan_roots()
620 zobj_scan(&z TSRMLS_CC); in gc_scan_roots()
757 zval z; in gc_collect_roots() local
760 INIT_PZVAL(&z); in gc_collect_roots()
832 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
836 zval_dtor(&p->z); in gc_collect_cycles()
837 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
[all …]
H A Dzend.h358 #define Z_REFCOUNT(z) Z_REFCOUNT_P(&(z)) argument
359 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument
360 #define Z_ADDREF(z) Z_ADDREF_P(&(z)) argument
361 #define Z_DELREF(z) Z_DELREF_P(&(z)) argument
362 #define Z_ISREF(z) Z_ISREF_P(&(z)) argument
363 #define Z_SET_ISREF(z) Z_SET_ISREF_P(&(z)) argument
364 #define Z_UNSET_ISREF(z) Z_UNSET_ISREF_P(&(z)) argument
365 #define Z_SET_ISREF_TO(z, isref) Z_SET_ISREF_TO_P(&(z), isref) argument
743 (z)->is_ref__gc = 0;
745 #define INIT_ZVAL(z) z = zval_used_for_init; argument
[all …]
/PHP-5.5/ext/date/lib/
H A Dinterval.c44 && (one->z != two->z)) in timelib_diff()
46 dst_corr = two->z - one->z; in timelib_diff()
118 t->sse -= old_time->z; in timelib_add()
119 t->sse += t->z; in timelib_add()
151 t->sse -= old_time->z; in timelib_sub()
152 t->sse += t->z; in timelib_sub()
156 t->sse -= old_time->z; in timelib_sub()
157 t->sse += t->z; in timelib_sub()
/PHP-5.5/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";
23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
H A Daddcslashes_003.phpt14 var_dump( addcslashes('foo[ ]', 'A..z') );
15 var_dump( @addcslashes("zoo['.']", 'z..A') );
16 var_dump( addcslashes('abcdefghijklmnopqrstuvwxyz', "a\145..\160z") );
38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/PHP-5.5/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-5.5/ext/fileinfo/libmagic/
H A Dcompress.c325 z_stream z; in uncompressgzipped() local
356 z.next_out = *newch; in uncompressgzipped()
357 z.avail_out = HOWMANY; in uncompressgzipped()
358 z.zalloc = Z_NULL; in uncompressgzipped()
359 z.zfree = Z_NULL; in uncompressgzipped()
360 z.opaque = Z_NULL; in uncompressgzipped()
363 rc = inflateInit2(&z, -15); in uncompressgzipped()
365 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
369 rc = inflate(&z, Z_SYNC_FLUSH); in uncompressgzipped()
375 n = (size_t)z.total_out; in uncompressgzipped()
[all …]
/PHP-5.5/ext/zip/tests/
H A Dutils.inc3 function dump_entries_name($z) {
4 for($i=0; $i<$z->numFiles; $i++) {
5 $sb = $z->statIndex($i);
/PHP-5.5/ext/json/
H A DJSON_parser.h35 extern int parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int opti…
38 static inline int parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int … in parse_JSON() argument
40 return parse_JSON_ex(jp, z, utf16_json, length, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0 TSRMLS_CC); in parse_JSON()
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h87 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
88 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.5/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 64 milliseconds

12345678910>>...16