Home
last modified time | relevance | path

Searched refs:z (Results 101 – 125 of 398) sorted by relevance

12345678910>>...16

/PHP-5.6/Zend/
H A Dzend_alloc.h167 #define ALLOC_ZVAL(z) \ argument
168 (z) = (zval *) emalloc(sizeof(zval))
170 #define FREE_ZVAL(z) \ argument
171 efree_rel(z)
173 #define ALLOC_ZVAL_REL(z) \ argument
174 (z) = (zval *) emalloc_rel(sizeof(zval))
176 #define FREE_ZVAL_REL(z) \ argument
177 efree_rel(z)
H A Dzend_vm_execute.h14617 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_VAR_CONST()
17150 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_VAR_TMP()
19270 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_VAR_VAR()
21499 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_VAR_UNUSED()
22939 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_VAR_CV()
24924 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CONST()
26354 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_UNUSED_TMP()
27693 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_UNUSED_VAR()
29033 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_UNUSED_UNUSED()
29471 binary_op(z, z, value TSRMLS_CC); in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CV()
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput6552 0: z
1564 /[z\x{1e9e}]+/8i
1572 /[z\x{00df}]+/8i
1580 /[z\x{1f88}]+/8i
1586 /[z\x{00b5}]+/8i
1590 /[z\x{039c}]+/8i
1594 /[z\x{03bc}]+/8i
1598 /[z\x{00c5}]+/8i
1602 /[z\x{00e5}]+/8i
1606 /[z\x{212b}]+/8i
[all …]
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
163 [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
164 [a-z\xb5\xdf-\xf6\xf8-\xff]
/PHP-5.6/ext/standard/
H A Dmd5.c146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-5.6/ext/hash/
H A Dhash_sha.c165 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
166 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
167 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
168 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
436 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
438 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
694 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
696 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/PHP-5.6/ext/pcre/tests/
H A Dpcre_count.phpt5 $regex = '/(([0-9a-z]+)-([0-9]+))-(([0-9]+)-([0-9]+))/';
13 $regex = '/([a-z]+)/';
/PHP-5.6/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt12 …(new DirectoryIterator('.'), '/^frontcontroller\d{0,2}\.phar\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-5.6/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt12 …(new DirectoryIterator('.'), '/^frontcontroller\d{0,2}\.phar\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_assoc_variation9.phpt22 'sub_arrayb' => array ('a', 'z', 'y'));
78 string(1) "z"
107 string(1) "z"
H A Dusort_variation10.phpt31 "z" => -99, 0 => 1, "z" => 3);
/PHP-5.6/ext/gd/
H A Dconfig.m412 if test -z "$PHP_VPX_DIR"; then
17 if test -z "$PHP_JPEG_DIR"; then
22 if test -z "$PHP_PNG_DIR"; then
27 if test -z "$PHP_ZLIB_DIR"; then
82 if test -z "$GD_VPX_DIR"; then
108 if test -z "$GD_JPEG_DIR"; then
133 if test -z "$GD_PNG_DIR"; then
165 if test -z "$GD_XPM_DIR"; then
195 if test -z "$FREETYPE2_DIR"; then
219 if test -z "$GD_T1_DIR"; then
[all …]
/PHP-5.6/ext/opcache/
H A Dzend_persist.c54 static void zend_persist_zval(zval *z TSRMLS_DC);
165 static void zend_persist_zval(zval *z TSRMLS_DC)
168 switch (z->type & IS_CONSTANT_TYPE_MASK) {
170 switch (z->type & ~IS_CONSTANT_INDEX) {
174 zend_accel_store_interned_string(z->value.str.val, z->value.str.len + 1);
180 zend_accel_store(z->value.ht, sizeof(HashTable));
181 …zend_hash_persist(z->value.ht, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zval**) TSRMLS_…
185 Z_AST_P(z) = zend_persist_ast(Z_AST_P(z) TSRMLS_CC);
204 static void zend_protect_zval(zval *z TSRMLS_DC)
206 PZ_SET_ISREF_P(z);
[all …]
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt40 $db->exec("INSERT INTO test(id, label) VALUES (100, 'z')");
49 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) {
62 $db->exec("INSERT INTO test(id, label) VALUES (100, 'z')");
70 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) {
/PHP-5.6/scripts/dev/
H A Dcheck_parameters.php126 foreach ($y as $z) {
127 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);
/PHP-5.6/ext/ereg/tests/
H A D015.phpt4 <?php echo ereg_replace("^","z","abc123")?>
H A D008.phpt5 echo ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
/PHP-5.6/ext/intl/tests/
H A Dcollator_get_sort_key_variant6.phpt35 'аа', 'а', 'z',
69 source: z
H A Ddateformat_get_set_pattern.phpt19 'yyyy-DDD.hh:mm:ss z',
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Ddateformat_get_set_pattern2.phpt19 'yyyy-DDD.hh:mm:ss z',
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
/PHP-5.6/ext/imap/tests/
H A Dimap_include.inc44 $z = $resp->$mf;
46 if (($z >= $start_time) && ($z <= time())) {
49 echo "$mf is BAD ($z)\n";
52 echo "$mf is $z\n";
/PHP-5.6/ext/iconv/
H A Dconfig.m417 if test -z "$ICONV_DIR"; then
24 if test -z "$PHP_ICONV_PREFIX"; then
49 if test -z "$iconv_impl_name"; then
71 if test -z "$iconv_impl_name"; then
82 if test -z "$iconv_impl_name"; then
/PHP-5.6/ext/odbc/
H A Dconfig.m4107 if test -z "$ODBC_TYPE"; then
136 if test -z "$ODBC_TYPE"; then
156 if test -z "$ODBC_TYPE"; then
183 if test -z "$ODBC_TYPE"; then
222 if test -z "$ODBC_TYPE"; then
244 if test -z "$ODBC_TYPE"; then
269 if test -z "$ODBC_TYPE"; then
311 if test -z "$ODBC_TYPE"; then
360 if test -z "$ODBC_TYPE"; then
389 if test -z "$ODBC_TYPE"; then
[all …]
/PHP-5.6/ext/spl/tests/
H A Dbug46115.phpt7 $z = $x->invoke($h);

Completed in 171 milliseconds

12345678910>>...16