Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c23658 z[j++] = z[i];
26327 z[j++] = z[i];
87347 for(z=zInput; *z; z=z+n){
89540 while( z[0]!=0 && z[0]!=' ' ) z++;
92888 z = pBegin->z;
141346 return isConsonant(z) && z[0]==z[1];
141360 z[0]!='w' && z[0]!='x' && z[0]!='y' &&
141592 if( z[0]=='e' && z[2]=='n' && (z[3]=='a' || z[3]=='e') && m_gt_1(z+4) ){
141607 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
141952 z = &z[n+1];
[all …]
/PHP-5.6/ext/date/tests/
H A D009_win32.phpt18 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));
28 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 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-5.6/ext/intl/tests/
H A Dcollator_get_sort_key.phpt37 'аа', 'а', 'z',
71 source: z
H A Dcollator_get_sort_key_variant2.phpt36 'аа', 'а', 'z',
70 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
/PHP-5.6/Zend/tests/
H A Dlsb_018.phpt48 $z = Baz::getInstance();
55 $z->identify();
H A Dclosure_029.phpt8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
/PHP-5.6/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-5.6/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/PHP-5.6/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-5.6/ext/spl/tests/
H A Dbug62904.phpt14 $z = clone $x;
/PHP-5.6/ext/imap/tests/
H A Dimap_renamemailbox_basic.phpt34 //$z = imap_renamemailbox($stream_id, $newbox.'not2', $newbox.'2');
35 //var_dump($z);
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_format.c31 #define Z_ADDREF_P(z) ((z)->refcount++) argument
/PHP-5.6/ext/xml/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
46 if test -z "$EXPAT_DIR"; then
/PHP-5.6/ext/xsl/
H A Dconfig.m426 if test -z "$XSLT_CONFIG"; then
48 if test -z "$PHP_XSL_EXSL_DIR"; then
/PHP-5.6/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-5.6/Zend/
H A Dzend_execute.c72 if (!Z_DELREF_P(z)) { in zend_pzval_unlock_func()
74 Z_UNSET_ISREF_P(z); in zend_pzval_unlock_func()
79 if (unref && Z_ISREF_P(z) && Z_REFCOUNT_P(z) == 1) { in zend_pzval_unlock_func()
80 Z_UNSET_ISREF_P(z); in zend_pzval_unlock_func()
87 if (!Z_DELREF_P(z)) { in zend_pzval_unlock_free_func()
90 zval_dtor(z); in zend_pzval_unlock_free_func()
91 efree(z); in zend_pzval_unlock_free_func()
99 #define PZVAL_UNLOCK(z, f) zend_pzval_unlock_func(z, f, 1 TSRMLS_CC) argument
101 #define PZVAL_UNLOCK_FREE(z) zend_pzval_unlock_free_func(z TSRMLS_CC) argument
102 #define PZVAL_LOCK(z) Z_ADDREF_P((z)) argument
[all …]
/PHP-5.6/ext/standard/tests/time/
H A Didate.phpt14 z: 22
/PHP-5.6/ext/zip/tests/
H A Doo_ext_zip.phpt21 $z = new myZip;

Completed in 430 milliseconds

12345678910>>...16