Home
last modified time | relevance | path

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

12

/PHP-8.2/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-8.2/ext/dom/tests/
H A Dgh12002.phpt22 $dom->encoding = make_nonconst('utf-16le');
36 string(8) "utf-16le"
38 string(8) "utf-16le"
/PHP-8.2/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt14 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8…
15 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu…
42 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
H A Dmb_strtoupper_variation3.phpt14 $string_mixed_upper = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu…
15 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu…
43 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
/PHP-8.2/ext/dba/
H A Ddba.c436 zend_resource *le; in php_dba_find() local
445 if (le->type == le_db || le->type == le_pdb) { in php_dba_find()
446 info = (dba_info *)(le->ptr); in php_dba_find()
448 return (dba_info *)(le->ptr); in php_dba_find()
515 zend_resource *le; in php_dba_open() local
533 if (le->type != le_pdb) { in php_dba_open()
538 info = (dba_info *)le->ptr; in php_dba_open()
540 GC_ADDREF(le); in php_dba_open()
1194 zend_resource *le; in PHP_FUNCTION() local
1208 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/opcache/jit/libudis86/
H A Ddecode.c1060 UD_ASSERT(u->le->table[0xc] != 0); in decode_3dnow()
1061 decode_insn(u, u->le->table[0xc]); in decode_3dnow()
1066 ptr = u->le->table[inp_curr(u)]; in decode_3dnow()
1088 if (u->le->table[idx] == 0) { in decode_ssepfx()
1091 if (idx && u->le->table[idx] != 0) { in decode_ssepfx()
1106 return decode_ext(u, u->le->table[idx]); in decode_ssepfx()
1153 if (u->le->type == UD_TAB__OPC_3DNOW) { in decode_ext()
1157 switch (u->le->type) { in decode_ext()
1211 return decode_ext(u, u->le->table[idx]); in decode_ext()
1221 ptr = u->le->table[inp_curr(u)]; in decode_opcode()
[all …]
H A Dtypes.h235 struct ud_lookup_table_list_entry *le; member
/PHP-8.2/ext/standard/tests/array/
H A Dlocale_sort.phpt23 "PE" => "�le-du-Prince-�douard",
39 string(21) "�le-du-Prince-�douard"
/PHP-8.2/ext/fileinfo/tests/
H A Dgh13344.phpt12 application/octet-stream; charset=utf-32le
/PHP-8.2/ext/intl/tests/
H A Dresourcebundle.inc7 $endian = 'le';
/PHP-8.2/ext/oci8/
H A Doci8.c418 zend_resource *le; in php_oci_pconnection_list_np_dtor() local
440 le = zvp ? Z_RES_P(zvp) : NULL; in php_oci_pconnection_list_np_dtor()
441 if (le != NULL && le->type == le_pconnection && le->ptr == connection) { in php_oci_pconnection_list_np_dtor()
799 zend_resource *le = NULL; in php_oci_do_connect_ex() local
927 zend_resource *le = Z_RES_P(zvp); in php_oci_do_connect_ex() local
931 if (le->type == le_pconnection) { in php_oci_do_connect_ex()
935 le = Z_RES_P(zvp); in php_oci_do_connect_ex()
937 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
1044 le->ptr = NULL; in php_oci_do_connect_ex()
1808 zend_resource *le = Z_RES_P(zv); in php_oci_persistent_helper() local
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dvprintf_variation17.phpt15 '%le %4e %-4e',
H A Dstr_split_variation3.phpt125 string(7) "le "
H A Dvprintf_variation18.phpt15 %le %4e %-4e
H A Dchunk_split_variation4.phpt96 le h
H A Dsprintf_variation46.phpt31 "%e", "%le", " %e", "%e ",
H A Dsprintf_variation47.phpt32 "%e", "%le", " %e", "%e ",
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_vio.c236 zend_resource *le; in MYSQLND_METHOD() local
238 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD()
239 ZEND_ASSERT(le->ptr == net_stream); in MYSQLND_METHOD()
249 pefree(le, 1); in MYSQLND_METHOD()
/PHP-8.2/ext/standard/tests/file/
H A Dfscanf_variation47.phpt29 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
H A Dfscanf_variation50.phpt26 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c300 zend_resource *le; in PHP_METHOD() local
323 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { in PHP_METHOD()
324 if (le->type == php_pdo_list_entry()) { in PHP_METHOD()
325 pdbh = (pdo_dbh_t*)le->ptr; in PHP_METHOD()
331 zend_list_close(le); in PHP_METHOD()
/PHP-8.2/main/streams/
H A Dstreams.c113 zend_resource *le; in php_stream_from_persistent_id() local
115 …if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != N… in php_stream_from_persistent_id()
116 if (le->type == le_pstream) { in php_stream_from_persistent_id()
123 *stream = (php_stream*)le->ptr; in php_stream_from_persistent_id()
125 if (regentry->ptr == le->ptr) { in php_stream_from_persistent_id()
131 GC_ADDREF(le); in php_stream_from_persistent_id()
360 zend_resource *le = Z_RES_P(zv); in _php_stream_free_persistent() local
361 return le->ptr == pStream; in _php_stream_free_persistent()
/PHP-8.2/ext/mysqli/
H A Dmysqli_nonapi.c64 zend_resource *le; local
155 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
156 if (le->type == php_le_pmysqli()) {
157 plist = (mysqli_plist_entry *) le->ptr;
/PHP-8.2/ext/standard/html_tables/
H A Dents_html401.txt200 le 2264
H A Dents_xhtml.txt232 le 2264

Completed in 150 milliseconds

12