Home
last modified time | relevance | path

Searched refs:z (Results 51 – 75 of 353) sorted by relevance

12345678910>>...15

/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp52 static bool valid_format(zval *z) { in valid_format() argument
53 if (Z_TYPE_P(z) == IS_LONG) { in valid_format()
54 zend_long lval = Z_LVAL_P(z); in valid_format()
101 zval *z; in PHP_FUNCTION() local
102 ZEND_HASH_FOREACH_VAL(ht, z) { in PHP_FUNCTION()
103 if (!valid_format(z)) { in PHP_FUNCTION()
117 dateStyle = (DateFormat::EStyle)Z_LVAL_P(z); in PHP_FUNCTION()
120 timeStyle = (DateFormat::EStyle)Z_LVAL_P(z); in PHP_FUNCTION()
/php-src/ext/standard/tests/strings/
H A Daddcslashes_003.phpt14 var_dump( addcslashes('foo[ ]', 'A..z') );
15 var_dump( @addcslashes("zoo['.']", 'z..A') );
16 var_dump( addcslashes('abcdefghijklmnopqrstuvwxyz', "a\145..\160z") );
35 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dbug20108.phpt6 $z = sprintf("%580.58s\n", $a);
7 var_dump($z);
/php-src/Zend/tests/readonly_props/
H A Dpromotion.phpt10 public readonly float $z = 0.0,
30 ["z"]=>
39 ["z"]=>
/php-src/ext/spl/tests/
H A Dbug44615.phpt10 $array = array(array('z',$a),array('q','s'));
24 string(1) "z"
30 string(1) "z"
H A DarrayObject_asort_basic2.phpt13 public $prop2 = 'z';
36 string(1) "z"
47 string(1) "z"
H A DarrayObject_ksort_basic2.phpt13 public $z = 'prop2';
35 ["z"]=>
46 ["z"]=>
/php-src/Zend/tests/
H A Dbug30140.phpt16 A::$test3 = "z";
27 string(1) "z"
30 string(1) "z"
H A Darray_unpack_string_keys.phpt6 $z = "bar";
7 $x = [...$y, "foo" => $z];
H A Dclosure_058.phpt13 $z = "call_user_func";
21 $z(array($a,"__invoke"));
32 $z(array($b,"__invoke"));
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dtyped_reference.phpt15 public X&Z $z;
20 $test->z =& $r;
30 Cannot assign B to reference held by property Test::$z of type X&Z
/php-src/ext/standard/tests/array/
H A Dshuffle_variation5.phpt83 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
85 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
87 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
89 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
91 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
93 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
H A D008.phpt31 'z'=>'foo',
57 'z'=>'equal',
216 'z' => 'foo',
241 'z' => 'equal',
257 ["z"]=>
277 ["z"]=>
/php-src/ext/date/tests/
H A Dbug73426.phpt2 Bug #73426 (createFromFormat with 'z' format char results in incorrect time)
8 $format = 'Y H:i:s z';
12 $format = 'z H:i:s Y';
/php-src/ext/standard/tests/streams/
H A Dbug71323.phpt7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
15 ["z"]=>
18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/php-src/ext/reflection/tests/
H A Dbug46064.phpt12 $o->z = 1000;
15 var_dump($h = new reflectionproperty($o, 'z'));
53 string(1) "z"
60 string(1) "z"
/php-src/ext/zip/tests/
H A Dutils.inc2 function dump_entries_name($z) {
3 for($i=0; $i<$z->numFiles; $i++) {
4 $sb = $z->statIndex($i);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt34 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
38 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
53 …(false !== $db->exec("CREATE PROCEDURE {$procedure}() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, T…
83 ["z"]=>
100 ["z"]=>
117 ["z"]=>
136 ["z"]=>
/php-src/ext/pcre/tests/
H A Dgrep2.phpt14 var_dump(preg_grep('@^[a-z]+@', $array));
15 var_dump(preg_grep('@^[a-z]+@', $array, PREG_GREP_INVERT));
19 var_dump(preg_grep('@^[a-z]+@', $array));
/php-src/ext/intl/common/
H A Dcommon_date.h32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
37 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func);
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt12 echo "A to z range()\n";
13 var_dump( range("A", "z") );
29 A to z range()
146 string(1) "z"
/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h77 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
79 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
/php-src/ext/mbstring/tests/
H A Dmb_ereg.phpt24 test_ereg( $enc, 'abc ([a-z]+) ([a-z]+) ([a-z]+)$', "abc def ghi jkl" );
/php-src/Zend/
H A Dzend_strtod.c1035 z = 0;
1047 z = 0;
1115 ULong z; local
1276 d1 = z;
1350 z >>= k;
1361 x[0] = z;
1394 if (!z)
1399 x[0] = z;
2604 y = z = 0;
2609 z = 10*z + c - '0';
[all …]
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt8 $z = stream_filter_append($f, "zlib.deflate", STREAM_FILTER_WRITE, 6);
10 stream_filter_remove($z);

Completed in 46 milliseconds

12345678910>>...15