Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.5/
H A D.gdbinit551 ____printzv &$znode->u.constant 0
555 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
560 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
H A DNEWS322 Statements when closeCuror() is u). (Philip Hofstetter)
2478 . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
5140 - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
5313 - Fixed bug #50392 (date_create_from_format() enforces 6 digits for 'u'
5659 - Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
6877 (a dot u dot savchuk at gmail dot com)
6878 - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines).
H A DREADME.RELEASE_PROCESS80 ``git tag -u YOURKEYID php-5.4.2RC2``
124 ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``
170 7. tag the repository with the version f.e. "``git tag -u YOURKEYID -s php-5.4.1``"
179 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``
H A DREADME.TESTING248 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
51 php server-tests.php -w -u http://localhost/test
/PHP-5.5/Zend/tests/
H A Dbug29883.phpt13 u
H A Dbug55445.phpt6 <?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
H A Dcall_user_func_003.phpt25 [%u|b%"static"]=>
27 [%u|b%"instance"]=>
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"
/PHP-5.5/Zend/
H A Dzend_compile.c44 target = (src)->u.op; \
53 (target)->u.op = src; \
2088 …memmove(Z_STRVAL(element_name->u.constant), Z_STRVAL(element_name->u.constant)+1, Z_STRLEN(element… in zend_resolve_non_class_name()
2197 …memmove(Z_STRVAL(class_name->u.constant), Z_STRVAL(class_name->u.constant)+1, Z_STRLEN(class_name-… in zend_resolve_class_name()
2217 …memmove(Z_STRVAL(class_name->u.constant), Z_STRVAL(class_name->u.constant)+len, Z_STRLEN(class_nam… in zend_resolve_class_name()
2431 …memcpy(&result->u.constant.value.str.val[result->u.constant.value.str.len + sizeof("::")-1], name-… in zend_do_build_full_name()
2438 …memcpy(&result->u.constant.value.str.val[result->u.constant.value.str.len + sizeof("\\")-1], name-… in zend_do_build_full_name()
5811 …Z_STRVAL(offset->u.constant) = erealloc(Z_STRVAL(offset->u.constant), Z_STRLEN(offset->u.constant)… in zend_do_add_static_array_element()
5812 Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+1] = Z_TYPE(offset->u.constant); in zend_do_add_static_array_element()
5813 Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+2] = 0; in zend_do_add_static_array_element()
[all …]
H A Dzend_compile.h35 #define FREE_PNODE(znode) zval_dtor(&znode->u.constant);
95 } u; member
H A Dzend_execute.c100 #define PZVAL_UNLOCK_EX(z, f, u) zend_pzval_unlock_func(z, f, u TSRMLS_CC) argument
H A Dzend_gc.c181 newRoot->u.pz = zv; in gc_zval_possible_root()
235 newRoot->u.handlers = Z_OBJ_HT_P(zv); in gc_zobj_possible_root()
261 ((zval_gc_info*)zv)->u.buffered = NULL; in gc_remove_zval_from_buffer()
487 Z_OBJ_HT(z) = current->u.handlers; in gc_mark_roots()
496 zval_mark_grey(current->u.pz TSRMLS_CC); in gc_mark_roots()
619 Z_OBJ_HT(z) = current->u.handlers; in gc_scan_roots()
622 zval_scan(current->u.pz TSRMLS_CC); in gc_scan_roots()
762 Z_OBJ_HT(z) = current->u.handlers; in gc_collect_roots()
816 p = p->u.next; in gc_collect_cycles()
822 GC_G(next_to_free) = p->u.next; in gc_collect_cycles()
[all …]
H A Dzend_gc.h64 ((zval_gc_info*)(z))->u.buffered = NULL
66 GC_ADDRESS(((zval_gc_info*)(v))->u.buffered)
68 GC_SET_ADDRESS(((zval_gc_info*)(v))->u.buffered, (a))
70 GC_GET_COLOR(((zval_gc_info*)(v))->u.buffered)
72 GC_SET_COLOR(((zval_gc_info*)(v))->u.buffered, (c))
74 GC_SET_BLACK(((zval_gc_info*)(v))->u.buffered)
76 GC_SET_PURPLE(((zval_gc_info*)(v))->u.buffered)
88 } u; member
96 } u; member
159 if (GC_ADDRESS(((zval_gc_info*)z)->u.buffered)) { \ in END_EXTERN_C()
H A Dzend_language_parser.y703 …/* empty */ { $$.op_type = IS_CONST; Z_TYPE($$.u.constant) = IS_BOOL; Z_LVAL($$.u.constant) = …
775u.constant, 0); if ($2.op_type == IS_CONST) { add_function(&$2.u.constant, &$1.u.constant, &$2.u.c…
776u.constant, 0); if ($2.op_type == IS_CONST) { sub_function(&$2.u.constant, &$1.u.constant, &$2.u.c…
875u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.u.constant), Z_STRLEN($2.u.…
881u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.u.constant), Z_STRLEN($2.u.…
950u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.u.constant), Z_STRLEN($2.u.…
951 …| '+' static_scalar { ZVAL_LONG(&$1.u.constant, 0); add_function(&$2.u.constant, &$1.u.constant, &…
952 …| '-' static_scalar { ZVAL_LONG(&$1.u.constant, 0); sub_function(&$2.u.constant, &$1.u.constant, &…
969u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.u.constant), Z_STRLEN($2.u.…
978 /* empty */ { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); array_init(&$$.u.constant); }
[all …]
H A Dzend_language_scanner.c567 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
568 retval_znode.u.constant.value.lval = 1; in END_EXTERN_C()
569 Z_UNSET_ISREF(retval_znode.u.constant); in END_EXTERN_C()
570 Z_SET_REFCOUNT(retval_znode.u.constant, 1); in END_EXTERN_C()
H A Dzend_language_scanner.l565 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
566 retval_znode.u.constant.value.lval = 1; in END_EXTERN_C()
567 Z_UNSET_ISREF(retval_znode.u.constant); in END_EXTERN_C()
568 Z_SET_REFCOUNT(retval_znode.u.constant, 1); in END_EXTERN_C()
/PHP-5.5/build/
H A Dlibtool.m41172 chmod u+w . 2>&5
3313 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
4820 …# _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _a…
5319 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5321 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5652 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5654 …(\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
H A Dshtool889 chmod u+w $dsttmp
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c182 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul() argument
194 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); in _bc_rec_mul()
204 u0 = new_sub_num (ulen,0, u->n_value); in _bc_rec_mul()
206 u1 = new_sub_num (ulen-n, 0, u->n_value); in _bc_rec_mul()
207 u0 = new_sub_num (n, 0, u->n_value+ulen-n); in _bc_rec_mul()
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_016.phpt22 [%u|b%"url"]=>
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1995 case 'u': /* up to six digit millisecond */
/PHP-5.5/ext/date/tests/
H A D009.phpt17 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…
25 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 …
H A Dbug45554.phpt2 Bug #45554 (Inconsistent behavior of the u format char)
7 $format = "m-d-Y H:i:s.u T";
H A Dbug46108.phpt13 [%u|b%"date"]=>
15 [%u|b%"timezone_type"]=>
17 [%u|b%"timezone"]=>

Completed in 122 milliseconds

12345678910>>...18