Home
last modified time | relevance | path

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

12

/php-src/ext/com_dotnet/
H A Dcom_dotnet.c165 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-src/ext/dom/tests/
H A DDOMEntity_fields.phpt11 <!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"
62 systemId: string(14) "external.stuff"
63 notationName: string(5) "stuff"
76 systemId: string(14) "external.stuff"
90 systemId: string(14) "external.stuff"
104 systemId: string(14) "external.stuff"
[all …]
/php-src/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.phpt37 @unlink($dir . 'stuff.txt');
/php-src/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-src/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-src/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-src/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-src/ext/mysqli/tests/
H A Dgh7746.phpt17 $link->query("stuff");
H A Dps_cursor_multiple_result_sets.phpt18 DECLARE testCursor CURSOR FOR SELECT 'stuff';
/php-src/Zend/tests/
H A Dbug40705.phpt8 // do stuff
H A Dns_087.phpt2 087: bracketed namespace with stuff in between
/php-src/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt2 mb_ereg_search() stuff
/php-src/ext/phar/
H A Dphar_object.c60 zval *stuff; in phar_mung_server_vars() local
75 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars()
76 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
78 ZVAL_STR(&temp, Z_STR_P(stuff)); in phar_mung_server_vars()
87 ZVAL_STR(&temp, Z_STR_P(stuff)); in phar_mung_server_vars()
88 ZVAL_NEW_STR(stuff, str); in phar_mung_server_vars()
99 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars()
100 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
111 path_info = Z_STRVAL_P(stuff); in phar_mung_server_vars()
112 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
[all …]
H A Dphar.c3462 …phar_entry_fp *stuff = (phar_entry_fp *) ecalloc(zend_hash_num_elements(&cached_phars), sizeof(pha… in phar_request_initialize() local
3465stuff[pphar->phar_pos].manifest = (phar_entry_fp_info *) ecalloc( zend_hash_num_elements(&(pphar->… in phar_request_initialize()
3468 PHAR_G(cached_fp) = stuff; in phar_request_initialize()
/php-src/Zend/tests/zend_ini/
H A Dgh11876.phpt2 Invalid INI quantities, base prefix followed by stuff eaten by strtoull()
/php-src/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt36 …source"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
/php-src/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-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff
H A Dpdo_mysql_stmt_fetch_class.phpt23 // Good old magic stuff
H A Dpdo_mysql_commit.phpt37 // ... just to be sure the most basic stuff really works we check it again...
H A Dpdo_mysql_stmt_fetch_serialize_fetch_class.phpt23 // Good old magic stuff
/php-src/tests/lang/
H A D028.phpt8 function print_stuff($stuff)
10 print $stuff;
/php-src/ext/standard/
H A Durl_scanner_ex.re453 * HTML stuff to the result buffer.

Completed in 65 milliseconds

12