Searched refs:stuff (Results 1 – 25 of 29) sorted by relevance
12
/PHP-8.3/ext/com_dotnet/ |
H A D | com_dotnet.c | 165 stuff = malloc(sizeof(*stuff)); in dotnet_init() 166 if (!stuff) { in dotnet_init() 169 memset(stuff, 0, sizeof(*stuff)); in dotnet_init() 203 if (stuff->dotnet_host) { in dotnet_init() 207 free(stuff); in dotnet_init() 243 if (stuff == NULL) { in PHP_METHOD() 359 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown() 362 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown() 365 stuff->dotnet_host = NULL; in php_com_dotnet_mshutdown() 367 free(stuff); in php_com_dotnet_mshutdown() [all …]
|
/PHP-8.3/ext/dom/tests/ |
H A D | DOMEntity_fields.phpt | 11 <!ENTITY sampleExternalSystemWithNotationName SYSTEM "external.stuff" NDATA stuff> 13 <!ENTITY sampleExternalPublicWithNotationName1 PUBLIC "public id" "external.stuff" NDATA stuff> 14 <!ENTITY sampleExternalPublicWithNotationName2 PUBLIC "" "external.stuff" NDATA stuff> 48 systemId: string(14) "external.stuff" 49 notationName: string(5) "stuff" 56 systemId: string(14) "external.stuff" 57 notationName: string(5) "stuff" 64 systemId: string(14) "external.stuff" 72 systemId: string(14) "external.stuff" 80 systemId: string(14) "external.stuff" [all …]
|
/PHP-8.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 | 37 @unlink($dir . 'stuff.txt');
|
/PHP-8.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-8.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-8.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-8.3/ext/date/tests/ |
H A D | bug65672.phpt | 10 public $extra = "stuff"; 36 string(5) "stuff"
|
H A D | bug73858.phpt | 8 object which is breaking stuff. From the testing it appears DateTime is broken somehow.
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | gh7746.phpt | 17 $link->query("stuff");
|
H A D | ps_cursor_multiple_result_sets.phpt | 18 DECLARE testCursor CURSOR FOR SELECT 'stuff';
|
/PHP-8.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-8.3/ext/oci8/tests/ |
H A D | lob_018.phpt | 73 $clob->save("more stuff"); 103 string(10) "more stuff"
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_ereg_search_xxx.phpt | 2 mb_ereg_search() stuff
|
/PHP-8.3/ext/imap/tests/ |
H A D | bug35669.phpt | 13 $body[] = $multipart; //add multipart stuff
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 52 zval *stuff; in phar_mung_server_vars() local 67 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars() 68 code = Z_STRLEN_P(stuff); in phar_mung_server_vars() 70 ZVAL_STR(&temp, Z_STR_P(stuff)); in phar_mung_server_vars() 79 ZVAL_STR(&temp, Z_STR_P(stuff)); in phar_mung_server_vars() 80 ZVAL_NEW_STR(stuff, str); in phar_mung_server_vars() 91 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars() 92 code = Z_STRLEN_P(stuff); in phar_mung_server_vars() 103 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars() 104 code = Z_STRLEN_P(stuff); in phar_mung_server_vars() [all …]
|
H A D | phar.c | 3506 …phar_entry_fp *stuff = (phar_entry_fp *) ecalloc(zend_hash_num_elements(&cached_phars), sizeof(pha… in phar_request_initialize() local 3509 …stuff[pphar->phar_pos].manifest = (phar_entry_fp_info *) ecalloc( zend_hash_num_elements(&(pphar->… in phar_request_initialize() 3512 PHAR_G(cached_fp) = stuff; in phar_request_initialize()
|
/PHP-8.3/Zend/tests/zend_ini/ |
H A D | gh11876.phpt | 2 Invalid INI quantities, base prefix followed by stuff eaten by strtoull()
|
/PHP-8.3/ext/phar/tests/zip/ |
H A D | phar_begin_setstub_commit.phpt | 36 …source"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
|
/PHP-8.3/ext/standard/tests/file/windows_mb_path/ |
H A D | util.inc | 132 /* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 38 // ... just to be sure the most basic stuff really works we check it again...
|
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 23 // Good old magic stuff
|
/PHP-8.3/tests/lang/ |
H A D | 028.phpt | 8 function print_stuff($stuff) 10 print $stuff;
|
/PHP-8.3/ext/standard/ |
H A D | url_scanner_ex.re | 446 * HTML stuff to the result buffer.
|
Completed in 41 milliseconds
12