Home
last modified time | relevance | path

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

12

/PHP-7.4/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-7.4/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…
50 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…
51 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
/PHP-7.4/ext/standard/tests/array/
H A Dlocale_sort.phpt22 "PE" => "�le-du-Prince-�douard",
38 string(21) "�le-du-Prince-�douard"
/PHP-7.4/ext/dba/
H A Ddba.c614 zend_resource *le; in php_dba_find() local
623 if (le->type == le_db || le->type == le_pdb) { in php_dba_find()
624 info = (dba_info *)(le->ptr); in php_dba_find()
626 return (dba_info *)(le->ptr); in php_dba_find()
682 zend_resource *le; in php_dba_open() local
698 if (le->type != le_pdb) { in php_dba_open()
702 info = (dba_info *)le->ptr; in php_dba_open()
704 GC_ADDREF(le); in php_dba_open()
1307 zend_resource *le; in PHP_FUNCTION() local
1321 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/strings/
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 Dvprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dvfprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dvsprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dget_html_translation_table_basic7.phpt195 [≤] => &le;
/PHP-7.4/ext/oci8/
H A Doci8.c1297 zend_resource *le; in php_oci_pconnection_list_np_dtor() local
1319 le = zvp ? Z_RES_P(zvp) : NULL; in php_oci_pconnection_list_np_dtor()
1320 if (le != NULL && le->type == le_pconnection && le->ptr == connection) { in php_oci_pconnection_list_np_dtor()
1678 zend_resource *le; in php_oci_do_connect_ex() local
1806 zend_resource *le = Z_RES_P(zvp); in php_oci_do_connect_ex() local
1810 if (le->type == le_pconnection) { in php_oci_do_connect_ex()
1814 le = Z_RES_P(zvp); in php_oci_do_connect_ex()
1816 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
1925 le->ptr = NULL; in php_oci_do_connect_ex()
2720 zend_resource *le = Z_RES_P(zv); in php_oci_persistent_helper() local
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation47.phpt34 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
H A Dfscanf_variation50.phpt31 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-7.4/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-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c207 zend_resource *le; in MYSQLND_METHOD() local
209 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD()
219 pefree(le, 1); in MYSQLND_METHOD()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c298 zend_resource *le; in PHP_METHOD() local
321 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { in PHP_METHOD()
322 if (le->type == php_pdo_list_entry()) { in PHP_METHOD()
323 pdbh = (pdo_dbh_t*)le->ptr; in PHP_METHOD()
329 zend_list_close(le); in PHP_METHOD()
/PHP-7.4/ext/standard/html_tables/
H A Dents_html401.txt200 le 2264
H A Dents_xhtml.txt232 le 2264
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c66 zend_resource *le; local
161 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
162 if (le->type == php_le_pmysqli()) {
163 plist = (mysqli_plist_entry *) le->ptr;

Completed in 70 milliseconds

12