Home
last modified time | relevance | path

Searched refs:z (Results 151 – 175 of 353) sorted by relevance

12345678910>>...15

/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-12.phpt12 echo mb_ereg_replace("^","z","abc123");
H A Dmb_ereg_replace-compat-06.phpt12 echo mb_ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
H A Dmb_eregi.phpt14 var_dump(mb_eregi('z', 'XYZ'));
H A Dmb_ereg_replace.phpt13 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
/php-src/ext/date/tests/
H A Dbug33532.phpt21 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
30 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
/php-src/Zend/tests/
H A Dlsb_018.phpt48 $z = Baz::getInstance();
55 $z->identify();
H A Dctor_promotion_basic.phpt7 public function __construct(public int $x, public int $y, public int $z) {}
/php-src/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/php-src/ext/zip/tests/
H A Doo_ext_zip.phpt18 $z = new myZip;
/php-src/ext/opcache/tests/
H A Dbug75687.phpt15 $z = is_array($y) ? array() : array($y);
/php-src/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
180 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()
/php-src/ext/iconv/
H A Dconfig.m429 if test -z "$iconv_impl_name"; then
39 if test -z "$iconv_impl_name"; then
49 if test -z "$iconv_impl_name"; then
/php-src/ext/intl/tests/
H A Dbug62915.phpt17 $z = clone $x;
/php-src/ext/standard/tests/strings/
H A Daddcslashes_005.phpt8 echo addcslashes("zoo['.']","z..A");
/php-src/ext/odbc/
H A Dconfig.m4101 if test -z "$ODBC_TYPE"; then
131 if test -z "$ODBC_TYPE"; then
152 if test -z "$ODBC_TYPE"; then
180 if test -z "$ODBC_TYPE"; then
220 if test -z "$ODBC_TYPE"; then
246 if test -z "$ODBC_TYPE"; then
288 if test -z "$ODBC_TYPE"; then
316 if test -z "$ODBC_TYPE"; then
333 if test -z "$ODBC_TYPE"; then
356 if test -z "$ODBC_TYPE"; then
[all …]
/php-src/ext/hash/
H A Dhash_sha.c117 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
119 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
377 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
379 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/php-src/Zend/tests/float_to_int/
H A Dno_warnings_compatible_float_vars.phpt56 $array[$offsetAccess] = 'z';
109 string(1) "z"
/php-src/ext/intl/msgformat/
H A Dmsgformat_format.c28 #define Z_ADDREF_P(z) ((z)->refcount++) argument
/php-src/ext/pcre/tests/
H A Dpreg_filter.phpt7 $pattern = array('/\d/', '/[a-z]/', '/[1a]/');
H A Dbug74183.phpt6 $sRegex = "/([A-Z]|[a-z]|[0-9]| |Ñ|ñ|!|"|%|&|'|´|-|:|;|>|=|<|@|_|,|\{|\}|`|~|á|é|í|ó|ú|…
H A Dpreg_replace_basic.phpt14 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>', '\\1 at \\2 dot \\3 dot \\4', 'jo…
H A Dpreg_replace_edit_basic.phpt23 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>',
/php-src/ext/standard/tests/time/
H A Didate.phpt15 z: 22
/php-src/Zend/tests/traits/
H A Dbug55372.phpt9 $letters1 = range('a', 'z', 1);

Completed in 41 milliseconds

12345678910>>...15