Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 826) sorted by path

12345678910>>...34

/PHP-5.5/
H A DNEWS1234 (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).
3587 library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail.
7099 - Fixed bug #42869 (automatic session id insertion adds sessions id to
H A DREADME.RELEASE_PROCESS190 This is to fetch the last commit id from php-distributions.git and commit this
191 last commit id to web/php.git, then, mirrors will now sync
H A DREADME.SUBMITTING_PATCH83 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
H A DREADME.md20 open a ticket at https://bugs.php.net and reference the bug id using #NNNNNN.
/PHP-5.5/TSRM/
H A DTSRM.c308 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) in ts_resource_ex() argument
332 …TSRM_ERROR((TSRM_ERROR_LEVEL_INFO, "Fetching resource id %d for current thread %d", id, (long) thr… in ts_resource_ex()
337 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
344 …TSRM_ERROR((TSRM_ERROR_LEVEL_INFO, "Fetching resource id %d for thread %ld", id, (long) thread_id)… in ts_resource_ex()
352 return ts_resource_ex(id, &thread_id); in ts_resource_ex()
362 return ts_resource_ex(id, &thread_id); in ts_resource_ex()
375 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
530 void ts_free_id(ts_rsrc_id id) in ts_free_id() argument
533 int j = TSRM_UNSHUFFLE_RSRC_ID(id); in ts_free_id()
537 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Freeing resource id %d", id)); in ts_free_id()
[all …]
H A DTSRM.h114 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id);
115 #define ts_resource(id) ts_resource_ex(id, NULL) argument
124 TSRM_API void ts_free_id(ts_rsrc_id id);
164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
/PHP-5.5/Zend/
H A DZEND_CHANGES350 static $id = 0;
353 $this->id = self::$id++;
358 $this->id = self::$id++;
369 print $obj->id . "\n";
373 print $obj_clone->id . "\n";
H A Dzend_list.c50 ZEND_API int _zend_list_delete(int id TSRMLS_DC) in _zend_list_delete()
54 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { in _zend_list_delete()
57 return zend_hash_index_del(&EG(regular_list), id); in _zend_list_delete()
67 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) in _zend_list_find() argument
71 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { in _zend_list_find()
80 ZEND_API int _zend_list_addref(int id TSRMLS_DC) in _zend_list_addref()
84 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { in _zend_list_addref()
111 int id; in zend_fetch_resource() local
133 id = (*passed_id)->value.lval; in zend_fetch_resource()
135 id = default_id; in zend_fetch_resource()
[all …]
H A Dzend_list.h74 ZEND_API int _zend_list_addref(int id TSRMLS_DC);
75 ZEND_API int _zend_list_delete(int id TSRMLS_DC);
76 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC);
78 #define zend_list_addref(id) _zend_list_addref(id TSRMLS_CC) argument
79 #define zend_list_delete(id) _zend_list_delete(id TSRMLS_CC) argument
80 #define zend_list_find(id, type) _zend_list_find(id, type TSRMLS_CC) argument
/PHP-5.5/Zend/tests/
H A Dbug30346.phpt16 $id = 'page';
17 echo $post[$id.'_show'];
H A Dbug39297.phpt34 $id = 'Test';
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
H A Dbug39346.phpt10 public function __construct($id) {
11 $this->_id = $id;
H A Dbug41209.phpt23 public function offsetGet($id) {}
25 public function offsetSet($id, $value) {}
27 public function offsetUnset($id) {}
29 public function offsetExists($id)
31 return isset($this->containers[(string) $id]);
37 var_dump(isset($cache[$id]));
42 Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: id' in %s:%d
H A Dbug41421.phpt27 #1 %s(%d): feof(Resource id #%d)
H A Dbug48004.phpt10 $data->id = 1;
20 [id] => 1
H A Dbug67633.phpt6 function id($x) {
17 foreach(id($array) as &$v) {
H A Dcast_to_string.phpt55 string(%d) "Resource id #%d"
H A Dsettype_string.phpt55 string(%d) "Resource id #%d"
H A Dzend2.php.txt194 static $id = 0;
198 $this->id = self::$id++;
205 $this->id = self::$id++;
216 print $obj->id;
221 print $obj->id;
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c44 int id; member
100 if (stm->id) in stm_release()
101 zend_list_delete(stm->id); in stm_release()
254 if (stm->id) { in istream_destructor()
255 int id = stm->id; in istream_destructor() local
256 stm->id = 0; in istream_destructor()
257 zend_list_delete(id); in istream_destructor()
285 stm->id = zend_list_insert(stm, le_istream TSRMLS_CC); in php_com_wrapper_export_stream()
H A Dcom_wrapper.c50 int id; member
137 if (disp->id) in disp_release()
138 zend_list_delete(disp->id); in disp_release()
245 /* [in] */ DISPID id, in disp_invokeex() argument
343 trace("InvokeEx: I don't support DISPID=%d\n", id); in disp_invokeex()
363 /* [in] */ DISPID id) in disp_deletememberbydispid() argument
374 /* [in] */ DISPID id, in disp_getmemberproperties() argument
385 /* [in] */ DISPID id, in disp_getmembername() argument
404 /* [in] */ DISPID id, in disp_getnextdispid() argument
407 ulong next = id+1; in disp_getnextdispid()
[all …]
/PHP-5.5/ext/ctype/tests/
H A Dbug34645.phpt7 $id = 394829384;
8 var_dump(ctype_digit($id));
9 var_dump($id);
/PHP-5.5/ext/curl/
H A Dinterface.c1332 ZVAL_RESOURCE(handle, ch->id); in curl_write()
1333 zend_list_addref(ch->id); in curl_write()
1399 zend_list_addref(ch->id); in curl_fnmatch()
1473 ZVAL_RESOURCE(handle, ch->id); in curl_progress()
1474 zend_list_addref(ch->id); in curl_progress()
1551 ZVAL_RESOURCE(handle, ch->id); in curl_read()
1552 zend_list_addref(ch->id); in curl_read()
1631 ZVAL_RESOURCE(handle, ch->id); in curl_write_header()
1632 zend_list_addref(ch->id); in curl_write_header()
1713 ZVAL_RESOURCE(argv[0], ch->id); in curl_passwd()
[all …]
H A Dphp_curl.h181 long id; member
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c314 int cmp = strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()

Completed in 75 milliseconds

12345678910>>...34