Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 59) sorted by relevance

123

/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c131 stuff = malloc(sizeof(*stuff)); in dotnet_init()
132 if (!stuff) { in dotnet_init()
135 memset(stuff, 0, sizeof(*stuff)); in dotnet_init()
168 if (stuff->dotnet_domain) { in dotnet_init()
171 if (stuff->dotnet_host) { in dotnet_init()
175 free(stuff); in dotnet_init()
202 if (stuff == NULL) { in PHP_FUNCTION()
327 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()
330 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown()
333 stuff->dotnet_host = NULL; in php_com_dotnet_mshutdown()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller25.phpt9 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff
10 PATH_INFO=/a1.phps/extra/stuff
16 string(42) "/frontcontroller25.php/a1.phps/extra/stuff"
17 string(12) "/extra/stuff"
H A Dphar_extract3.phpt38 @unlink($dir . 'stuff.txt');
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller25.phpt10 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff
11 PATH_INFO=/a1.phps/extra/stuff
17 string(42) "/frontcontroller25.php/a1.phps/extra/stuff"
18 string(12) "/extra/stuff"
/PHP-5.5/tests/func/
H A D004.phpt30 print_something_multiple_times("This like, really works and stuff...",3);
58 In function, printing the string "This like, really works and stuff..." 3 times
59 0) This like, really works and stuff...
60 1) This like, really works and stuff...
61 2) This like, really works and stuff...
/PHP-5.5/ext/soap/interop/
H A Dserver_round2_base.php96 function echoMimeAttachment($stuff) argument
98 return new SOAP_Attachment('return','application/octet-stream',NULL,$stuff);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42488.phpt15 return "stuff\x93thing";
22 …ode>SOAP-ENV:Server</faultcode><faultstring>SOAP-ERROR: Encoding: string 'stuff\x93...' is not a v…
/PHP-5.5/Zend/tests/
H A Dbug40705.phpt8 // do stuff
H A Dns_087.phpt2 087: bracketed namespace with stuff in between
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14132 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
145 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
183 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
196 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
211 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
224 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
265 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
278 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
H A Dtestinput1750 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
63 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
101 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
114 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
129 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
142 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
183 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
196 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
H A Dtestoutput14199 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
212 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
250 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
263 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
278 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
291 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
332 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
345 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
H A Dtestoutput1766 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
79 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
117 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
130 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
145 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
158 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
199 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
212 (?: [^\\\x80-\xff\n\015\[\]] | \\ [^\x80-\xff] )* # stuff
/PHP-5.5/ext/oci8/tests/
H A Dlob_018.phpt70 $clob->save("more stuff");
102 string(10) "more stuff"
/PHP-5.5/ext/phar/
H A Dphar_object.c62 zval **stuff; in phar_mung_server_vars() local
78 code = Z_STRLEN_PP(stuff); in phar_mung_server_vars()
80 if (Z_STRLEN_PP(stuff) > entry_len && !memcmp(Z_STRVAL_PP(stuff), entry, entry_len)) { in phar_mung_server_vars()
81 ZVAL_STRINGL(*stuff, Z_STRVAL_PP(stuff) + entry_len, request_uri_len, 1); in phar_mung_server_vars()
92 code = Z_STRLEN_PP(stuff); in phar_mung_server_vars()
93 Z_STRLEN_PP(stuff) = spprintf(&(Z_STRVAL_PP(stuff)), 4096, "phar://%s%s", fname, entry); in phar_mung_server_vars()
108 code = Z_STRLEN_PP(stuff); in phar_mung_server_vars()
111 ZVAL_STRINGL(*stuff, Z_STRVAL_PP(stuff) + basename_len, Z_STRLEN_PP(stuff) - basename_len, 1); in phar_mung_server_vars()
124 code = Z_STRLEN_PP(stuff); in phar_mung_server_vars()
127 ZVAL_STRINGL(*stuff, Z_STRVAL_PP(stuff) + basename_len, Z_STRLEN_PP(stuff) - basename_len, 1); in phar_mung_server_vars()
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.phpt29 // close stuff
H A Dbug48182.phpt39 // close stuff
/PHP-5.5/ext/pdo_dblib/
H A DREADME23 Consult the MS docs for more information about all this stuff.
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt2 mb_ereg_search() stuff
/PHP-5.5/ext/imap/tests/
H A Dbug35669.phpt17 $body[] = $multipart; //add multipart stuff
/PHP-5.5/ext/mysql/
H A Dmysql.mak15 # MYSQL stuff
62 # Extra stuff based on debug / release builds
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_begin_setstub_commitU.phpt39 …ump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
H A Dphar_begin_setstub_commit.phpt39 …ump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
/PHP-5.5/ext/pdo/
H A DREADME13 4/ Keep majority of PHP specific stuff in the PDO core (such as persistent
/PHP-5.5/ext/mysqli/
H A Dconfig.m427 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff

Completed in 56 milliseconds

123