Searched refs:stuff (Results 1 – 25 of 30) sorted by relevance
12
/PHP-7.3/ext/com_dotnet/ |
H A D | com_dotnet.c | 129 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 D | frontcontroller25.phpt | 9 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 D | phar_extract3.phpt | 38 @unlink($dir . 'stuff.txt');
|
/PHP-7.3/ext/phar/tests/cache_list/ |
H A D | frontcontroller25.phpt | 10 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 D | 004.phpt | 30 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 D | server_round2_base.php | 93 function echoMimeAttachment($stuff) argument 95 return new SOAP_Attachment('return','application/octet-stream',NULL,$stuff);
|
/PHP-7.3/ext/date/tests/ |
H A D | bug65672.phpt | 10 public $extra = "stuff"; 33 string(5) "stuff"
|
H A D | bug73858.phpt | 8 object which is breaking stuff. From the testing it appears DateTime is broken somehow.
|
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug42488.phpt | 15 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 D | bug40705.phpt | 8 // do stuff
|
H A D | ns_087.phpt | 2 087: bracketed namespace with stuff in between
|
/PHP-7.3/ext/oci8/tests/ |
H A D | lob_018.phpt | 70 $clob->save("more stuff"); 102 string(10) "more stuff"
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg_search_xxx.phpt | 2 mb_ereg_search() stuff
|
/PHP-7.3/ext/imap/tests/ |
H A D | bug35669.phpt | 17 $body[] = $multipart; //add multipart stuff
|
/PHP-7.3/ext/phar/ |
H A D | phar_object.c | 51 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 D | phar.c | 3498 …phar_entry_fp *stuff = (phar_entry_fp *) ecalloc(zend_hash_num_elements(&cached_phars), sizeof(pha… local 3503 …stuff[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 D | phar_begin_setstub_commit.phpt | 38 …ump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
|
/PHP-7.3/ext/pdo/ |
H A D | README | 11 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 D | util.inc | 126 /* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 32 // ... just to be sure the most basic stuff really works we check it again...
|
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 21 // Good old magic stuff
|
/PHP-7.3/ext/mysqli/ |
H A D | config.m4 | 58 dnl mysqlnd doesn't support embedded, so we have to add some extra stuff
|
/PHP-7.3/ext/curl/ |
H A D | config.m4 | 88 dnl common stuff (pkg-config / curl-config)
|
/PHP-7.3/tests/lang/ |
H A D | 028.phpt | 8 function print_stuff($stuff) 10 print $stuff;
|
/PHP-7.3/ |
H A D | README.RELEASE_PROCESS | 9 because the sysadmins can not upgrade stuff then.
|
Completed in 59 milliseconds
12