/PHP-8.2/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 10 "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 D | gh12002.phpt | 22 $dom->encoding = make_nonconst('utf-16le'); 36 string(8) "utf-16le" 38 string(8) "utf-16le"
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_strtolower_variation3.phpt | 14 $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 D | mb_strtoupper_variation3.phpt | 14 $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 D | dba.c | 436 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() 1201 zend_resource *le; in PHP_FUNCTION() local 1215 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | decode.c | 1060 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 D | types.h | 235 struct ud_lookup_table_list_entry *le; member
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 23 "PE" => "�le-du-Prince-�douard", 39 string(21) "�le-du-Prince-�douard"
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | gh13344.phpt | 12 application/octet-stream; charset=utf-32le
|
/PHP-8.2/ext/intl/tests/ |
H A D | resourcebundle.inc | 7 $endian = 'le';
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.c | 418 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 D | vprintf_variation17.phpt | 15 '%le %4e %-4e',
|
H A D | str_split_variation3.phpt | 125 string(7) "le "
|
H A D | vprintf_variation18.phpt | 15 %le %4e %-4e
|
H A D | chunk_split_variation4.phpt | 96 le h
|
H A D | sprintf_variation46.phpt | 31 "%e", "%le", " %e", "%e ",
|
H A D | sprintf_variation47.phpt | 32 "%e", "%le", " %e", "%e ",
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 236 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 D | fscanf_variation47.phpt | 29 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
|
H A D | fscanf_variation50.phpt | 26 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_dbh.c | 300 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 D | streams.c | 113 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 D | mysqli_nonapi.c | 64 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 D | ents_html401.txt | 200 le 2264
|
H A D | ents_xhtml.txt | 232 le 2264
|