/PHP-5.4/ext/openssl/tests/ |
H A D | bug41033.phpt | 15 $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.4/sapi/fpm/fpm/ |
H A D | fpm_env.c | 91 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.4/ext/sybase_ct/tests/ |
H A D | test_connection_caching.phpt | 22 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 D | test_unbuffered_no_full_fetch.phpt | 35 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 D | test_unbuffered_query.phpt | 44 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 D | test_connect.phpt | 19 resource(%d) of type (sybase-ct link)
|
H A D | test_close.phpt | 21 resource(%d) of type (sybase-ct link)
|
H A D | test_connectionbased_msghandler.phpt | 21 resource(%d) of type (sybase-ct link)
|
H A D | test_fields.phpt | 39 resource(%d) of type (sybase-ct result)
|
H A D | test_query_nostore.phpt | 61 resource(%d) of type (sybase-ct result)
|
/PHP-5.4/ext/sybase_ct/ |
H A D | config.m4 | 5 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 D | config.w32 | 5 ARG_WITH("sybase-ct", "SYBASE_CT support", "no");
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | addslashes_variation1.phpt | 24 return "obj'ct"; 162 string(7) "obj\'ct"
|
H A D | stripslashes_variation1.phpt | 24 return "obj\'ct"; 163 string(6) "obj'ct"
|
H A D | stripcslashes_variation1.phpt | 25 return "obj'ct"; 164 string(6) "obj'ct"
|
H A D | chunk_split_variation1.phpt | 160 string(9) "ob je ct "
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd.c | 266 int ct = (-1); in gdImageColorClosestAlpha() local 286 ct = i; in gdImageColorClosestAlpha() 290 return ct; in gdImageColorClosestAlpha() 432 int ct = (-1); in gdImageColorClosestHWB() local 446 ct = i; in gdImageColorClosestHWB() 450 return ct; in gdImageColorClosestHWB() 483 int ct = (-1); in gdImageColorAllocateAlpha() local 489 ct = i; in gdImageColorAllocateAlpha() 506 return ct; in gdImageColorAllocateAlpha() 528 int ct = -1; in gdImageColorResolveAlpha() local [all …]
|
/PHP-5.4/ext/exif/tests/ |
H A D | exif_imagetype_variation1.phpt | 23 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 D | exif_tagname_variation1.phpt | 23 return "obj'ct";
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 1446 int ct = -1; in gdImageColorResolve() local 1465 ct = c; in gdImageColorResolve() 1472 return ct; /* Return closest available color */ in gdImageColorResolve() 1882 int ct = (-1); in PHP_FUNCTION() local 1889 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION() 1890 if (ct < 0) { in PHP_FUNCTION() 1893 RETURN_LONG((long)ct); in PHP_FUNCTION() 2935 int ct = (-1); in PHP_FUNCTION() local 2943 ct = gdImageColorAllocate(im, red, green, blue); in PHP_FUNCTION() 2944 if (ct < 0) { in PHP_FUNCTION() [all …]
|
/PHP-5.4/ |
H A D | NEWS | 4215 subdirectories). (Patch by: ct at swin dot edu dot au) 7327 - Fixed bug #37499 (CLI segmentation faults during cleanup with sybase-ct
|