Home
last modified time | relevance | path

Searched refs:RETURN_LONG (Results 51 – 75 of 111) sorted by relevance

12345

/PHP-7.2/ext/posix/
H A Dposix.c444 RETURN_LONG(func_name());
659 RETURN_LONG(val); in PHP_FUNCTION()
679 RETURN_LONG(val); in PHP_FUNCTION()
1444 RETURN_LONG(POSIX_G(last_error)); in PHP_FUNCTION()
/PHP-7.2/ext/tidy/
H A Dtidy.c1448 RETURN_LONG(tidyStatus(obj->ptdoc->doc)); in PHP_FUNCTION()
1458 RETURN_LONG(tidyDetectedHtmlVersion(obj->ptdoc->doc)); in PHP_FUNCTION()
1488 RETURN_LONG(tidyErrorCount(obj->ptdoc->doc)); in PHP_FUNCTION()
1498 RETURN_LONG(tidyWarningCount(obj->ptdoc->doc)); in PHP_FUNCTION()
1508 RETURN_LONG(tidyAccessWarningCount(obj->ptdoc->doc)); in PHP_FUNCTION()
1518 RETURN_LONG(tidyConfigErrorCount(obj->ptdoc->doc)); in PHP_FUNCTION()
1561 RETURN_LONG((zend_long)optval); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c347 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()
356 RETURN_LONG(gc_collect_cycles()); in ZEND_FUNCTION()
396 RETURN_LONG(-1); in ZEND_FUNCTION()
400 RETURN_LONG(-1); in ZEND_FUNCTION()
403 RETURN_LONG(ZEND_CALL_NUM_ARGS(ex)); in ZEND_FUNCTION()
545 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
567 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
582 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
604 RETURN_LONG(zend_binary_strncasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
1930 RETURN_LONG((zend_long)tsrm_thread_id()); in ZEND_FUNCTION()
/PHP-7.2/ext/spl/
H A Dspl_directory.c795 RETURN_LONG(intern->u.dir.index); in SPL_METHOD()
1614 RETURN_LONG(php_glob_stream_get_count(intern->u.dir.dirp, NULL)); in SPL_METHOD()
2487 RETURN_LONG(intern->u.file.current_line_num); in SPL_METHOD()
2528 RETURN_LONG(intern->flags & SPL_FILE_OBJECT_MASK); in SPL_METHOD()
2561 RETURN_LONG((zend_long)intern->u.file.max_line_len); in SPL_METHOD()
2681 RETURN_LONG(ret); in SPL_METHOD()
2787 RETURN_LONG(ret); in SPL_METHOD()
2808 RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence)); in SPL_METHOD()
2876 RETURN_LONG(php_stream_passthru(intern->u.file.stream)); in SPL_METHOD()
2924 RETURN_LONG(0); in SPL_METHOD()
[all …]
H A Dspl_dllist.c698 RETURN_LONG(count); in SPL_METHOD()
738 RETURN_LONG(intern->flags); in SPL_METHOD()
754 RETURN_LONG(intern->flags); in SPL_METHOD()
1049 RETURN_LONG(intern->traverse_position); in SPL_METHOD()
H A Dspl_fixedarray.c624 RETURN_LONG(intern->array.size); in SPL_METHOD()
736 RETURN_LONG(intern->array.size); in SPL_METHOD()
929 RETURN_LONG(intern->current); in SPL_METHOD()
H A Dspl_iterators.c702 RETURN_LONG(object->level); in SPL_METHOD()
885 RETURN_LONG(object->max_depth); in SPL_METHOD()
2141 RETURN_LONG(intern->u.regex.mode); in SPL_METHOD()
2177 RETURN_LONG(intern->u.regex.flags); in SPL_METHOD()
2209 RETURN_LONG(intern->u.regex.preg_flags); in SPL_METHOD()
2211 RETURN_LONG(0); in SPL_METHOD()
2584 RETURN_LONG(intern->current.pos); in SPL_METHOD()
2593 RETURN_LONG(intern->current.pos); in SPL_METHOD()
2945 RETURN_LONG(intern->u.caching.flags); in SPL_METHOD()
2999 RETURN_LONG(zend_hash_num_elements(Z_ARRVAL(intern->u.caching.zcache))); in SPL_METHOD()
[all …]
/PHP-7.2/ext/zend_test/
H A Dtest.c177 RETURN_LONG(42); in ZEND_METHOD()
/PHP-7.2/ext/json/
H A Djson.c318 RETURN_LONG(JSON_G(error_code)); in PHP_FUNCTION()
/PHP-7.2/ext/bz2/
H A Dbz2.c550 RETURN_LONG(error); in PHP_FUNCTION()
662 RETURN_LONG(errnum); in php_bz2_error()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c869 RETURN_LONG(dbh->desired_case); in PHP_METHOD()
872 RETURN_LONG(dbh->oracle_nulls); in PHP_METHOD()
875 RETURN_LONG(dbh->error_mode); in PHP_METHOD()
889 RETURN_LONG(dbh->default_fetch_type); in PHP_METHOD()
938 RETURN_LONG(ret); in PHP_METHOD()
/PHP-7.2/ext/standard/
H A Dstring.c337 RETURN_LONG(0); in php_spn_common_handler()
740 RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1), in PHP_FUNCTION()
1994 RETURN_LONG(found - ZSTR_VAL(haystack));
2123 RETURN_LONG(found - ZSTR_VAL(haystack));
2766 RETURN_LONG((unsigned char) str[0]);
3604 RETURN_LONG(0);
3613 RETURN_LONG(sim);
5342 RETURN_LONG(count);
5553 RETURN_LONG(0);
5601 RETURN_LONG(word_count);
[all …]
H A Dformatted_print.c698 RETURN_LONG(rlen); in PHP_FUNCTION()
714 RETURN_LONG(rlen); in PHP_FUNCTION()
H A Dmath.c306 RETURN_LONG(Z_LVAL_P(value) < 0 ? -Z_LVAL_P(value) : Z_LVAL_P(value)); in PHP_FUNCTION()
1319 RETURN_LONG(dividend / divisor); in PHP_FUNCTION()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c81 RETURN_LONG((zend_long)oid); \
1557 RETURN_LONG(ret);
3603 RETURN_LONG(nbytes);
3630 RETURN_LONG(tbytes);
3880 RETURN_LONG(offset);
4749 RETURN_LONG(PQstatus(pgsql));
4959 RETURN_LONG(0);
5062 RETURN_LONG(0);
5134 RETURN_LONG(0);
5238 RETURN_LONG(0);
[all …]
/PHP-7.2/ext/sockets/
H A Dsockets.c982 RETURN_LONG(retval);
1204 RETURN_LONG(retval);
1709 RETURN_LONG(retval);
1743 RETURN_LONG(retval);
1871 RETURN_LONG(retval);
1956 RETURN_LONG(retval);
1994 RETURN_LONG((zend_long) if_index);
2064 RETURN_LONG(other_val);
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c270 RETURN_LONG((zend_long) sqlite3_last_insert_rowid(db_obj->db)); in PHP_METHOD()
289 RETURN_LONG(sqlite3_errcode(db_obj->db)); in PHP_METHOD()
291 RETURN_LONG(0); in PHP_METHOD()
439 RETURN_LONG(sqlite3_changes(db_obj->db)); in PHP_METHOD()
1312 RETURN_LONG(sqlite3_bind_parameter_count(stmt_obj->stmt)); in PHP_METHOD()
1749 RETURN_LONG(sqlite3_column_count(result_obj->stmt_obj->stmt)); in PHP_METHOD()
1797 RETURN_LONG(sqlite3_column_type(result_obj->stmt_obj->stmt, column)); in PHP_METHOD()
/PHP-7.2/ext/interbase/
H A Dibase_query.c1229 RETURN_LONG(trans->affected_rows); in PHP_FUNCTION()
1282 RETURN_LONG(isc_vax_integer(&result[i+3],len)); in PHP_FUNCTION()
1901 RETURN_LONG(0); in PHP_FUNCTION()
1903 RETURN_LONG(sqlda->sqld); in PHP_FUNCTION()
2052 RETURN_LONG(0); in PHP_FUNCTION()
2054 RETURN_LONG(ib_query->in_sqlda->sqld); in PHP_FUNCTION()
/PHP-7.2/ext/intl/common/
H A Dcommon_enum.cpp242 RETURN_LONG(ii->iterator->index); in PHP_METHOD()
/PHP-7.2/ext/xml/
H A Dxml.c1466 RETURN_LONG((zend_long)XML_GetErrorCode(parser->parser)); in PHP_FUNCTION()
1644 RETURN_LONG(parser->case_folding); in PHP_FUNCTION()
1647 RETURN_LONG(parser->toffset); in PHP_FUNCTION()
1650 RETURN_LONG(parser->skipwhite); in PHP_FUNCTION()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_methods.c494 RETURN_LONG( (zend_long) TRANSLITERATOR_ERROR_CODE( to ) ); in PHP_FUNCTION()
/PHP-7.2/ext/zip/
H A Dphp_zip.c1168 RETURN_LONG((zend_long)err); in PHP_NAMED_FUNCTION()
1356 RETURN_LONG((zend_long) (zr_rsrc->sb.comp_size)); in php_zip_entry_get_info()
1359 RETURN_LONG((zend_long) (zr_rsrc->sb.size)); in php_zip_entry_get_info()
1393 RETURN_LONG((zend_long) (zr_rsrc->sb.comp_method)); in php_zip_entry_get_info()
1483 RETURN_LONG((zend_long)err); in ZIPARCHIVE_METHOD()
1975 RETURN_LONG(idx); in ZIPARCHIVE_METHOD()
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c915 RETURN_LONG(oldSecurityPrefs); in PHP_FUNCTION()
928 RETURN_LONG(intern->securityPrefs); in PHP_FUNCTION()
/PHP-7.2/ext/zlib/
H A Dzlib.c656 RETURN_LONG(size); in PHP_FUNCTION()
1040 RETURN_LONG(((php_zlib_context *) ctx)->status); in PHP_FUNCTION()
1061 RETURN_LONG(ctx->total_in); in PHP_FUNCTION()
/PHP-7.2/ext/hash/
H A Dhash.c464 RETURN_LONG(didread); in PHP_FUNCTION()
471 RETURN_LONG(didread); in PHP_FUNCTION()
1003 RETURN_LONG(MHASH_NUM_ALGOS - 1); in PHP_FUNCTION()

Completed in 175 milliseconds

12345