Home
last modified time | relevance | path

Searched refs:z (Results 126 – 150 of 391) sorted by relevance

12345678910>>...16

/PHP-7.0/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-7.0/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-7.0/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-7.0/Zend/tests/
H A Dclosure_029.phpt8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
H A Dlsb_018.phpt48 $z = Baz::getInstance();
55 $z->identify();
/PHP-7.0/ext/date/tests/
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_format.c31 #define Z_ADDREF_P(z) ((z)->refcount++) argument
/PHP-7.0/ext/intl/tests/
H A Dcollator_get_sort_key.phpt37 'аа', 'а', 'z',
71 source: z
H A Dcollator_get_sort_key_variant3.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant4.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant5.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant2.phpt36 'аа', 'а', 'z',
70 source: z
/PHP-7.0/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-12.phpt11 echo mb_ereg_replace("^","z","abc123");
H A Dmb_ereg_replace-compat-06.phpt11 echo mb_ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
H A Dmb_eregi.phpt13 var_dump(mb_eregi('z', 'XYZ'));
H A Dmb_eregi_invalid_arguments.phpt13 var_dump(mb_eregi('z', 'XYZ'));
/PHP-7.0/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-7.0/ext/pcre/tests/
H A Dbug75539.phpt6 var_dump(preg_match('/((?1)?z)/', ''));
/PHP-7.0/ext/spl/tests/
H A Dbug62904.phpt14 $z = clone $x;
/PHP-7.0/ext/standard/tests/time/
H A Didate.phpt14 z: 22
/PHP-7.0/ext/zip/tests/
H A Doo_ext_zip.phpt21 $z = new myZip;
/PHP-7.0/ext/standard/tests/strings/
H A Daddcslashes_005.phpt8 echo addcslashes("zoo['.']","z..A");
/PHP-7.0/ext/xsl/
H A Dconfig.m426 if test -z "$XSLT_CONFIG"; then
48 if test -z "$PHP_XSL_EXSL_DIR"; then
/PHP-7.0/ext/xml/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
46 if test -z "$EXPAT_DIR"; then

Completed in 34 milliseconds

12345678910>>...16