Home
last modified time | relevance | path

Searched refs:RETURN_LONG (Results 76 – 100 of 111) sorted by path

12345

/PHP-7.4/ext/spl/
H A Dspl_heap.c588 RETURN_LONG(count); in SPL_METHOD()
760 RETURN_LONG(intern->flags); in SPL_METHOD()
776 RETURN_LONG(intern->flags); in SPL_METHOD()
824 RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL)); in SPL_METHOD()
867 RETURN_LONG(spl_ptr_heap_zval_min_cmp(a, b, NULL)); in SPL_METHOD()
881 RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL)); in SPL_METHOD()
977 RETURN_LONG(intern->heap->count - 1); in SPL_METHOD()
H A Dspl_iterators.c701 RETURN_LONG(object->level); in SPL_METHOD()
882 RETURN_LONG(object->max_depth); in SPL_METHOD()
2119 RETURN_LONG(intern->u.regex.mode); in SPL_METHOD()
2155 RETURN_LONG(intern->u.regex.flags); in SPL_METHOD()
2187 RETURN_LONG(intern->u.regex.preg_flags); in SPL_METHOD()
2189 RETURN_LONG(0); in SPL_METHOD()
2555 RETURN_LONG(intern->current.pos); in SPL_METHOD()
2564 RETURN_LONG(intern->current.pos); in SPL_METHOD()
2913 RETURN_LONG(intern->u.caching.flags); in SPL_METHOD()
3603 RETURN_LONG(count); in PHP_FUNCTION()
[all …]
H A Dspl_observer.c483 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
511 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
538 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
575 RETURN_LONG(ret); in SPL_METHOD()
579 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
619 RETURN_LONG(intern->index); in SPL_METHOD()
1052 RETURN_LONG(intern->flags); in SPL_METHOD()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c266 RETURN_LONG((zend_long) sqlite3_last_insert_rowid(db_obj->db)); in PHP_METHOD()
285 RETURN_LONG(sqlite3_errcode(db_obj->db)); in PHP_METHOD()
287 RETURN_LONG(0); in PHP_METHOD()
307 RETURN_LONG(sqlite3_extended_errcode(db_obj->db)); in PHP_METHOD()
309 RETURN_LONG(0); in PHP_METHOD()
485 RETURN_LONG(sqlite3_changes(db_obj->db)); in PHP_METHOD()
1421 RETURN_LONG(sqlite3_bind_parameter_count(stmt_obj->stmt)); in PHP_METHOD()
1942 RETURN_LONG(sqlite3_column_count(result_obj->stmt_obj->stmt)); in PHP_METHOD()
1990 RETURN_LONG(sqlite3_column_type(result_obj->stmt_obj->stmt, column)); in PHP_METHOD()
/PHP-7.4/ext/standard/
H A Darray.c779 RETURN_LONG(0); in PHP_FUNCTION()
787 RETURN_LONG(cnt); in PHP_FUNCTION()
813 RETURN_LONG(1); in PHP_FUNCTION()
818 RETURN_LONG(1); in PHP_FUNCTION()
2556 RETURN_LONG(count);
5879 RETURN_LONG(num_key);
5897 RETURN_LONG(bucket->h);
H A Dassert.c312 RETURN_LONG(oldint); in PHP_FUNCTION()
328 RETURN_LONG(oldint); in PHP_FUNCTION()
344 RETURN_LONG(oldint); in PHP_FUNCTION()
360 RETURN_LONG(oldint); in PHP_FUNCTION()
390 RETURN_LONG(oldint); in PHP_FUNCTION()
H A Dbasic_functions.c4008 RETURN_LONG(ntohl(ip.s_addr)); in PHP_FUNCTION()
4017 RETURN_LONG(0xFFFFFFFF); in PHP_FUNCTION()
4021 RETURN_LONG(ntohl(ip)); in PHP_FUNCTION()
4566 RETURN_LONG(php_sleep((unsigned int)num));
5671 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
5679 RETURN_LONG(PG(connection_status));
5703 RETURN_LONG(old_setting);
5745 RETURN_LONG(ntohs(serv->s_port));
5795 RETURN_LONG(ent->p_proto);
H A Dcrc32.c91 RETURN_LONG(crc^0xFFFFFFFF); in PHP_NAMED_FUNCTION()
98 RETURN_LONG(crc^0xFFFFFFFF); in PHP_NAMED_FUNCTION()
H A Dfile.c713 RETURN_LONG(numbytes); in PHP_FUNCTION()
983 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
1207 RETURN_LONG(0); in PHP_FUNCTION()
1217 RETURN_LONG(ret); in PHP_FUNCTION()
1281 RETURN_LONG(ret); in PHP_FUNCTION()
1302 RETURN_LONG(php_stream_seek(stream, offset, (int) whence)); in PHP_FUNCTION()
1402 RETURN_LONG(size); in PHP_FUNCTION()
1433 RETURN_LONG(oldumask); in PHP_FUNCTION()
1452 RETURN_LONG(size); in PHP_FUNCTION()
1916 RETURN_LONG(ret); in PHP_FUNCTION()
H A Dfilestat.c878 RETURN_LONG((zend_long)ssb.sb.st_mode); in php_stat()
880 RETURN_LONG((zend_long)ssb.sb.st_ino); in php_stat()
882 RETURN_LONG((zend_long)ssb.sb.st_size); in php_stat()
884 RETURN_LONG((zend_long)ssb.sb.st_uid); in php_stat()
886 RETURN_LONG((zend_long)ssb.sb.st_gid); in php_stat()
888 RETURN_LONG((zend_long)ssb.sb.st_atime); in php_stat()
890 RETURN_LONG((zend_long)ssb.sb.st_mtime); in php_stat()
892 RETURN_LONG((zend_long)ssb.sb.st_ctime); in php_stat()
1103 RETURN_LONG(realpath_cache_size()); in FileFunction()
H A Dformatted_print.c730 RETURN_LONG(rlen); in PHP_FUNCTION()
757 RETURN_LONG(rlen); in PHP_FUNCTION()
H A Dftok.c47 RETURN_LONG(-1); in PHP_FUNCTION()
52 RETURN_LONG(-1); in PHP_FUNCTION()
56 RETURN_LONG(-1); in PHP_FUNCTION()
64 RETURN_LONG(k); in PHP_FUNCTION()
H A Dhead.c421 RETURN_LONG(old_response_code); in PHP_FUNCTION()
431 RETURN_LONG(SG(sapi_headers).http_response_code); in PHP_FUNCTION()
H A Dhrtime.c140 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t)
H A Dlevenshtein.c131 RETURN_LONG(distance); in PHP_FUNCTION()
H A Dlink.c125 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
129 RETURN_LONG((zend_long) sb.st_dev); in PHP_FUNCTION()
H A Dmail.c87 RETURN_LONG((zend_long) h); in PHP_FUNCTION()
H A Dmath.c304 RETURN_LONG(Z_LVAL_P(value) < 0 ? -Z_LVAL_P(value) : Z_LVAL_P(value)); in PHP_FUNCTION()
1340 RETURN_LONG(dividend / divisor); in PHP_FUNCTION()
H A Dmt_rand.c321 RETURN_LONG(php_mt_rand() >> 1); in PHP_FUNCTION()
334 RETURN_LONG(php_mt_rand_common(min, max)); in PHP_FUNCTION()
350 RETURN_LONG(PHP_MT_RAND_MAX); /* 2^^31 */ in PHP_FUNCTION()
H A Dpageinfo.c107 RETURN_LONG(uid); in PHP_FUNCTION()
126 RETURN_LONG(gid); in PHP_FUNCTION()
145 RETURN_LONG(pid); in PHP_FUNCTION()
162 RETURN_LONG(BG(page_inode)); in PHP_FUNCTION()
187 RETURN_LONG(lm); in PHP_FUNCTION()
H A Dproc_open.c287 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
H A Drand.c56 RETURN_LONG(php_mt_rand() >> 1); in PHP_FUNCTION()
65 RETURN_LONG(php_mt_rand_common(max, min)); in PHP_FUNCTION()
68 RETURN_LONG(php_mt_rand_common(min, max)); in PHP_FUNCTION()
H A Drandom.c293 RETURN_LONG(result); in PHP_FUNCTION()
H A Dstreamsfuncs.c360RETURN_LONG(php_stream_xport_sendto(stream, data, datalen, (int)flags, target_addr_len ? &sa : NUL… in PHP_FUNCTION()
498 RETURN_LONG(len); in PHP_FUNCTION()
829 RETURN_LONG(retval); in PHP_FUNCTION()
845 RETURN_LONG(retval); in PHP_FUNCTION()
1419 RETURN_LONG(ret == 0 ? 0 : EOF); in PHP_FUNCTION()
1454 RETURN_LONG(ret > 0 ? (zend_long)ret : (zend_long)EOF); in PHP_FUNCTION()
1484 RETURN_LONG(ret == 0 ? 0 : EOF); in PHP_FUNCTION()
1535 RETURN_LONG(0); in PHP_FUNCTION()
H A Dstring.c313 RETURN_LONG(0); in php_spn_common_handler()
715 RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1), in PHP_FUNCTION()
1993 RETURN_LONG(found - ZSTR_VAL(haystack));
2131 RETURN_LONG(found - ZSTR_VAL(haystack));
2788 RETURN_LONG((unsigned char) ZSTR_VAL(str)[0]);
3670 RETURN_LONG(0);
3679 RETURN_LONG(sim);
5838 RETURN_LONG(count);
6138 RETURN_LONG(0);
6186 RETURN_LONG(word_count);
[all …]

Completed in 169 milliseconds

12345