/PHP-8.0/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.0/ext/mbstring/tests/ |
H A D | mb_strtolower_variation3.phpt | 17 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8… 18 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu… 45 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
|
H A D | mb_strtoupper_variation3.phpt | 17 $string_mixed_upper = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu… 18 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu… 46 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
|
/PHP-8.0/ext/dba/ |
H A D | dba.c | 506 zend_resource *le; in php_dba_find() local 515 if (le->type == le_db || le->type == le_pdb) { in php_dba_find() 516 info = (dba_info *)(le->ptr); in php_dba_find() 518 return (dba_info *)(le->ptr); in php_dba_find() 573 zend_resource *le; in php_dba_open() local 589 if (le->type != le_pdb) { in php_dba_open() 593 info = (dba_info *)le->ptr; in php_dba_open() 595 GC_ADDREF(le); in php_dba_open() 1182 zend_resource *le; in PHP_FUNCTION() local 1196 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION() [all …]
|
/PHP-8.0/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.0/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 22 "PE" => "�le-du-Prince-�douard", 38 string(21) "�le-du-Prince-�douard"
|
/PHP-8.0/ext/intl/tests/ |
H A D | resourcebundle.inc | 7 $endian = 'le';
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.c | 534 zend_resource *le; in php_oci_pconnection_list_np_dtor() local 556 le = zvp ? Z_RES_P(zvp) : NULL; in php_oci_pconnection_list_np_dtor() 557 if (le != NULL && le->type == le_pconnection && le->ptr == connection) { in php_oci_pconnection_list_np_dtor() 915 zend_resource *le = NULL; in php_oci_do_connect_ex() local 1043 zend_resource *le = Z_RES_P(zvp); in php_oci_do_connect_ex() local 1047 if (le->type == le_pconnection) { in php_oci_do_connect_ex() 1051 le = Z_RES_P(zvp); in php_oci_do_connect_ex() 1053 if (le->type == le_index_ptr) { in php_oci_do_connect_ex() 1162 le->ptr = NULL; in php_oci_do_connect_ex() 1949 zend_resource *le = Z_RES_P(zv); in php_oci_persistent_helper() local [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | vprintf_variation17.phpt | 15 '%le %4e %-4e',
|
H A D | str_split_variation3.phpt | 127 string(7) "le "
|
H A D | chunk_split_variation4.phpt | 96 le h
|
H A D | vprintf_variation18.phpt | 15 %le %4e %-4e
|
H A D | sprintf_variation46.phpt | 31 "%e", "%le", " %e", "%e ",
|
H A D | sprintf_variation47.phpt | 32 "%e", "%le", " %e", "%e ",
|
H A D | get_html_translation_table_basic7.phpt | 195 [≤] => ≤
|
H A D | get_html_translation_table_basic2.phpt | 324 string(4) "≤" 833 string(4) "≤" 1340 string(4) "≤"
|
/PHP-8.0/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.0/main/streams/ |
H A D | streams.c | 111 zend_resource *le; in php_stream_from_persistent_id() local 113 …if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != N… in php_stream_from_persistent_id() 114 if (le->type == le_pstream) { in php_stream_from_persistent_id() 121 *stream = (php_stream*)le->ptr; in php_stream_from_persistent_id() 123 if (regentry->ptr == le->ptr) { in php_stream_from_persistent_id() 129 GC_ADDREF(le); in php_stream_from_persistent_id() 358 zend_resource *le = Z_RES_P(zv); in _php_stream_free_persistent() local 359 return le->ptr == pStream; in _php_stream_free_persistent()
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 205 zend_resource *le; in MYSQLND_METHOD() local 207 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD() 217 pefree(le, 1); in MYSQLND_METHOD()
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_dbh.c | 299 zend_resource *le; in PHP_METHOD() local 322 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { in PHP_METHOD() 323 if (le->type == php_pdo_list_entry()) { in PHP_METHOD() 324 pdbh = (pdo_dbh_t*)le->ptr; in PHP_METHOD() 330 zend_list_close(le); in PHP_METHOD()
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html401.txt | 200 le 2264
|
H A D | ents_xhtml.txt | 232 le 2264
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_nonapi.c | 64 zend_resource *le; local 159 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) { 160 if (le->type == php_le_pmysqli()) { 161 plist = (mysqli_plist_entry *) le->ptr;
|