Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.1/ext/mbstring/tests/
H A Dmb_eregi_invalid_arguments.phpt13 var_dump(mb_eregi('z', 'XYZ'));
H A Dmb_ereg_replace.phpt12 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
/PHP-7.1/ext/imap/tests/
H A Dimap_renamemailbox_basic.phpt34 //$z = imap_renamemailbox($stream_id, $newbox.'not2', $newbox.'2');
35 //var_dump($z);
/PHP-7.1/ext/xml/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
46 if test -z "$EXPAT_DIR"; then
/PHP-7.1/ext/xsl/
H A Dconfig.m426 if test -z "$XSLT_CONFIG"; then
48 if test -z "$PHP_XSL_EXSL_DIR"; then
/PHP-7.1/ext/pdo_pgsql/
H A Dconfig.m457 if test -z "$PGSQL_INCLUDE"; then
61 if test -z "$PGSQL_LIBDIR"; then
65 if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c30493 p->z = z;
74547 z = p->z;
111946 for(z=(u8*)pBest->zName; *z; z++) *z = sqlite3UpperToLower[*z];
168996 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
185670 s.z = z;
189366 sum0 += ((unsigned)z[0] + z[4] + z[8] + z[12]);
189367 sum1 += ((unsigned)z[1] + z[5] + z[9] + z[13]);
189368 sum2 += ((unsigned)z[2] + z[6] + z[10]+ z[14]);
189369 sum3 += ((unsigned)z[3] + z[7] + z[11]+ z[15]);
205078 if( z && z[0] ) z = 0;
[all …]
/PHP-7.1/ext/pcre/tests/
H A Dpreg_filter.phpt7 $pattern = array('/\d/', '/[a-z]/', '/[1a]/');
H A Dpreg_replace_callback_array2.phpt26 var_dump(preg_replace_callback_array(array('/\w' => 'f'), 'z'));
29 var_dump(preg_replace_callback_array(array('/\w/' => 'f', '/.*/' => 'f'), 'z'));
H A Dbug74183.phpt6 $sRegex = "/([A-Z]|[a-z]|[0-9]| |Ñ|ñ|!|"|%|&|'|´|-|:|;|>|=|<|@|_|,|\{|\}|`|~|á|é|í|ó|ú|…
/PHP-7.1/ext/intl/tests/
H A Dbug62915.phpt19 $z = clone $x;
/PHP-7.1/Zend/tests/traits/
H A Dbug55372.phpt9 $letters1 = range('a', 'z', 1);
/PHP-7.1/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt41 $class2 = new myClass('x', 'y', 'z');
77 %unicode|string%(1) "z"
H A Darray_diff_variation9.phpt22 'sub_arrayb' => array ('a', 'z', 'y'));
68 string(1) "z"
H A Drange.phpt24 var_dump( range("a", "z") );
26 var_dump( range("z", "a") );
206 string(1) "z"
212 string(1) "z"
/PHP-7.1/ext/wddx/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
47 if test -z "$EXPAT_DIR"; then
/PHP-7.1/ext/date/tests/
H A D009_win32.phpt22 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
32 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
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) {
H A D009.phpt17 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
25 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-7.1/ext/pgsql/
H A Dconfig.m454 if test -z "$PGSQL_INCLUDE"; then
58 if test -z "$PGSQL_LIBDIR"; then
62 if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar15 z��Lo��Z�h�)��`g�����GBMB
/PHP-7.1/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt16 var_dump( php_uname('z') == php_uname('z') );
/PHP-7.1/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt68 // expect y and z to be undefined
69 list($y,$z) = array();
70 echo "Y=$y,Z=$z\n";
/PHP-7.1/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt87 $z = @$session->set(array($oid1, $oid2), array('s','s'), array($newvalue1, $newvalue2));
88 var_dump($z);
93 $z = @$session->set(array($oid1, $oid2), array('s','s'), array($oldvalue1, $oldvalue2));
94 var_dump($z);
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput1463 /a*(b+)(z)(z)/P
67 2: z
68 3: z
78 2: z
82 2: z
83 3: z
87 2: z
88 3: z
366 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
517 [0-9A-Z_a-z]++

Completed in 691 milliseconds

12345678910>>...16