Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 826) sorted by last modified time

12345678910>>...34

/PHP-5.5/win32/
H A Dinstall.txt348 <job id="test">
/PHP-5.5/tests/output/
H A Dob_start_basic_006.phpt18 public $id = 'none';
20 function __construct($id) {
21 $this->id = $id;
35 return "C::h[call:$i; len:$len; id:$this->id] - $string\n";
67 $c->id = 'changedID';
70 $c->id = 'changedIDagain';
116 C::h[call:1; len:37; id:originalID] - bool(true)
122 C::h[call:2; len:37; id:changedID] - bool(true)
/PHP-5.5/tests/lang/
H A Dbug24499.phpt6 private $id="priv";
10 $obj->id = "bar";
14 $id = new Id();
16 $id->tester($obj);
23 [id] => bar
/PHP-5.5/tests/classes/
H A Dnew_001.phpt14 $this->id = ++Inc::$counter;
36 ["id"]=>
41 ["id"]=>
46 ["id"]=>
H A Dclone_006.phpt11 static $id = 0;
14 $this->id = self::$id++;
19 $this->id = self::$id++;
28 echo $original->id . "\n";
32 echo $clone->id . "\n";
H A Ddestructor_and_globals.phpt14 protected $id;
19 $this->id = $test_num++;
23 echo 'Id: '.$this->id."\n";
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c293 req->id = -1; in fcgi_init_request()
543 req->id = (hdr.requestIdB1 << 8) + hdr.requestIdB0; in fcgi_read_request()
951 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
967 fcgi_make_header(&rec->hdr, FCGI_END_REQUEST, req->id, sizeof(fcgi_end_request));
1034 fcgi_make_header(req->out_hdr, type, req->id, 0xfff8);
1050 fcgi_make_header(req->out_hdr, type, req->id, (len - pos) - rest);
H A Dfastcgi.h100 int id; member
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c184 zval *id; in apache_request_read_string_slot() local
209 zval *id; in apache_request_string_slot() local
240 zval *id; in apache_request_read_int_slot() local
260 zval *id; in apache_request_int_slot() local
505 zval *id; in PHP_FUNCTION() local
565 zval *id; in PHP_FUNCTION() local
658 zval *id; in PHP_FUNCTION() local
677 zval *id; in PHP_FUNCTION() local
698 zval *id; in PHP_FUNCTION() local
715 zval *id; in PHP_FUNCTION() local
[all …]
/PHP-5.5/sapi/caudium/
H A Dcaudium.c590 OBJ2THREAD(thread_id)->id=th_self(); in php_caudium_module_main()
600 state->id=th_self(); in php_caudium_module_main()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c347 int id; member
747 req->id = -1; in fcgi_init_request()
917 req->id = (hdr.requestIdB1 << 8) + hdr.requestIdB0; in fcgi_read_request()
1307 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
1323 fcgi_make_header(&rec->hdr, FCGI_END_REQUEST, req->id, sizeof(fcgi_end_request));
1419 fcgi_make_header(req->out_hdr, type, req->id, 0xfff8);
1435 fcgi_make_header(req->out_hdr, type, req->id, (len - pos) - rest);
/PHP-5.5/
H A Dphp.ini-development1405 ; the session id. We encourage this operation as it's very helpful in combating
1406 ; session hijacking when not specifying and managing your own session id. It is
1488 ; Specified here to create the session id.
H A Dphp.ini-production1405 ; the session id. We encourage this operation as it's very helpful in combating
1406 ; session hijacking when not specifying and managing your own session id. It is
1488 ; Specified here to create the session id.
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c658 id = getThis(); in PHP_FUNCTION()
715 id = getThis(); in PHP_FUNCTION()
747 id = getThis(); in PHP_FUNCTION()
778 zval *id; in PHP_FUNCTION() local
784 DOM_GET_THIS(id); in PHP_FUNCTION()
828 zval *id; in PHP_FUNCTION() local
853 zval *id; in PHP_FUNCTION() local
876 zval *id; in PHP_FUNCTION() local
919 zval *id; in PHP_FUNCTION() local
945 zval *id; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dxslt011.phpt23 function foobar($id, $secondArg = "" ) {
24 if (is_array($id)) {
25 return $id[0]->value . " - " . $secondArg;
27 return $id . " - " . $secondArg;
30 function nodeSet($id = null) {
31 if ($id and is_array($id)) {
32 return $id[0];
44 static function aStaticFunction($id) {
45 return $id;
H A Dxsltprocessor_setparameter-errorquote.phpt4 Memleak: http://bugs.php.net/bug.php?id=48221
H A Dxsltprocessor_setparameter-nostring.phpt4 Memleak: http://bugs.php.net/bug.php?id=48221
/PHP-5.5/ext/xmlwriter/tests/
H A D008.phpt19 xmlwriter_write_dtd_attlist($xw, 'sxe', 'id CDATA #implied');
37 <!ATTLIST sxe id CDATA #implied>
H A D009.phpt18 xmlwriter_write_attribute($xw, 'id', 'elem1');
39 <root id="elem1">
H A DOO_008.phpt16 $xw->writeDtdAttlist('sxe', 'id CDATA #implied');
32 <!ATTLIST sxe id CDATA #implied>
H A DOO_009.phpt18 $xw->writeAttribute('id', 'elem1');
39 <root id="elem1">
H A Dxmlwriter_write_attribute_ns_basic_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1');
25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
H A Dxmlwriter_write_attribute_ns_error_001.phpt23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c287 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int op… in describeValue_worker() argument
289 if(id || desc) { in describeValue_worker()
291 XMLRPC_VectorAppendString(xParam, xi_token_name, id, 0); in describeValue_worker()
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug42736.phpt9 public function get($id){
10 return $this->add($id);

Completed in 53 milliseconds

12345678910>>...34