Home
last modified time | relevance | path

Searched refs:C (Results 401 – 425 of 676) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt29 class C {
44 class D extends C {
54 new C(),
90 After Serialization => string(493) "O:1:"C":8:{s:1:"a";i:10;s:1:"b";s:6:"string";s:1:"c";b:1;s:1:"d…
91 After Unserialization => object(C)#%d (8) {
H A Dbug70219.phpt17 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
/PHP-5.5/
H A DCODING_STANDARDS72 9. Prefer emalloc(), efree(), estrdup(), etc. to their standard C library
189 1. Never use C++ style comments (i.e. // comment). Always use C-style
190 comments instead. PHP is written in C, and is aimed at compiling
191 under any ANSI-C compliant compiler. Even though many compilers
192 accept C++-style comments in C code, you have to ensure that your
195 because the Win32 port is MS-Visual C++ specific, and this compiler
196 is known to accept C++-style comments in C code.
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite6.phar23 Ϭ�BE��@�x% �C�cr���GBMB
/PHP-5.5/ext/spl/tests/
H A Dbug70155.phpt6 $exploit = 'C:11:"ArrayObject":'.strlen($inner).':{'.$inner.'}';
H A Dbug70366.phpt20 $exploit = 'a:5:{i:0;i:1;i:1;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj…
H A Dbug70365.phpt20 $exploit = 'a:5:{i:0;i:1;i:1;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1…
/PHP-5.5/Zend/tests/
H A Dbug37715.phpt7 'A', 'B', 'C', 'D',
H A Dget_defined_vars.phpt14 $assoc_array = array( 'a'=>97, 'c'=>99, 'A'=>65, 'C'=>67, 1=>"string1" ); //associative array
93 ["C"]=>
H A Dgc_017.phpt29 $c = new Node('C');
/PHP-5.5/ext/pcre/pcrelib/
H A DLICENCE12 The basic library functions are written in C and are freestanding. Also
13 included in the distribution is a set of C++ wrapper functions, and a
54 THE C++ WRAPPER FUNCTIONS
/PHP-5.5/sapi/apache/
H A Dphp5apache.dsp47 …..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Files\Apach…
57 …/libpath:"..\..\TSRM\Release_TS" /libpath:"..\..\Zend\Release_TS" /libpath:"C:\Program Files\Apach…
73 …..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Files\Apach…
83 …TS" /libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" /libpath:"C:\Program Files\Apach…
99 …..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Files\Apach…
109 ….\TSRM\Release_TS_inline" /libpath:"..\..\Zend\Release_TS_inline" /libpath:"C:\Program Files\Apach…
/PHP-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_basic.phpt19 $original = setlocale(LC_ALL, 'C');
H A Dfprintf_variation_004.phpt40 C
H A Dstripcslashes_basic.phpt7 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
H A Dvsprintf_basic5.phpt31 string(5) "A B C"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc.phpt41 4 AS C,
90 [%u|b%"C"]=>
H A Dmysqli_fetch_assoc_oo.phpt42 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
77 [%u|b%"C"]=>
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt51 string(124) "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
59 string(209) "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1561 1: .C
2168 3: C
4782 2: C
4850 1: C
5021 C
5022 0: C
5023 1: C
6240 0: C
7575 2: C
7712 1: C
[all …]
H A Dtestinput1281 A.B.C.D
2924 A-C
2938 A]C
3089 C
3816 C
4718 C
5088 C
5092 C
5096 C
5100 C
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt13 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services";
/PHP-5.5/ext/intl/tests/
H A Dformatter_fail.phpt19 case $t == "C":
46 $fmt = crt("C", $arg[0], $arg[1]);
/PHP-5.5/ext/pdo/tests/
H A Dpdo_010.phpt24 $db->exec('INSERT INTO test VALUES(3, 2, \'C\', \'Group2\')');
90 string(1) "C"
/PHP-5.5/ext/soap/tests/soap12/
H A DT02.phpt12 env:role="http://example.org/ts-tests/C">foo</test:echoOk>

Completed in 67 milliseconds

1...<<11121314151617181920>>...28