Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/openssl/tests/
H A Dbug41033.phpt15 $ct = "Hello I am some text!";
16 openssl_sign($ct, $signature, $prkeyid, OPENSSL_ALGO_DSS1);
20 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_DSS1);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c91 int ct = 0; in unsetenv() local
94 while(environ[ct] != NULL) { in unsetenv()
95 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv()
96 { ct++; } /* <--- WTF?! */ in unsetenv()
99 environ[del] = environ[ct-1]; in unsetenv()
100 environ[ct-1] = NULL; in unsetenv()
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt22 resource(%d) of type (sybase-ct link)
23 resource(%d) of type (sybase-ct link)
24 resource(%d) of type (sybase-ct link)
H A Dtest_unbuffered_no_full_fetch.phpt35 resource(%d) of type (sybase-ct link)
36 resource(%d) of type (sybase-ct result)
40 resource(%d) of type (sybase-ct result)
42 resource(%d) of type (sybase-ct result)
H A Dtest_unbuffered_query.phpt44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
49 resource(%d) of type (sybase-ct result)
54 resource(%d) of type (sybase-ct result)
H A Dtest_connect.phpt19 resource(%d) of type (sybase-ct link)
H A Dtest_close.phpt21 resource(%d) of type (sybase-ct link)
H A Dtest_connectionbased_msghandler.phpt21 resource(%d) of type (sybase-ct link)
H A Dtest_fields.phpt39 resource(%d) of type (sybase-ct result)
H A Dtest_query_nostore.phpt61 resource(%d) of type (sybase-ct result)
/PHP-5.5/ext/sybase_ct/
H A Dconfig.m45 PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
6 [ --with-sybase-ct[=DIR] Include Sybase-CT support. DIR is the Sybase home
12 AC_MSG_ERROR([You can not use both --with-sybase and --with-sybase-ct in same build!])
54 PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD)
102 PHP_ADD_LIBRARY(ct,, SYBASE_CT_SHARED_LIBADD)
H A Dconfig.w325 ARG_WITH("sybase-ct", "SYBASE_CT support", "no");
/PHP-5.5/ext/standard/tests/strings/
H A Daddslashes_variation1.phpt24 return "obj'ct";
162 string(7) "obj\'ct"
H A Dstripcslashes_variation1.phpt25 return "obj'ct";
164 string(6) "obj'ct"
H A Dstripslashes_variation1.phpt24 return "obj\'ct";
163 string(6) "obj'ct"
H A Dchunk_split_variation1.phpt160 string(9) "ob je ct "
/PHP-5.5/ext/gd/libgd/
H A Dgd.c274 int ct = (-1); in gdImageColorClosestAlpha() local
294 ct = i; in gdImageColorClosestAlpha()
298 return ct; in gdImageColorClosestAlpha()
440 int ct = (-1); in gdImageColorClosestHWB() local
454 ct = i; in gdImageColorClosestHWB()
458 return ct; in gdImageColorClosestHWB()
491 int ct = (-1); in gdImageColorAllocateAlpha() local
497 ct = i; in gdImageColorAllocateAlpha()
514 return ct; in gdImageColorAllocateAlpha()
536 int ct = -1; in gdImageColorResolveAlpha() local
[all …]
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt23 return "obj'ct";
197 Warning: exif_imagetype(obj'ct): failed to open stream: No such file or directory in %s on line %d
H A Dexif_tagname_variation1.phpt23 return "obj'ct";
/PHP-5.5/ext/gd/
H A Dgd.c1825 int ct = (-1); in PHP_FUNCTION() local
1832 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION()
1833 if (ct < 0) { in PHP_FUNCTION()
1836 RETURN_LONG((long)ct); in PHP_FUNCTION()
2797 int ct = (-1); in PHP_FUNCTION() local
2805 ct = gdImageColorAllocate(im, red, green, blue); in PHP_FUNCTION()
2806 if (ct < 0) { in PHP_FUNCTION()
2809 RETURN_LONG(ct); in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS5404 subdirectories). (Patch by: ct at swin dot edu dot au)
8516 - Fixed bug #37499 (CLI segmentation faults during cleanup with sybase-ct

Completed in 73 milliseconds