Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c129 stuff = malloc(sizeof(*stuff)); in dotnet_init()
130 if (!stuff) { in dotnet_init()
133 memset(stuff, 0, sizeof(*stuff)); in dotnet_init()
166 if (stuff->dotnet_domain) { in dotnet_init()
169 if (stuff->dotnet_host) { in dotnet_init()
173 free(stuff); in dotnet_init()
202 if (stuff == NULL) { in PHP_FUNCTION()
326 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()
329 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown()
332 stuff->dotnet_host = NULL; in php_com_dotnet_mshutdown()
[all …]
/PHP-7.4/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-7.4/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-7.4/tests/func/
H A D004.phpt30 print_something_multiple_times("This like, really works and stuff...",3);
57 In function, printing the string "This like, really works and stuff..." 3 times
58 0) This like, really works and stuff...
59 1) This like, really works and stuff...
60 2) This like, really works and stuff...
/PHP-7.4/ext/date/tests/
H A Dbug65672.phpt10 public $extra = "stuff";
36 string(5) "stuff"
H A Dbug73858.phpt8 object which is breaking stuff. From the testing it appears DateTime is broken somehow.
/PHP-7.4/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-7.4/Zend/tests/
H A Dbug40705.phpt8 // do stuff
H A Dns_087.phpt2 087: bracketed namespace with stuff in between
/PHP-7.4/ext/oci8/tests/
H A Dlob_018.phpt70 $clob->save("more stuff");
102 string(10) "more stuff"
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt2 mb_ereg_search() stuff
/PHP-7.4/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt17 DECLARE testCursor CURSOR FOR SELECT 'stuff';
/PHP-7.4/ext/imap/tests/
H A Dbug35669.phpt17 $body[] = $multipart; //add multipart stuff
/PHP-7.4/ext/phar/
H A Dphar_object.c51 zval *stuff; in phar_mung_server_vars() local
66 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars()
67 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
69 ZVAL_STR(&temp, Z_STR_P(stuff)); in phar_mung_server_vars()
78 ZVAL_STR(&temp, Z_STR_P(stuff)); in phar_mung_server_vars()
79 ZVAL_NEW_STR(stuff, str); in phar_mung_server_vars()
90 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars()
91 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
102 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars()
103 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
[all …]
H A Dphar.c3486 …phar_entry_fp *stuff = (phar_entry_fp *) ecalloc(zend_hash_num_elements(&cached_phars), sizeof(pha… in phar_request_initialize() local
3489stuff[pphar->phar_pos].manifest = (phar_entry_fp_info *) ecalloc( zend_hash_num_elements(&(pphar->… in phar_request_initialize()
3492 PHAR_G(cached_fp) = stuff; in phar_request_initialize()
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt38 …source"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc132 /* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt32 // ... just to be sure the most basic stuff really works we check it again...
H A Dpdo_mysql_stmt_fetch_serialize.phpt21 // Good old magic stuff
/PHP-7.4/tests/lang/
H A D028.phpt8 function print_stuff($stuff)
10 print $stuff;
/PHP-7.4/
H A Drun-tests.php1523 $stuff = fread($workerSock, 65536);
1524 error("Could not decode message from worker $i: '$rawMessage$stuff'");
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re446 * HTML stuff to the result buffer.
/PHP-7.4/docs/
H A Drelease-process.md6 upgrade stuff then.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2092 # Apple disk partition stuff
2374 # other stuff in padding
4079 # Creative Labs AUDIO stuff
6289 # XXX - what's the "!" stuff:
8674 ## End of XBase database stuff
9459 # other stuff in the header is in.
14470 # applied to the "TML" stuff; I'm assuming the Apollo stuff is
14486 # stuff, and the 68030 and 68040 stuff isn't there at all - are they not
14504 #### Old Apollo stuff
15994 # stuff.
[all …]

Completed in 143 milliseconds

12