Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 285) sorted by path

12345678910>>...12

/PHP-7.4/
H A D.gdbinit333 if $ht->u.v.flags & 4
570 ____printzv &$znode->u.constant 0
574 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
579 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
H A DUPGRADING847 . When preg_match() in UTF-8 mode ("u" modifier) is repeatedly called on the
H A DUPGRADING.INTERNALS24 u. Removed uint and ulong typedefs
216 u. The typedefs uint and ulong are no longer guaranteed to be available, and
H A Dconfigure.ac1323 PHP_BUILD_DATE=`date -u +%Y-%m-%d`
1423 dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
/PHP-7.4/Zend/tests/
H A Dbug29883.phpt20 string(1) "u"
21 string(1) "u"
H A Dbug55445.phpt6 <?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
H A Dlsb_018.phpt38 $u = Foo::getInstance();
42 $u->identify();
50 $u->identify();
H A Dor_001.phpt27 string(4) "wou"
28 string(4) "wou"
H A Drequire_parse_exception.phpt39 var_dump("\u{xyz}");');
41 var_dump("\u{ffffff}");');
/PHP-7.4/Zend/
H A Dzend_compile.c40 target = (src)->u.op; \
49 (target)->u.op = src; \
3240 ZVAL_LONG(&result->u.constant, Z_STRLEN(arg_node.u.constant)); in zend_compile_func_strlen()
7238 &left_node.u.constant, &right_node.u.constant) in zend_compile_binary_op()
7312 &left_node.u.constant, &right_node.u.constant); in zend_compile_greater()
7385 ZVAL_BOOL(&result->u.constant, zend_is_true(&left_node.u.constant)); in zend_compile_short_circuiting()
7391 ZVAL_BOOL(&result->u.constant, zend_is_true(&right_node.u.constant)); in zend_compile_short_circuiting()
8110 result->u.op.var = -1; in zend_compile_rope_add_ex()
8164 … concat_function(&last_const_node.u.constant, &last_const_node.u.constant, &elem_node.u.constant); in zend_compile_encaps_list()
8168 ZVAL_COPY_VALUE(&last_const_node.u.constant, &elem_node.u.constant); in zend_compile_encaps_list()
[all …]
H A Dzend_compile.h84 } u; member
934 #define ZEND_SEND_BY_VAL 0u
H A Dzend_hash.c137 ht->u.v.flags = HASH_FLAG_PACKED | HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_packed_ex()
153 ht->u.v.flags = HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_mixed_ex()
215 .gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
216 .u.flags = HASH_FLAG_UNINITIALIZED,
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags
70 #define HT_ITERATORS_COUNT(ht) (ht)->u.v.nIteratorsCount
H A Dzend_strtod.c1216 U u; local
1227 word0(&u) = L;
1228 word1(&u) = 0;
2311 U u; local
2319 word1(&u) = 0;
3765 U d2, eps, u; local
3797 u.d = dd;
3816 if (!word1(&u) && !(word0(&u) & 0xfffff))
4128 dval(&u) += dval(&u);
4132 if (dval(&u) > ds || (dval(&u) == ds && L & 1))
[all …]
H A Dzend_types.h205 } u)
228 } u; member
261 } u; member
522 #define GC_TYPE_INFO(p) (p)->gc.u.type_info
1009 if (zend_rc_debug && zval_gc_type((p)->u.type_info) != IS_OBJECT) { \
1010 ZEND_ASSERT(!(zval_gc_flags((p)->u.type_info) & GC_IMMUTABLE)); \
1011 …ZEND_ASSERT((zval_gc_flags((p)->u.type_info) & (GC_PERSISTENT|GC_PERSISTENT_LOCAL)) != GC_PERSISTE…
/PHP-7.4/azure/i386/
H A Djob.yml85 #sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
86 #sudo -u postgres psql -c "CREATE DATABASE test;"
/PHP-7.4/azure/
H A Dsetup.yml8 sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
9 sudo -u postgres psql -c "CREATE DATABASE test;"
/PHP-7.4/build/
H A Dlibtool.m41168 chmod u+w . 2>&5
3309 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
4816 …# _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _a…
5315 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5317 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5648 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5650 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
H A Dphp_cxx_compile_stdcxx.m4813 [[maybe_unused]] auto p = pair{13, 42u};
H A Dshtool889 chmod u+w $dsttmp
/PHP-7.4/docs/
H A Drelease-process.md61 git push -u origin master
116 git tag -u YOURKEYID php-7.4.2RC2
203 sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address
228 7. Tag the repository with the version e.g. `git tag -u YOURKEYID php-7.4.1`
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c173 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul() argument
185 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); in _bc_rec_mul()
195 u0 = new_sub_num (ulen,0, u->n_value); in _bc_rec_mul()
197 u1 = new_sub_num (ulen-n, 0, u->n_value); in _bc_rec_mul()
198 u0 = new_sub_num (n, 0, u->n_value+ulen-n); in _bc_rec_mul()
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug63208.phpt9 $string = "\u{0905}b\0cd";
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1957 {'u', TIMELIB_FORMAT_MICROSECOND_SIX_DIGIT},
/PHP-7.4/ext/date/tests/
H A D009.phpt16 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
24 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …

Completed in 100 milliseconds

12345678910>>...12