Home
last modified time | relevance | path

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

12

/PHP-8.0/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.0/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt17 $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 Dmb_strtoupper_variation3.phpt17 $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 Ddba.c506 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 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.0/ext/standard/tests/array/
H A Dlocale_sort.phpt22 "PE" => "�le-du-Prince-�douard",
38 string(21) "�le-du-Prince-�douard"
/PHP-8.0/ext/intl/tests/
H A Dresourcebundle.inc7 $endian = 'le';
/PHP-8.0/ext/oci8/
H A Doci8.c534 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 Dvprintf_variation17.phpt15 '%le %4e %-4e',
H A Dstr_split_variation3.phpt127 string(7) "le "
H A Dchunk_split_variation4.phpt96 le h
H A Dvprintf_variation18.phpt15 %le %4e %-4e
H A Dsprintf_variation46.phpt31 "%e", "%le", " %e", "%e ",
H A Dsprintf_variation47.phpt32 "%e", "%le", " %e", "%e ",
H A Dget_html_translation_table_basic7.phpt195 [≤] => &le;
H A Dget_html_translation_table_basic2.phpt324 string(4) "&le;"
833 string(4) "&le;"
1340 string(4) "&le;"
/PHP-8.0/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.0/main/streams/
H A Dstreams.c111 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 Dmysqlnd_vio.c205 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 Dpdo_dbh.c299 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 Dents_html401.txt200 le 2264
H A Dents_xhtml.txt232 le 2264
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c64 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;

Completed in 68 milliseconds

12