Home
last modified time | relevance | path

Searched refs:le (Results 1 – 25 of 53) sorted by relevance

123

/PHP-5.3/Zend/
H A Dzend_list.c38 zend_rsrc_list_entry le; in zend_list_insert() local
41 le.ptr=ptr; in zend_list_insert()
42 le.type=type; in zend_list_insert()
43 le.refcount=1; in zend_list_insert()
53 zend_rsrc_list_entry *le; in _zend_list_delete() local
57 if (--le->refcount<=0) { in _zend_list_delete()
70 zend_rsrc_list_entry *le; in _zend_list_find() local
73 *type = le->type; in _zend_list_find()
74 return le->ptr; in _zend_list_find()
83 zend_rsrc_list_entry *le; in _zend_list_addref() local
[all …]
H A Dzend_multibyte.c1130 int le = 0; in zend_multibyte_detect_utf_encoding() local
1153 le = 0; in zend_multibyte_detect_utf_encoding()
1157 le = 1; in zend_multibyte_detect_utf_encoding()
1164 return le ? &encoding_utf16le : &encoding_utf16be; in zend_multibyte_detect_utf_encoding()
1166 return le ? &encoding_utf32le : &encoding_utf32be; in zend_multibyte_detect_utf_encoding()
H A Dzend_compile.c435 zend_llist_element *le; in zend_do_fetch_static_member() local
945 zend_llist_element *le; in zend_do_if_end() local
948 for (le=jmp_list_ptr->head; le; le = le->next) { in zend_do_if_end()
982 zend_llist_element *le; in zend_do_end_variable_parse() local
993 if (le) { in zend_do_end_variable_parse()
1006 le = le->next; in zend_do_end_variable_parse()
1017 while (le) { in zend_do_end_variable_parse()
1055 le = le->next; in zend_do_end_variable_parse()
3786 zend_llist_element *le; in zend_do_declare_implicit_property() local
4170 while (le) { in zend_do_list_end()
[all …]
/PHP-5.3/ext/standard/tests/versioning/
H A Dversion_compare.phpt10 "le", "<=",
112 1.0-dev le 1.0-dev : true
126 1.0-dev le 1.0a1 : true
140 1.0-dev le 1.0b1 : true
154 1.0-dev le 1.0RC1 : true
168 1.0-dev le 1.0rc1 : true
182 1.0-dev le 1.0 : true
196 1.0-dev le 1.0pl1 : true
224 1.0a1 le 1.0a1 : true
238 1.0a1 le 1.0b1 : true
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt22 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8…
23 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu…
51 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
H A Dmb_strtoupper_variation3.phpt22 $string_mixed_upper = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu…
23 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu…
52 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt103 string(52) "This-2345 is -2345simp-2345le s-2345trin-2345g.-2345"
105 string(46) "This10.5 is 10.5simp10.5le s10.5trin10.5g.10.5"
107 string(52) "This-10.5 is -10.5simp-10.5le s-10.5trin-10.5g.-10.5"
111 string(100) "This1.07654321E-9 is 1.07654321E-9simp1.07654321E-9le s1.07654321E-9trin1.07654321E-9g…
113 string(40) "This0.5 is 0.5simp0.5le s0.5trin0.5g.0.5"
H A Dsprintf_variation48.phpt24 "%e", "%he", "%le",
H A Dsprintf_variation51.phpt22 "%e", "%he", "%le",
H A Dvsprintf_variation17.phpt20 '%le %Le %4e %-4e',
H A Dvprintf_variation17.phpt20 '%le %Le %4e %-4e',
H A Dvfprintf_variation17.phpt20 '%le %Le %4e %-4e',
H A Dstr_split_variation3.phpt135 string(7) "le "
H A Dchunk_split_variation4.phpt102 le h
H A Dvfprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dvprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dvsprintf_variation18.phpt20 %le %Le %4e %-4e
/PHP-5.3/ext/dba/
H A Ddba.c434 return le->ptr == pDba; in dba_close_pe_rsrc_deleter()
584 zend_rsrc_list_entry *le; in php_dba_find() local
593 if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { in php_dba_find()
594 info = (dba_info *)(le->ptr); in php_dba_find()
596 return (dba_info *)(le->ptr); in php_dba_find()
641 zend_rsrc_list_entry *le; in php_dba_open() local
657 if (Z_TYPE_P(le) != le_pdb) { in php_dba_open()
661 info = (dba_info *)le->ptr; in php_dba_open()
1224 zend_rsrc_list_entry *le; in PHP_FUNCTION() local
1238 if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Dlocale_sort.phpt25 "PE" => "�le-du-Prince-�douard",
41 string(21) "�le-du-Prince-�douard"
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c71 zend_rsrc_list_entry *le; local
165 if (zend_hash_find(&EG(persistent_list), hash_key, hash_len + 1, (void **)&le) == SUCCESS) {
166 if (Z_TYPE_P(le) == php_le_pmysqli()) {
167 plist = (mysqli_plist_entry *) le->ptr;
194 zend_rsrc_list_entry le; local
195 le.type = php_le_pmysqli();
196 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
199 zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);
/PHP-5.3/main/streams/
H A Dstreams.c70 if (le->ptr == pContext) { in _php_stream_release_context()
71 return --le->refcount == 0; in _php_stream_release_context()
110 zend_rsrc_list_entry *le; in php_stream_from_persistent_id() local
113 if (Z_TYPE_P(le) == le_pstream) { in php_stream_from_persistent_id()
135 le->refcount++; in php_stream_from_persistent_id()
309 zend_rsrc_list_entry le; in _php_stream_alloc() local
311 Z_TYPE(le) = le_pstream; in _php_stream_alloc()
312 le.ptr = ret; in _php_stream_alloc()
313 le.refcount = 0; in _php_stream_alloc()
317 (void *)&le, sizeof(le), NULL)) { in _php_stream_alloc()
[all …]
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c279 zend_rsrc_list_entry *le; in PHP_METHOD() local
301 if (SUCCESS == zend_hash_find(&EG(persistent_list), hashkey, plen+1, (void*)&le)) { in PHP_METHOD()
302 if (Z_TYPE_P(le) == php_pdo_list_entry()) { in PHP_METHOD()
303 pdbh = (pdo_dbh_t*)le->ptr; in PHP_METHOD()
382 zend_rsrc_list_entry le; in PHP_METHOD() local
388 le.type = php_pdo_list_entry(); in PHP_METHOD()
389 le.ptr = dbh; in PHP_METHOD()
392 (char*)dbh->persistent_id, dbh->persistent_id_len, (void*)&le, in PHP_METHOD()
393 sizeof(le), NULL)) { in PHP_METHOD()
/PHP-5.3/ext/interbase/
H A Dinterbase.c901 zend_rsrc_list_entry new_index_ptr, *le; in _php_ibase_connect() local
943 if (SUCCESS == zend_hash_find(&EG(regular_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect()
947 if (Z_TYPE_P(le) != le_index_ptr) { in _php_ibase_connect()
951 xlink = (long) le->ptr; in _php_ibase_connect()
961 switch (zend_hash_find(&EG(persistent_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect()
970 if (Z_TYPE_P(le) != le_plink) { in _php_ibase_connect()
974 ib_link = (ibase_db_link *) le->ptr; in _php_ibase_connect()
/PHP-5.3/ext/oci8/
H A Doci8.c140 static int php_oci_persistent_helper(zend_rsrc_list_entry *le TSRMLS_DC);
1424 zend_rsrc_list_entry *le; in php_oci_pconnection_list_np_dtor() local
1444 …h_key, strlen(connection->hash_key)+1, (void **) &le)== SUCCESS) && (le->type == le_pconnection) &… in php_oci_pconnection_list_np_dtor()
1761 zend_rsrc_list_entry *le; in php_oci_do_connect_ex() local
1894 if (le->type == le_pconnection) { in php_oci_do_connect_ex()
1895 connection = (php_oci_connection *)le->ptr; in php_oci_do_connect_ex()
1899 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
1903 link = OCI8_PTR_TO_INT(le->ptr); in php_oci_do_connect_ex()
2012 le->ptr = NULL; in php_oci_do_connect_ex()
2687 if (le->type == le_pconnection) { in php_oci_persistent_helper()
[all …]
/PHP-5.3/ext/sqlite/
H A Dsqlite.c727 if (Z_TYPE_P(le) == le_sqlite_result) { in _clean_unfinished_results()
728 struct php_sqlite_result *res = (struct php_sqlite_result *)le->ptr; in _clean_unfinished_results()
1135 static int sqlite_free_persistent(zend_rsrc_list_entry *le, void *ptr TSRMLS_DC) in sqlite_free_persistent() argument
1137 return le->ptr == ptr ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_KEEP; in sqlite_free_persistent()
1528 zend_rsrc_list_entry le; in php_sqlite_open() local
1530 Z_TYPE(le) = le_sqlite_pdb; in php_sqlite_open()
1531 le.ptr = db; in php_sqlite_open()
1535 (void *)&le, sizeof(le), NULL)) { in php_sqlite_open()
1552 zend_rsrc_list_entry *le; in PHP_FUNCTION() local
1585 if (Z_TYPE_P(le) == le_sqlite_pdb) { in PHP_FUNCTION()
[all …]

Completed in 131 milliseconds

123