Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.3/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/PHP-5.3/ext/json/
H A DJSON_parser.h31 extern int parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc T…
/PHP-5.3/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'));
H A Dmb_ereg_replace.phpt12 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dtrigger.c23 if( pTmp->target.dyn ) sqliteFree((char*)pTmp->target.z); in sqliteDeleteTriggerStep()
85 zName = sqliteStrNDup(pName->z, pName->n); in sqliteBeginTrigger()
206 sqliteVdbeChangeP3(v, addr+5, pAll->z, pAll->n); in sqliteFinishTrigger()
243 if( p->target.z ){ in sqlitePersistTriggerStep()
244 p->target.z = sqliteStrNDup(p->target.z, p->target.n); in sqlitePersistTriggerStep()
371 if( pTrigger->nameToken.dyn ) sqliteFree((char*)pTrigger->nameToken.z); in sqliteDeleteTrigger()
587 sDb.z = pParse->db->aDb[iDb].zName; in targetSrcList()
588 sDb.n = strlen(sDb.z); in targetSrcList()
/PHP-5.3/ext/spl/tests/
H A Dbug62904.phpt14 $z = clone $x;
/PHP-5.3/ext/imap/tests/
H A Dimap_renamemailbox_basic.phpt34 //$z = imap_renamemailbox($stream_id, $newbox.'not2', $newbox.'2');
35 //var_dump($z);
/PHP-5.3/ext/xml/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
46 if test -z "$EXPAT_DIR"; then
/PHP-5.3/ext/xsl/
H A Dconfig.m426 if test -z "$XSLT_CONFIG"; then
48 if test -z "$PHP_XSL_EXSL_DIR"; then
/PHP-5.3/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.3/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-5.3/ext/standard/tests/time/
H A Didate.phpt14 z: 22
/PHP-5.3/ext/zip/tests/
H A Doo_ext_zip.phpt21 $z = new myZip;
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_default.phpt95 array('id' => 100, 'label' => 'z'),
102 array('id' => 99, 'label' => 'z'),
109 array('id' => 100, 'label' => 'z'),
/PHP-5.3/ext/pcre/tests/
H A Dpreg_filter.phpt7 $pattern = array('/\d/', '/[a-z]/', '/[1a]/');
/PHP-5.3/ext/gd/
H A Dconfig.m413 if test -z "$PHP_JPEG_DIR"; then
18 if test -z "$PHP_PNG_DIR"; then
23 if test -z "$PHP_ZLIB_DIR"; then
78 if test -z "$GD_JPEG_DIR"; then
103 if test -z "$GD_PNG_DIR"; then
114 PHP_ADD_LIBRARY_WITH_PATH(z, $PHP_ZLIB_DIR/$PHP_LIBDIR, GD_SHARED_LIBADD)
134 if test -z "$GD_XPM_DIR"; then
142 if test -z "$GD_XPM_INC"; then
172 if test -z "$FREETYPE2_DIR"; then
201 if test -z "$GD_T1_DIR"; then
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_variation9.phpt20 'sub_arrayb' => array ('a', 'z', 'y'));
66 string(1) "z"
H A Darray_key_exists_object1.phpt41 $class2 = new myClass('x', 'y', 'z');
78 %unicode|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-5.3/ext/wddx/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
47 if test -z "$EXPAT_DIR"; then
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar15 z��Lo��Z�h�)��`g�����GBMB
/PHP-5.3/ext/date/tests/
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) {

Completed in 36 milliseconds

12345678910>>...15