Home
last modified time | relevance | path

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

12

/PHP-7.3/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()
331 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()
334 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown()
337 stuff->dotnet_host = NULL; in php_com_dotnet_mshutdown()
[all …]
/PHP-7.3/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.3/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.3/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.3/ext/soap/interop/
H A Dserver_round2_base.php93 function echoMimeAttachment($stuff) argument
95 return new SOAP_Attachment('return','application/octet-stream',NULL,$stuff);
/PHP-7.3/ext/date/tests/
H A Dbug65672.phpt10 public $extra = "stuff";
33 string(5) "stuff"
H A Dbug73858.phpt8 object which is breaking stuff. From the testing it appears DateTime is broken somehow.
/PHP-7.3/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.3/Zend/tests/
H A Dbug40705.phpt8 // do stuff
H A Dns_087.phpt2 087: bracketed namespace with stuff in between
/PHP-7.3/ext/oci8/tests/
H A Dlob_018.phpt70 $clob->save("more stuff");
102 string(10) "more stuff"
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt2 mb_ereg_search() stuff
/PHP-7.3/ext/imap/tests/
H A Dbug35669.phpt17 $body[] = $multipart; //add multipart stuff
/PHP-7.3/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.c3498 …phar_entry_fp *stuff = (phar_entry_fp *) ecalloc(zend_hash_num_elements(&cached_phars), sizeof(pha… local
3503stuff[pphar->phar_pos].manifest = (phar_entry_fp_info *) ecalloc( zend_hash_num_elements(&(pphar->…
3506 PHAR_G(cached_fp) = stuff;
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt38 …ump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
/PHP-7.3/ext/pdo/
H A DREADME11 4/ Keep majority of PHP specific stuff in the PDO core (such as persistent
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc126 /* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
/PHP-7.3/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.3/ext/mysqli/
H A Dconfig.m458 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff
/PHP-7.3/ext/curl/
H A Dconfig.m488 dnl common stuff (pkg-config / curl-config)
/PHP-7.3/tests/lang/
H A D028.phpt8 function print_stuff($stuff)
10 print $stuff;
/PHP-7.3/
H A DREADME.RELEASE_PROCESS9 because the sysadmins can not upgrade stuff then.

Completed in 59 milliseconds

12