Home
last modified time | relevance | path

Searched refs:z (Results 126 – 150 of 388) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/intl/tests/
H A Dcollator_get_sort_key_variant3.phpt36 'аа', 'а', 'z',
70 source: z
H A Dbug62915.phpt19 $z = clone $x;
/PHP-5.5/ext/date/tests/
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
H A D009_win32.phpt18 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));
28 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));
/PHP-5.5/Zend/tests/
H A Dlsb_018.phpt48 $z = Baz::getInstance();
55 $z->identify();
H A Dclosure_029.phpt8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
/PHP-5.5/Zend/
H A Dzend_execute.c72 if (!Z_DELREF_P(z)) { in zend_pzval_unlock_func()
74 Z_UNSET_ISREF_P(z); in zend_pzval_unlock_func()
79 if (unref && Z_ISREF_P(z) && Z_REFCOUNT_P(z) == 1) { in zend_pzval_unlock_func()
80 Z_UNSET_ISREF_P(z); in zend_pzval_unlock_func()
88 if (!Z_DELREF_P(z)) { in zend_pzval_unlock_free_func()
91 zval_dtor(z); in zend_pzval_unlock_free_func()
92 efree(z); in zend_pzval_unlock_free_func()
99 #define PZVAL_UNLOCK(z, f) zend_pzval_unlock_func(z, f, 1 TSRMLS_CC) argument
101 #define PZVAL_UNLOCK_FREE(z) zend_pzval_unlock_free_func(z TSRMLS_CC) argument
102 #define PZVAL_LOCK(z) Z_ADDREF_P((z)) argument
[all …]
/PHP-5.5/ext/date/lib/
H A Dastro.c157 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
170 z = y * sind(obl_ecl); in astro_sun_RA_dec()
175 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()
/PHP-5.5/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-12.phpt11 echo mb_ereg_replace("^","z","abc123");
H A Dmb_ereg_replace-compat-06.phpt11 echo mb_ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
H A Dmb_eregi.phpt13 var_dump(mb_eregi('z', 'XYZ'));
H A Dmb_eregi_invalid_arguments.phpt13 var_dump(mb_eregi('z', 'XYZ'));
/PHP-5.5/ext/opcache/
H A Dzend_persist.c141 static void zend_persist_zval(zval *z TSRMLS_DC)
144 switch (z->type & IS_CONSTANT_TYPE_MASK) {
146 switch (z->type & ~IS_CONSTANT_INDEX) {
150 zend_accel_store_interned_string(z->value.str.val, z->value.str.len + 1);
154 zend_accel_store(z->value.ht, sizeof(HashTable));
155 …zend_hash_persist(z->value.ht, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zval**) TSRMLS_…
173 static void zend_protect_zval(zval *z TSRMLS_DC)
175 PZ_SET_ISREF_P(z);
176 PZ_SET_REFCOUNT_P(z, 2);
/PHP-5.5/ext/spl/tests/
H A Dbug62904.phpt14 $z = clone $x;
/PHP-5.5/ext/imap/tests/
H A Dimap_renamemailbox_basic.phpt34 //$z = imap_renamemailbox($stream_id, $newbox.'not2', $newbox.'2');
35 //var_dump($z);
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c31 #define Z_ADDREF_P(z) ((z)->refcount++) argument
/PHP-5.5/ext/xml/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
46 if test -z "$EXPAT_DIR"; then
/PHP-5.5/ext/xsl/
H A Dconfig.m426 if test -z "$XSLT_CONFIG"; then
48 if test -z "$PHP_XSL_EXSL_DIR"; then
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m457 if test -z "$PGSQL_INCLUDE"; then
61 if test -z "$PGSQL_LIBDIR"; then
65 if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then
/PHP-5.5/ext/standard/tests/time/
H A Didate.phpt14 z: 22
/PHP-5.5/ext/zip/tests/
H A Doo_ext_zip.phpt21 $z = new myZip;
/PHP-5.5/ext/pcre/tests/
H A Dpreg_filter.phpt7 $pattern = array('/\d/', '/[a-z]/', '/[1a]/');
/PHP-5.5/Zend/tests/traits/
H A Dbug55372.phpt9 $letters1 = range('a', 'z', 1);
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt41 $class2 = new myClass('x', 'y', 'z');
78 %unicode|string%(1) "z"

Completed in 39 milliseconds

12345678910>>...16